Skip to content

Releases: microsoft/go-crypto-openssl

v0.1.1

10 Aug 12:56
c59160c
Compare
Choose a tag to compare

What's Changed

  • [v0.1] Backport #34 - Initialize empty AES-GCM inputs by @qmuntal in #35

Full Changelog: v0.1.0...v0.1.1

v0.2.0

29 Jul 07:29
f0cde27
Compare
Choose a tag to compare

What's Changed

  • Convert big.Int to bignum via word slice by @qmuntal in #25
  • Implement one shot SHA and reduce allocs by @qmuntal in #24
  • Remove math/big and encoding/asn1 deps from openssl package by @qmuntal in #26
  • Move BigInt to its own file by @qmuntal in #27
  • Promote NewGCMTLS as top-level function by @qmuntal in #30
  • Update SUPPORT.md by @dagood in #31
  • Improve error messages for EVP key operations by @qmuntal in #33
  • Reduce SHA cgo calls by @qmuntal in #32
  • Initialize empty AES-GCM inputs by @qmuntal in #34

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

29 Jul 07:28
a127057
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/microsoft/go-crypto-openssl/commits/v0.1.0