-
Notifications
You must be signed in to change notification settings - Fork 66
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
EdDSA secretGenerationMode does not match FIPS 186-5 #1422
Comments
@jvdsn Just to touch base that I have researched this and will have a response soon. Thanks! |
Hi @jvdsn. it appears this is leftover from early drafts or implementation. I will remove it from the documentation and from the actual algorithm's registration requirements. Thanks for the help! I'll update this once it's pushed for users, I am going to have a another HOTFIX out for OID's soon, it will hopefully go out with that. |
The fix for this is now on Demo in release v1.1.0.29. |
@livebe01 was this more than a documentation issue? For what it's worth, the documentation still specifies this |
I will remove the documentation, thanks @jvdsn - I did remove it from the code. Appreciated! |
Documentation merge is here: #1445, thanks again. |
The fix for this is on Prod in release v1.1.0.29-hotfix-1. |
FIPS 186-5 doesn't specify a
secretGenerationMode
for EdDSA. Appendix A.2.3 simply says:This should be removed from https://github.com/usnistgov/ACVP/blob/master/src/eddsa/sections/05-eddsa-keygen-capabilities.adoc
The text was updated successfully, but these errors were encountered: