Skip to content

v0.1.0

Compare
Choose a tag to compare
@dmjones dmjones released this 14 Mar 10:23
· 167 commits to master since this release
c739332

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