Skip to content

Releases: awslabs/aws-crt-ffi

Pick up aws-c-common fix for dlopen usage from mac

12 Aug 22:16
0964b2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.9...v0.3.0

Fix CMakeLists issue we have

27 Jul 21:46
5f5f37c
Compare
Choose a tag to compare
Pre-release

What's Changed

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

v0.2.8

27 Jul 20:33
cbeec0c
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release

What's Changed

New Contributors

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

fix windows ecdsa

04 Apr 15:50
5c0f937
Compare
Choose a tag to compare
fix windows ecdsa Pre-release
Pre-release

Fixes an encoding error for ECDSA signatures calculated on Windows

patch aws-lc

15 Mar 18:01
ac019ba
Compare
Choose a tag to compare
patch aws-lc Pre-release
Pre-release

update aws-lc to include patch for openssl issue.

Latest submodules

11 Mar 19:46
95b71d8
Compare
Choose a tag to compare
Latest submodules Pre-release
Pre-release

update modules to more recent versions.

OpenSSL shared library usage fixes

30 Aug 20:32
aecdb91
Compare
Choose a tag to compare
Pre-release
Updated S2N to add support for sharing openssl/libcrypto (#35)

* Updated to latest s2n revision, using s2n_crypto_disable_init()

* Added aws_crt_crypto_share API

* Updated to aws-c-common v0.6.9

* Separated out crypto init/shutdown

* Employ s2n_disable_atexit()

* updated s2n to get rand shutdown fix

* Updated to s2n v1.0.17

Updated signing validation code

03 Aug 18:49
94e82ef
Compare
Choose a tag to compare
Pre-release
v0.2.3

Updated to aws-c-auth v0.6.3 (#34)

Updated with logging for signing validation functions

03 Aug 18:07
79f5112
Compare
Choose a tag to compare
Pulled validation changes in from aws-c-auth (#33)

* Pulled validation changes in from aws-c-auth

* Updated aws-c-auth to v0.6.2

Added logging API support

03 Aug 16:23
927850d
Compare
Choose a tag to compare
Pre-release
Added support for logging (#31)

* Added support for logging, and test

* Use foreground logging for target languages