-
Notifications
You must be signed in to change notification settings - Fork 11
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
Labels
Comments
This was referenced Oct 14, 2022
yorubad-dev
added a commit
to yorubad-dev/pkcs11mod
that referenced
this issue
Oct 15, 2022
Implement SetPin function namecoin#128 development
yorubad-dev
added a commit
to yorubad-dev/pkcs11mod
that referenced
this issue
Oct 15, 2022
Implement InitPin function namecoin#128
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
implement initpin function in p11mod namecoin#128
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
A lot of functions that exist in pkcs11mod are unimplemented in p11mod. The easy way to find them is by grepping
p11mod.go
forCKR_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.
The text was updated successfully, but these errors were encountered: