awslabs / aws-crt-cpp

C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Apache License 2.0
73 stars 64 forks source link

Fix memory leaks in Windows TLS handler #637

Closed graebm closed 1 month ago

graebm commented 1 month ago

Update to latest submodules:

aws-c-cal          v0.7.0 -> v0.7.1
aws-c-io           v0.14.9 -> v0.14.11
aws-c-http         v0.8.2 -> v0.8.3
aws-c-s3           v0.5.10 -> v0.6.1
aws-lc             v1.30.1 -> v1.31.0
s2n                v1.4.16 -> v1.4.17

Fix comes from here: https://github.com/awslabs/aws-c-io/pull/652

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.