Commit b425c95
authored
Update aws-crt-cpp for bugfixes (#289)
Update aws-crt-cpp for bugfixes: v0.13.8 -> v0.14.1
* BUGFIX: Fix build issue where aws-lc attempt to install during cmake configure stage.
* BUGFIX: On Windows only, reverts the cached CRL check when validating a server certificate chain using a root CA override.
* BUGFIX: On Apple only, fix Server Name Indicator (SNI) check when custom root-CA is used.1 parent a0e4ee5 commit b425c95
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule aws-crt-cpp updated 28 files
- .github/workflows/ci.yml+1-2
- .gitmodules+3
- CMakeLists.txt+13-2
- cmake/aws-crt-cpp-config.cmake+2-1
- crt/aws-c-auth+1-1
- crt/aws-c-cal+1-1
- crt/aws-c-common+1-1
- crt/aws-c-compression+1-1
- crt/aws-c-io+1-1
- crt/aws-c-s3+1
- crt/aws-lc+1-1
- crt/s2n+1-1
- include/aws/crt/auth/Sigv4Signing.h+11
- include/aws/crt/io/EventLoopGroup.h+1
- include/aws/crt/io/Stream.h+7-3
- source/Api.cpp+3-4
- source/JsonObject.cpp+1-1
- source/auth/Sigv4Signing.cpp+10
- source/http/HttpConnection.cpp+32
- source/http/HttpConnectionManager.cpp+32
- source/io/EventLoopGroup.cpp+12
- source/io/Stream.cpp+10-3
- source/io/TlsOptions.cpp+7
- tests/CMakeLists.txt+4
- tests/HttpClientConnectionManagerTest.cpp+51
- tests/HttpClientTest.cpp+44
- tests/ProxyTest.cpp+77
- tests/StreamTest.cpp+2-2
0 commit comments