-
Notifications
You must be signed in to change notification settings - Fork 177
Add support for CMAC #891
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
base: master
Are you sure you want to change the base?
Add support for CMAC #891
Conversation
Thanks for working on this series. The base class Regarding the method naming, is there particular reason for choosing The Also, we need docs. |
Thanks for the second review.
I think we can do it the way you suggest.
I chose the method names like "mac" because OpenSSL refers to MACs as "MACs," distinguishing them from "digests." |
I leaning towards sticking with the Digging through the history, it appears |
FWIW, in #906, I've been working on exposing
I'm hoping they can have a consistent behavior. |
Follow-up to #806.
Implements #802 by adding the
OpenSSL::MAC
andOpenSSL::MAC::CMAC
classes.The classes are defined if compiled against OpenSSL 3.