Skip to content

aws-lc-rs v1.7.1

Compare
Choose a tag to compare
@justsmth justsmth released this 03 May 19:41
· 18 commits to main since this release
05827f6

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