Skip to content

Releases: awslabs/aws-crt-python

fix windows ecdsa

01 Apr 15:47
461355f
Compare
Choose a tag to compare
fix windows ecdsa Pre-release
Pre-release

Fix a bug in the windows implementation of ecdsa

Support mutual TLS using a certificate from a Windows cert store

18 Mar 23:46
729a734
Compare
Choose a tag to compare

What's Changed

  • Support mutual TLS using a certificate from a Windows cert store by @graebm in #341

Full Changelog: v0.13.5...v0.13.6

Security Fix - OpenSSL CVE-2022-0778

15 Mar 18:33
3565074
Compare
Choose a tag to compare
Pre-release
  • Update the aws-lc submodule to a version that is not vulnerable to OpenSSL CVE-2022-0778 - Possible infinite loop in BN_mod_sqrt()

Latest submodules

11 Mar 22:46
b57f5b8
Compare
Choose a tag to compare
Latest submodules Pre-release
Pre-release

latest submodules

Tls connection options mqtt client leak fix

11 Feb 17:35
cc65145
Compare
Choose a tag to compare
  • Fixes a potential memory leak when placing a loop around the mqtt client's connect function

ECS Credentials provider fix

09 Feb 17:34
c47debe
Compare
Choose a tag to compare
Pre-release
  • Fixes an issue with the ECS credentials provider not using the port specified in the URI

improve aws-lc builds

01 Feb 23:30
9f0cf1d
Compare
Choose a tag to compare
improve aws-lc builds Pre-release
Pre-release
Fix aws-lc build. (#329)

* Fix aws-lc build.

Support PKCS#11 for mutual TLS on Unix platforms

07 Jan 08:20
e161de7
Compare
Choose a tag to compare
  • NEW: Support PKCS#11 for mutual TLS on Unix platforms.
  • NEW: Support for TLS1.3
  • BUGFIX: Fix MQTT crash on Windows when Will had empty payload.
  • BUGFIX: Issue warning (instead of refusing to build) if insecure versions of GCC are used.
  • CHANGE: aws-crt-python tests use env vars so they're easier to run locally.

Updated core libraries, removed OOM conditionals

16 Oct 03:35
aa4511c
Compare
Choose a tag to compare
Updated submodules to get sdkutils, OOM cleanup (#318)

* updated submodules to get sdkutils, OOM cleanup

* Added aws-c-sdkutils to setup.py

Python 3.10 wheel support

07 Oct 16:53
24bf341
Compare
Choose a tag to compare
Pre-release
  • Support Python 3.10 wheels. We dropped manylinux1 for Python 3.10 as 3.10 is not available in manylinux1.