You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pkcs11.h header file in crypto-sys is not in conformance with PKCS#11 v2.40 + errata 01. This should be updated to match what the current spec is. We have two options:
Go through the file and add in the missing fields
Download latest header files from oasis
2a. Will need to either modify pkcs11.h or add in our own header files for the different architectures (really the big one is Windows with its pragma directives).
The text was updated successfully, but these errors were encountered:
What speaks against updating the pkcs11.h file to what opensc is using currently? Diffing the two files they look quite similiar, maybe that's easier then adopting the oasis files?
The
pkcs11.h
header file incrypto-sys
is not in conformance with PKCS#11 v2.40 + errata 01. This should be updated to match what the current spec is. We have two options:2a. Will need to either modify
pkcs11.h
or add in our own header files for the different architectures (really the big one is Windows with itspragma
directives).The text was updated successfully, but these errors were encountered: