Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement HMAC using EVP_MAC_CTX on OpenSSL 3 #40

Merged
merged 4 commits into from
Nov 14, 2022
Merged

Implement HMAC using EVP_MAC_CTX on OpenSSL 3 #40

merged 4 commits into from
Nov 14, 2022

Conversation

qmuntal
Copy link
Contributor

@qmuntal qmuntal commented Oct 3, 2022

OpenSSL 3 deprecated the HMAC_CTX interface in favor of EVP_MAC_CTX.

The old interface is still available on OpenSSL 3, but it is recommended to use the EVP interface wherever possible, as we are already doing for other algorithms.

openssl/hmac.go Outdated Show resolved Hide resolved
@qmuntal qmuntal merged commit 2a94d3a into main Nov 14, 2022
@qmuntal qmuntal deleted the hmac3 branch November 14, 2022 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants