Skip to content
Snippets Groups Projects
Commit 70305f88 authored by Torben Hansen's avatar Torben Hansen Committed by Stefan Bürk
Browse files

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

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:form
are replaced by the new HashService.

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


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