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

Implement missing p11mod functions #128

Open
JeremyRand opened this issue Oct 10, 2022 · 0 comments
Open

Implement missing p11mod functions #128

JeremyRand opened this issue Oct 10, 2022 · 0 comments
Labels
enhancement New feature or request Hacktoberfest

Comments

@JeremyRand
Copy link
Member

A lot of functions that exist in pkcs11mod are unimplemented in p11mod. The easy way to find them is by grepping p11mod.go for CKR_FUNCTION_NOT_SUPPORTED. It would be desirable to implement them.

Note that some of those functions may be impossible to implement due to limitations of the p11 API. There are plenty that will work fine though, so if you see one that looks problematic, pick another one -- lots of low-hanging fruit.

@JeremyRand JeremyRand added enhancement New feature or request Hacktoberfest labels Oct 10, 2022
yorubad-dev added a commit to yorubad-dev/pkcs11mod that referenced this issue Oct 15, 2022
yorubad-dev added a commit to yorubad-dev/pkcs11mod that referenced this issue Oct 15, 2022
JeremyRand pushed a commit that referenced this issue Oct 16, 2022
2ab6dde Add CopyObject Function #128 (robertmin1)

Pull request description:

  Add CopyObject Function #128

ACKs for top commit:
  JeremyRand:
    ACK 2ab6dde

Tree-SHA512: 7fc9f2d7828da9f796f48640c530c56d2252a4e72abc874201b6bfae0be5122601834d20300b83a5e5dfc705769e6b373b357aa29c0e29cae1b87a3e9dbcdafc
JeremyRand pushed a commit that referenced this issue Oct 17, 2022
a151e59 implementing setpin function (KingAnointing)

Pull request description:

ACKs for top commit:
  JeremyRand:
    ACK a151e59

Tree-SHA512: 4ee3b8f39a26fc1fa7cc735c275aa797227b898849456d9fe978e3fcd6ff5addb09238eaced497652be5af44743dc7406062f88210c6388705c2db63c39ea71c
yorubad-dev added a commit to yorubad-dev/pkcs11mod that referenced this issue Oct 19, 2022
yorubad-dev added a commit to yorubad-dev/pkcs11mod that referenced this issue Oct 19, 2022
JeremyRand pushed a commit that referenced this issue Oct 24, 2022
4a52a2d implement InitPIN function (KingAnointig)

Pull request description:

  I had alot of bug unidentified bug in the last branch i had to delete it

ACKs for top commit:
  JeremyRand:
    ACK 4a52a2d

Tree-SHA512: 8b0c107b8e0e6c232757e64ced51946154f011966d60a7da87a3e61d89186c4cc5ce5defb9fd7ec35c1fcc449328b7574310cf19a432b197f6454986a742d51a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant