Skip to content

Releases: awslabs/aws-c-cal

aes 256 with CBC, GCM, CTR, and keywrap modes.

12 Apr 21:34
0e35e6f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.21...v0.5.22

fix build on OpenBSD

01 Mar 16:46
de2f0f2
Compare
Choose a tag to compare
fix build on OpenBSD Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.20...v0.5.21

v0.5.20

06 Oct 16:22
ac4216b
Compare
Choose a tag to compare
v0.5.20 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.19...v0.5.20

Allow mix of static and shared libs

24 Aug 20:39
cc43764
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.5.18...v0.5.19

Fix assertion in Debug builds on Apple

10 Aug 21:27
1458c70
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.17...v0.5.18

Find OpenSSL package from system in case if it is built with OpenSSL

11 Apr 19:20
7eb1d73
Compare
Choose a tag to compare

What's Changed

  • Find OpenSSL package from system by @serzhick in #114

Full Changelog: v0.5.16...v0.5.17

v0.5.16

07 Apr 19:17
001007e
Compare
Choose a tag to compare
v0.5.16 Pre-release
Pre-release

What's Changed

  • Remove AWS:: prefix from crypto module used from cmake path in case of IN_SOURCE_BUILD by @serzhick in #112

New Contributors

  • @serzhick made their first contribution in #112

Full Changelog: v0.5.15...v0.5.16

fix windows ecdsa

31 Mar 21:17
611690f
Compare
Choose a tag to compare
fix windows ecdsa Pre-release
Pre-release

Fix an issue where windows implementations of ecdsa wasn't properly trimming padding from sha256 signature.

Fixed build failure from previous release.

02 Feb 01:09
9ab6f96
Compare
Choose a tag to compare
fixed memory leak in unit test. (#106)

* fixed memory leak in unit test.

Fix aws-lc targets.

01 Feb 19:53
094ea67
Compare
Choose a tag to compare
Fix aws-lc targets. Pre-release
Pre-release
Properly use cmake target exports for libcrypto. (#104)

 Properly use cmake target exports for libcrypto.