Skip to content
Snippets Groups Projects
Commit 2ea259be authored by Torben Hansen's avatar Torben Hansen Committed by Christian Kuhn
Browse files

[TASK] Replace GeneralUtility::hmac usage in ext:core

With #102761, the new `HashService` has been introduced to ensure
that HMAC generation will always use an additional secret. As a
follow-up patch, `GeneralUtility::hmac` will be deprecated when all
usages in the core have been replaced with the new `HashService`.

With this change, usages of `GeneralUtility::hmac` in ext:core
are replaced by the new HashService.

Resolves: #103248
Related: #102761
Related: #103245
Releases: main
Change-Id: Iccec4e857790916aa53fb2505c340cde4da8cf9b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83295


Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 5f151318
Branches
Tags
No related merge requests found
Showing
with 90 additions and 41 deletions
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