-
Notifications
You must be signed in to change notification settings - Fork 3k
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
SHAKE-128 and SHAKE-256 implementations have no default digest length #8997
Comments
OpenSSL 3.3 docs says
and OpenSSL 3.4 docs says
Not sure what to do here...
|
This Just my 2 cents 😄 |
PR #9002 makes |
Maybe a |
…29' into maint-26 * sverker/crypto/shake-length-openssl-3.4/GH-8997/OTP-19329: crypto: Fix hash_final/1 for shake128/256 on OpenSSL 3.4 or newer
Describe the bug
Since OpenSSL 3.4 the SHAKE-128 and SHAKE-256 implementations have no default digest length. link
To Reproduce
this works:
check which of the "supported" hashes work:
Expected behavior
Docs should be updated
Affected versions
Updating Openssl creates this problem
The text was updated successfully, but these errors were encountered: