Skip to content

Releases: aws/aws-lc-rs

v1.6.1

26 Jan 22:12
908f6f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

26 Jan 21:35
3c7c3be
Compare
Choose a tag to compare

Highlights

Other Changes

New Contributors

Full Changelog: v1.5.2...v1.6.0

v1.5.2

20 Nov 22:04
a26674a
Compare
Choose a tag to compare

What's Changed

  • Filter out edwards25519 symbls which are not supposed to have external linkage by @torben-hansen in #286
  • Specify minimum required fs_extra as 1.3 by @ctz in #287
  • Bump version to v1.5.2 by @skmcgrail in #292

Full Changelog: v1.5.1...v1.5.2

v1.5.1

17 Nov 00:26
cb030a3
Compare
Choose a tag to compare

What's Changed

  • Fix docs.rs generation failure due to build environment issues by @skmcgrail in #281

Full Changelog: v1.5.0...v1.5.1

v1.5.0

16 Nov 21:54
a30dec2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

27 Oct 19:24
1bdaefe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

31 Aug 17:43
0ed5629
Compare
Choose a tag to compare

Major Changes

Other Changes

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

10 Jul 18:40
d7305d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

23 Jun 18:06
58c320e
Compare
Choose a tag to compare
  • Add Support for CBC, CTR Cipher modes with AES 128 & 256 bit keys. (#150)
  • Support ECDSA w/ SHA3. (#139)

v1.1.0

24 May 20:21
af018ca
Compare
Choose a tag to compare
  • Update aws-lc-sys to align with AWS-LC v1.10.0
  • Support for P-521: ECDSA and ECDH.
  • Support for SHA3: 256, 384 and 512.
  • Build improvements for aws-lc-fips-sys: decreased build latency, C++ compiler no longer required.