Releases: awslabs/aws-crt-ffi
Releases · awslabs/aws-crt-ffi
Pick up aws-c-common fix for dlopen usage from mac
Fix CMakeLists issue we have
v0.2.8
fix windows ecdsa
Fixes an encoding error for ECDSA signatures calculated on Windows
patch aws-lc
update aws-lc to include patch for openssl issue.
Latest submodules
update modules to more recent versions.
OpenSSL shared library usage fixes
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
v0.2.3 Updated to aws-c-auth v0.6.3 (#34)
Updated with logging for signing validation functions
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
Added support for logging (#31) * Added support for logging, and test * Use foreground logging for target languages