-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add support for AES-CCM. #37
Conversation
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.
Have a small comment about the configure.ac setup. Rest looks good, thanks!
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.
It's super-confusing having the wolfPKCS11 configure
give the developer control of, and status of, all of the supported ciphers+modes except for AES-CCM. There should be a --enable-aesccm
and * AES-CCM: yes
(or no) as for the others, else devs will wonder where CCM is, or if there's something special about CCM.
Unrelated to the above, and probably unrelated to the PR, but reproducible when built with current wolfssl master
:
tests/pkcs11test.c:4650 - Get Attributes EC private key params length - FAIL
tests/pkcs11mtt.c:3644 - Get Attributes EC private key params length - FAIL
Unit test created and passed.