Skip to content
Snippets Groups Projects
Commit 39e97c61 authored by Torben Hansen's avatar Torben Hansen Committed by Benni Mack
Browse files

[TASK] Deprecate `GeneralUtility::hmac()`

In order to ensure unique HMACs in TYPO3, all usages of
`TYPO3\CMS\Core\Utility\GeneralUtility::hmac` have been
replaced with the `hmac` function in
`\TYPO3\CMS\Core\Crypto\HashService`.

This change finally deprecates `GeneralUtility::hmac()`.

Resolves: #102762
Relates: #102761
Releases: main
Change-Id: I3624ea8e2d6ec91abddfa1580ad68c1189b9445c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83462


Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent bea3da0c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment