Skip to content

Releases: google/go-p11-kit

v0.4.0

24 Oct 19:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 Jun 21:42
Compare
Choose a tag to compare

What's Changed

  • p11kit: allow server implementations to overwrite generated object handle ids by @joelferrier in #28

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 May 17:17
Compare
Choose a tag to compare
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

03 Feb 17:57
Compare
Choose a tag to compare
p11kit: add support for C_GetMechanismList and C_GetMechanismInfo