Releases: google/go-p11-kit
Releases · google/go-p11-kit
v0.4.0
What's Changed
- Populate key related attributes by @mwielgoszewski in #29
New Contributors
- @mwielgoszewski made their first contribution in #29
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- p11kit: allow server implementations to overwrite generated object handle ids by @joelferrier in #28
New Contributors
- @joelferrier made their first contribution in #28
Full Changelog: v0.2.0...v0.3.0
v0.2.0
example: use SetCertificate to add cert attributes This allows gnutls and p11-kit to properly enumerate objects on example server. Keys and certs with matching public keys are automatically associated with eachother in a way that makes gnutls and p11-kit happy. Fixes #21.
v0.1.0
p11kit: add support for C_GetMechanismList and C_GetMechanismInfo