Skip to content

Releases: ThalesGroup/crypto11

v1.4.1

03 Mar 15:04
9fba4fe
Compare
Choose a tag to compare

What's Changed

  • fix: underlying library context is reused through reference counting by @ek-1n574 in #114

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

27 Feb 16:44
v1.4.0
0214ac7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

17 Feb 14:10
c3b42eb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

24 Oct 10:02
c6ebc96
Compare
Choose a tag to compare
  • Library no longer panics if MaxSessions=1. See #60 and #61.

v1.2.0

17 Sep 10:25
3d83a0a
Compare
Choose a tag to compare

Change Log

v1.2.0 (2019-09-17)

Full Changelog

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator

v1.1.1

03 Sep 14:56
ee5b3fb
Compare
Choose a tag to compare

Change Log

A minor release that removes the dependency on Vitess.

v1.1.1 (2019-09-03)

Full Changelog

Closed issues:

  • pools.NewResourcePool function signature divergence #56

* This Change Log was automatically generated by github_changelog_generator

v1.1.0

22 Aug 11:39
8656b49
Compare
Choose a tag to compare

Change Log

v1.1.0 (2019-08-22)

Full Changelog

Implemented enhancements:

  • Finding keys with non unique labels #50
  • Add ...WithAttributes functions #41
  • Support importing and finding certificates #20

Fixed bugs:

  • Configure() fails when using Tokens that do not require a login #46
  • Tests should delete keys they create #39
  • Use after close tests are incomplete #55

* This Change Log was automatically generated by github_changelog_generator

v1.0.2

21 Jun 09:21
d88f783
Compare
Choose a tag to compare

Change Log

This bug-fix release addresses a problem preventing applications creating two Contexts with the same P11 library.

1.0.2 (2019-06-21)

Full Changelog

Fixed bugs:

  • Cannot initialize more than one slot with a PKCS DLL #47

* This Change Log was automatically generated by github_changelog_generator

v1.0.1

28 May 13:53
5b9eb55
Compare
Choose a tag to compare

Change Log

1.0.1 (2019-05-28)

Full Changelog

Merged pull requests:

  • Report which fields for selecting token were provided #42 (cbroglie)

* This Change Log was automatically generated by github_changelog_generator

v1.0.0

14 May 13:57
38ef753
Compare
Choose a tag to compare

Change Log

v1.0.0 is a significant re-working of the library and introducing many breaking changes. See the discussion in #40 for background context.

v1.0.0 (2019-05-14)

Full Changelog

Implemented enhancements:

  • Add information about Configure and ConfigureFromFile to README #30
  • Add error return to PKCS11Session.Close (breaking change) #25
  • Consistent error behavior in Configure() #4

Fixed bugs:

  • Copyright missing in the common.go file #37

Closed issues:

  • Panic due to misaligned atomic variables #35
  • Return error when Configure or ConfigureFromFile has not been called #29
  • Tag first release #12

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator