Skip to content

Releases: awslabs/aws-c-cal

Fix build against openssl 1.0.2

12 Oct 21:15
0db9df8
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.6.3...v0.6.4

RSA support and Fix MacOS 14+

12 Oct 02:31
0f943e8
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

23 Aug 22:54
0a6beeb
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

What's Changed

  • Minor CMakelists.txt cleanup. by @graebm in #155
  • Explicit Private for target_link_libraries by @waahm7 in #157

Full Changelog: v0.6.1...v0.6.2

v0.6.1

18 Jul 23:18
29578cd
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

What's Changed

  • Stop using memset(), use byte-buf helper function instead. by @graebm in #154

Full Changelog: v0.6.0...v0.6.1

v0.6.0

30 Jun 15:39
de43d69
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

What's Changed

  • update time to ancient by @jmklix in #150
  • Cleanup aws-lc thread locals and thread local key on library shutdown by @bretambrose in #152

Full Changelog: v0.5.27...v0.6.0

v0.5.27

15 May 20:24
c5f5857
Compare
Choose a tag to compare
v0.5.27 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.26...v0.5.27

Make sure unix initialization vectors for aes ctr mode are generated with 1 as the counter value.

20 Apr 21:25
55e478b
Compare
Choose a tag to compare

What's Changed

  • Fixed CTR mode on openssl not generating an empty counter. This wasn'… by @JonathanHenson in #147

Full Changelog: v0.5.25...v0.5.26

Add validation checks to AES algorithms. Fix some apple framework version checks.

20 Apr 19:48
d6332a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.24...v0.5.25

Fix legacy openssl builds and handle ios versions correctly

14 Apr 00:03
2b92354
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.23...v0.5.24

Minor Bug fix in keywrap buffer management that broke on statically allocated buffers.

12 Apr 23:36
57d093b
Compare
Choose a tag to compare

What's Changed

  • Minor Bug fix in keywrap buffer management that broke on statically allocated buffers.. by @JonathanHenson in #139

Full Changelog: v0.5.22...v0.5.23