Skip to content

Releases: microsoft/go-crypto-openssl

v0.2.9

21 Mar 10:16
d431ca0
Compare
Choose a tag to compare

What's Changed

  • Add NewGCMTLS13 with TLS 1.3 additional data size verification by @dagood in #61
  • Silence -Wpointer-sign warnings by @qmuntal in #62
  • Fix memory leak in setupEVP by @dagood in #64

Full Changelog: v0.2.8...v0.2.9

v0.2.8

20 Jun 10:00
f18e1f2
Compare
Choose a tag to compare

What's Changed

  • Port changes from openssl-fips by @qmuntal in #51
  • simplify devcontainer by @qmuntal in #52
  • Prioritize FIPS-enabled versions when automatically selecting a version by @qmuntal in #53
  • sha: fix use-after-free issue by @qmuntal in #55
  • hmac: fix memory leak in NewHMAC by @qmuntal in #54

Full Changelog: v0.2.7...v0.2.8

v0.2.7

02 May 06:13
59b4321
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6

31 Jan 08:23
2cec441
Compare
Choose a tag to compare

What's Changed

  • Disable padding detection when decrypting with AES by @qmuntal in #47

Full Changelog: v0.2.5...v0.2.6

v0.2.5

23 Jan 11:44
ba9bc7f
Compare
Choose a tag to compare

What's Changed

  • Fix use-after-free and double-free bugs on ECDH keys by @qmuntal in #46

Full Changelog: v0.2.4...v0.2.5

v0.2.4

18 Jan 17:23
5eef080
Compare
Choose a tag to compare

What's Changed

  • Fix memory leak in GenerateKeyRSA by @qmuntal in #45
  • Implement ECDH using the EVP interface by @qmuntal in #44

Full Changelog: v0.2.3...v0.2.4

v0.2.3

02 Dec 14:42
3047eff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

21 Nov 09:45
817d9a1
Compare
Choose a tag to compare

What's Changed

  • Implement HMAC using EVP_MAC_CTX on OpenSSL 3 by @qmuntal in #40
  • Allow hash.Hash for OAEP and MGF1 to be specified independently by @qmuntal in #42

Full Changelog: v0.2.1...v0.2.2

v0.2.1

30 Sep 08:42
0e9fe57
Compare
Choose a tag to compare

What's Changed

  • Fix RSAPSS salt length conversion by @qmuntal in #37
  • Free HMAC context when garbage collected by @qmuntal in #38

Full Changelog: v0.2.0...v0.2.1

v0.1.2

04 Oct 05:47
26ba140
Compare
Choose a tag to compare

What's Changed

  • [v0.1] free HMAC context when it is garbage collected by @qmuntal in #39

Full Changelog: v0.1.1...v0.1.2