Skip to content
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

Current pkcs11.h is not up-to-date #65

Closed
mike-boquard opened this issue Nov 11, 2021 · 2 comments
Closed

Current pkcs11.h is not up-to-date #65

mike-boquard opened this issue Nov 11, 2021 · 2 comments

Comments

@mike-boquard
Copy link
Collaborator

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:

  1. Go through the file and add in the missing fields
  2. 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).
@legounix
Copy link
Contributor

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?

@hug-dev
Copy link
Member

hug-dev commented Oct 22, 2024

The latest set of headers were added in #228!

@hug-dev hug-dev closed this as completed Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants