-
Notifications
You must be signed in to change notification settings - Fork 847
Update access_control to OpenSSL 1.1.1 HMAC API #11467
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
Conversation
|
Waiting to rebase this on #11466. |
|
The |
bneradt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice cleanup.
|
We may actually want to keep
And |
|
Good foresight. Thanks for pointing this out, @maskit. I won't take this out of draft until I've put the parameter back. |
This updates the `cryptoMessageDigestGet` implementation for OpenSSL 1.1.1 and removes the unused `outLen` parameter.
* Restore outLen parameter that may be needed for OpenSSL 3
234f5b6 to
89183b8
Compare
This updates the
cryptoMessageDigestGetimplementation for OpenSSL 1.1.1and removes the unused.outLenparameter