-
Notifications
You must be signed in to change notification settings - Fork 98
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
pkcs11.h does not declare CK_EC_KDF_TYPE #350
Comments
Sure, such changes are always welcome. |
OK, I did some research and found the following inconsistencies:
Which of these issues we want to resolve? It seems to me that at least those |
We usually add constants on a request basis (from the consumers such as SoftHSM), so if you have any use-case with the missing constants it's always a good idea to add them right away. Ideally we should be able to use the verbatim copy of the OASIS provided header files, but it's currently not possible because of legal concerns: |
Actually, softhsm/SoftHSMv2#599 is where I noticed the I will add the constants and types, as the attributes can be stored by SoftHSM, but left the missing mechanism param structures, as there's no use for them now. What about |
Yeah, that would make sense (we probably should add a check for this in commit hook, etc). |
The section of compatible defines in
pkcs11.h
is missingIt is well possible that more definitions are missing, it might be worth checking them all. Shall I invest more time into that, e.g. prepare a PR?
The text was updated successfully, but these errors were encountered: