miekg / pkcs11

pkcs11 wrapper for Go
BSD 3-Clause "New" or "Revised" License
375 stars 133 forks source link

Add the FindPublicKey/FindPrivateKey/FindSecretKey convenience methods to the p11.Session interface #132

Open rgl opened 4 years ago

rgl commented 4 years ago

https://github.com/miekg/pkcs11/pull/100 introduced the FindPublicKey/FindPrivateKey/FindSecretKey convenience methods but didn't add them to the p11.Session interface, which makes them impossible to actually use.

Can they be added to the interface?