-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update aws-crt-cpp -> v0.17.13, which also brings along: * Fix crash after failed S2N TLS connection * Platform-specific ifdefs removed TlsOptions.h. These are now runtime errors, instead of compile-time errors.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-crt-cpp
updated
13 files
+26 −0 | .builder/actions/build_crt.py | |
+11 −2 | .github/workflows/ci.yml | |
+1 −1 | CMakeLists.txt | |
+11 −15 | bin/elasticurl_cpp/main.cpp | |
+3 −5 | builder.json | |
+1 −1 | crt/aws-c-common | |
+1 −1 | crt/aws-c-io | |
+1 −1 | crt/aws-c-s3 | |
+15 −7 | include/aws/crt/io/TlsOptions.h | |
+2 −0 | include/aws/iot/MqttClient.h | |
+5 −8 | source/io/TlsOptions.cpp | |
+4 −0 | source/io/Uri.cpp | |
+9 −2 | tests/CMakeLists.txt |