Skip to content

Releases: youmark/pkcs8

v1.2

24 Apr 03:46
3c2c787
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1...v1.2

Support AES-128-CBC

20 Nov 23:47
1be2e3e
Compare
Choose a tag to compare

In this release, we include the following features and changes:

  1. Add support for parsing AES-128-CBC encrypted private key.
  2. Create 'ParsePKCS8PrivateKeyRSA' and 'ParsePKCS8PrivateKeyECDSA' to return typed versions of parsed keys.
  3. Add test cases.
  4. Miscellaneous changes.
  5. Last release to support Golang 1.9

v1.0

06 May 00:44
Compare
Choose a tag to compare

v1.0 is now released. In this release, we include the following features and changes:

  1. Add support for parsing PKCS#8 private key using HMACWithSHA256 PRF. In previous versions, only SHA1 is supported.
  2. Add support for parsing DES-EDE3-CBC encrypted private key.
  3. When encrypting private key, use HMACWithSHA256. In previous versions, SHA1 is used to encrypt.