Skip to content

v0.3.0

Compare
Choose a tag to compare
@mheese mheese released this 02 Nov 05:15
· 168 commits to master since this release
v0.3.0
da196b7

In summary:

  • big step forward to implementing the low-level library (only tests missing)
  • bug fixes from various people

In detail:

  • Implemented Key Management functions
  • Implemented Encryption/Decryption functions (TODO: tests still missing)
  • Implemented Message Digest functions (TODO: tests still missing)
  • Implemented Signing and MACing (TODO: tests still missing)
  • Implemented Verifying of signatures and MACs (TODO: tests still missing)
  • Implemented Dual-function cryptographic operations (TODO: tests still missing)
  • Implemented Legacy PKCS#11 functions
  • Fixed Windows x64 compatibility (thanks to @mon)
  • Fixed bug on Unix platforms after Windowz x64 compatiblity was achieved (thanks to @mon )
  • Fixed bug with sign() function (thanks to @ptescher )
  • Added login_with_raw() function for certain PIN entry edge cases with some devices - e.g. Safenet iKey 2032 (thanks again to @mon )