-
Notifications
You must be signed in to change notification settings - Fork 134
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
CKM_DSA constants look incorrect #121
Comments
hmm, is #29 wrong? Noone notices anything since that went in.... |
From the pkcs11-comment mailing list[0]:
The "TC decision on resolution" (2016-04-26)[1][2]:
The issue was mentioned again on 2019-07-03 [3]:
A new identifier was assigned on 2019-10-16[4]. It appears to be omitted from v3.0 (2020-01-17)[5] but included in v3.0 WD01[6]. [0] https://lists.oasis-open.org/archives/pkcs11-comment/201602/msg00001.html Hope this helps. |
I'm just comparing the values in
pkcs11t.h
andconst.go
.pkcs11t.h
const.go
There seems to be a disconnect between mechanisms mentioned in the PKCS11 spec and the pkcs11t.h files that are distributed. Do we know which is correct? I can't find a pkcs11t.h file that corresponds to the changes made by #29.
The spec mentions
CKM_DSA_FIPS_G_GEN
, but the header files don't.The text was updated successfully, but these errors were encountered: