Releases: ThalesGroup/crypto11
v1.2.1
v1.2.0
Change Log
v1.2.0 (2019-09-17)
Merged pull requests:
* This Change Log was automatically generated by github_changelog_generator
v1.1.1
Change Log
A minor release that removes the dependency on Vitess.
v1.1.1 (2019-09-03)
Closed issues:
- pools.NewResourcePool function signature divergence #56
* This Change Log was automatically generated by github_changelog_generator
v1.1.0
Change Log
v1.1.0 (2019-08-22)
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
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)
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
Change Log
1.0.1 (2019-05-28)
Merged pull requests:
* This Change Log was automatically generated by github_changelog_generator
v1.0.0
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)
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
v0.1.0
This is our long overdue first release. We plan to improve the API in the next few pull requests, resulting in a v1.0.0 release in the near future.
Change Log
v0.1.0 (2019-03-14)
Implemented enhancements:
- Symmetric MAC support #7
- Symmetric Ciphers #6
- Add docs link #26 (dmjones)
- Improve session handling #3 (cbroglie)
- allow uninitialization of lib handle #2 (sitano)
- Adding vendoring via dep, and updated README.md #1 (solcates)
Fixed bugs:
- Stop generating labels with NUL bytes at the end #31
- Regression in session handling for PIN protected enclaves #9
- Avoid trampling on existing errors in defer funcs #27 (dmjones)
- Improve error checking #24 (dmjones)
- Fix bits/bytes confusion in GCM setup #17 (optnfast)
- Placate linter & tidy up some formatting #14 (optnfast)
- Fix broken test #13 (optnfast)
- Fixing case of "thalesignite" to "ThalesIgnite" #11 (nickrmc83)
Closed issues:
- go get github.com/ThalesIgnite/crypto11 exits with error #32
- Key load failure after rerun of a container #28
- CloudHSM Config #18
- Crypto11 fails to perform decrypt operation #5
* This Change Log was automatically generated by github_changelog_generator