Skip to content

Releases: aws/aws-lc-rs

aws-lc-rs v1.7.2

23 May 17:04
0186ef7
Compare
Choose a tag to compare

What's Changed

  • Support for aarch64-pc-windows-msvc (See #406)
  • Removed length limit on HKDF Info (See #424)
  • Bump MSRV to v1.63 (See #418)

Merged PRs

Full Changelog: v1.7.1...v1.7.2

aws-lc-rs v1.7.1

03 May 19:41
05827f6
Compare
Choose a tag to compare

What's Changed

  • Support for using bindgen-cli to generate bindings when bindgen feature not enabled. (See: #388 and #402)
  • Support for build target x86_64-pc-windows-gnu. (See: aws/aws-lc#1536 and aws/aws-lc#1559)
  • Support for building without an assembler by setting environment variables: AWS_LC_SYS_NO_ASM or AWS_LC_FIPS_SYS_NO_ASM. This is only allowed for unoptimized builds. (See: #377)
  • Updates for the User Guide. (See: #400)

Merged PRs

New Contributors

  • @cpu made their first contribution in #411

Full Changelog: v1.7.0...v1.7.1

aws-lc-rs v1.7.0

16 Apr 20:08
c487b7b
Compare
Choose a tag to compare

What's Changed

  • RSA OAEP Support
  • The following platforms no longer require CMake for a (non-FIPS) build:
    • aarch64-apple-darwin
    • aarch64-unknown-linux-gnu
    • aarch64-unknown-linux-musl
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
    • x86_64-unknown-linux-musl
    • i686-unknown-linux-gnu
  • Newly available targets:
    • x86_64-apple-ios
    • x86_64-pc-windows-gnu

Merged PRs

Full Changelog: v1.6.4...v1.7.0

aws-lc-rs v1.6.4

04 Apr 02:33
a29a615
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.3...v1.6.4

aws-lc-rs v1.6.3

01 Apr 18:44
2502a73
Compare
Choose a tag to compare

What's Changed

Pre-generated bindings now available for more platforms!

Platform aws-lc-sys aws-lc-fips-sys
aarch64-apple-darwin X X
aarch64-unknown-linux-gnu X X
aarch64-unknown-linux-musl X X
x86_64-apple-darwin X X
x86_64-unknown-linux-gnu X X
x86_64-unknown-linux-musl X X
i686-unknown-linux-gnu X  

Merged PRs

Previously Released

Full Changelog: v1.6.2...v1.6.3

v1.6.2

14 Feb 20:16
da2a62f
Compare
Choose a tag to compare

What's Changed

Released in aws-lc-fips-sys 0.12.1

  • Improve how vcvarsall is located by @justsmth in #327
  • Update aws-lc-fips-sys to 0.12.1 by @justsmth in #329
  • Windows: include printenv.bat in cargo releases by @ctz in #332

Full Changelog: v1.6.1...v1.6.2

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