Releases: awslabs/aws-c-cal
Releases · awslabs/aws-c-cal
aes 256 with CBC, GCM, CTR, and keywrap modes.
What's Changed
- CI job for OpenBSD by @knightjoel in #134
- Pull in aws-lc during builder builds on OpenBSD by @knightjoel in #135
- remove sanitizer blacklist by @DmitriyMusatkin in #137
- Pin version of aws-lc by @DmitriyMusatkin in #138
- Added 256-bit AES with CBC, CTR, GCM, and Keywrap Modes by @JonathanHenson in #136
Full Changelog: v0.5.21...v0.5.22
fix build on OpenBSD
What's Changed
- fix build on OpenBSD by @knightjoel in #133
New Contributors
- @knightjoel made their first contribution in #133
Full Changelog: v0.5.20...v0.5.21
v0.5.20
Allow mix of static and shared libs
What's Changed
Full Changelog: v0.5.18...v0.5.19
Fix assertion in Debug builds on Apple
What's Changed
- CI to run ECC signature verifier tool on cross-platform data set by @bretambrose in #118
- Apple assert fix by @graebm in #121
New Contributors
- @DmitriyMusatkin made their first contribution in #116
Full Changelog: v0.5.17...v0.5.18
Find OpenSSL package from system in case if it is built with OpenSSL
What's Changed
- Find OpenSSL package from system by @serzhick in #114
Full Changelog: v0.5.16...v0.5.17
v0.5.16
fix windows ecdsa
Fix an issue where windows implementations of ecdsa wasn't properly trimming padding from sha256 signature.
Fixed build failure from previous release.
fixed memory leak in unit test. (#106) * fixed memory leak in unit test.
Fix aws-lc targets.
Properly use cmake target exports for libcrypto. (#104) Properly use cmake target exports for libcrypto.