Skip to content

Releases: aws/aws-lc

Release v1.14.0

14 Aug 12:04
9b323d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.14.0

AWS-LC-FIPS-1.1.2

14 Aug 12:05
1bb9e44
Compare
Choose a tag to compare

What's Changed

Full Changelog: AWS-LC-FIPS-1.1.1...AWS-LC-FIPS-1.1.2

Release AWS-LC-FIPS-1.1.1

02 Aug 17:46
c17f63e
Compare
Choose a tag to compare

What's Changed

Full Changelog: AWS-LC-FIPS-1.1.0...AWS-LC-FIPS-1.1.1

Release v1.13.0

01 Aug 21:06
05fc080
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.1...v1.12.2

v1.12.1

14 Jul 08:18
1dd5cf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.12.1

Release v1.12.0

07 Jul 19:45
cb7712d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.12.0

Release v1.11.0

20 Jun 19:35
80c3943
Compare
Choose a tag to compare

What's Changed

  • Merge pull request #1064 from samuel40791765/upstream-merge-2023-06-15
  • Allow cleanup of thread-local data before dlclose (#1057)
  • add -Wmissing-braces to build (#1061)
  • Change the Jitter entropy recovery mechanism (#1058)
  • Merge OCSP request feature branch to main (#1054)
  • Fix aesni-xts-avx512 to support Perl v5.8.8 (#1053)
  • Merge pull request #1041 from skmcgrail/upstream-merge-2023-05-30
  • Simplify speed.cc if/defs for different libcryptos (#1047)
  • AES-XTS optimization using vAES and vPCLMULQDQ (#1004)
  • Split up integration test ci dimension (#1036)
  • Ensure CodeBuild always has GOPROXY set via buildspec. (#1043)
  • Add Support for RSA SigGen w/ SHA2-512/256 & PKCS1v1.5 to the ACVP Tool (#1022)
  • set rsa pkcs1v1.5 and ecdsa sig/ver with SHA512/256 to not approved (#1038)
  • Document X509_NAME_oneline function behavior. (#1040)
  • Add additional DH groups from RFC 7919 (#1039)
  • Add function for KEM key check (#1030)
  • Zeroize unused Dilithium key buffers (#1031)
  • Add ASN1_TIME_to_tm (#1035)
  • Expose TLS prf (#1033)
  • Add few compatability functions needed for HAProxy (#1032)
  • quiet unused arguments on Android to silence --noexecstack related warnings (#1028)
  • Add support for multiple filters for bssl speed application (#1023)
  • Add LDTs to ACVP Tool (#1029)
  • Fix RSA and ECDSA SigGen w/ SHA2-512/256 (#1020)
  • Add support for EVP_aes_256_wrap (#1007)
  • add support for SSL_get_key_update_type and SSL_KEY_UPDATE_NONE (#1011)
  • Add AES CTR benchmark (#1024)
  • Delete leftover comments about KEMs/Kyber (#1013)
  • Add support for SSL_(read/peek/write)_ex (#1010)
  • Reduce the ARM fuzz time to get the CI to pass in under an hour (#1021)
  • Update speed.cc to support older versions of AWS-LC that have missing APIs. (#1018)
  • Add additional no-op symbols for support mySQL (#1002)
  • Revert "Temporarily remove dilithium KATs and fuzz corpus" (#1016)

Release v1.10.0

19 May 18:29
987bd7c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.10.0

Release v1.9.0

21 Apr 21:35
bf9cd88
Compare
Choose a tag to compare
  • Provide a compile option to disable AVX512-specific optimizations (#945)
  • aesv8-armx.pl: Avoid buffer overread in AES-XTS decryption (#970)

Release v1.8.0

11 Apr 20:55
8668d2d
Compare
Choose a tag to compare
  • Improves support for OpenSSH (#894)
  • Bug fix: Added back ASN1_STRING_clear_free which was incorrectly removed in v1.7.0. (#936)
  • Bug fix: BORINGSSL_function_hit array size did not match updated header definition (#934)