1 file changed
+1
-1
lines changedSubmodule aws-crt-cpp updated 35 files
- .builder/actions/elasticurl_tests.py+17
- .github/workflows/ci.yml+11
- CMakeLists.txt+6-3
- builder.json+1-5
- crt/aws-c-cal+1-1
- crt/aws-c-common+1-1
- crt/aws-c-http+1-1
- crt/aws-c-io+1-1
- crt/aws-c-mqtt+1-1
- crt/s2n+1-1
- include/aws/crt/Api.h+50-2
- include/aws/crt/Optional.h+1-11
- include/aws/crt/crypto/HMAC.h+49
- include/aws/crt/crypto/Hash.h+49
- include/aws/crt/http/HttpConnection.h+2-2
- include/aws/crt/io/ChannelHandler.h+238
- include/aws/crt/io/TlsOptions.h+85-5
- include/aws/iot/MqttClient.h+4
- source/Api.cpp+209-12
- source/crypto/HMAC.cpp+58
- source/crypto/Hash.cpp+60
- source/io/ChannelHandler.cpp+217
- source/io/TlsOptions.cpp+102-1
- source/iot/MqttClient.cpp+8-4
- source/mqtt/MqttClient.cpp+1-1
- tests/CMakeLists.txt+34-18
- tests/ChannelHandlerTest.cpp+106
- tests/HMACTest.cpp+77
- tests/HashTest.cpp+118
- tests/HttpClientConnectionManagerTest.cpp+4
- tests/HttpClientTest.cpp+4
- tests/IotServiceTest.cpp+4
- tests/MqttClientTest.cpp+2-1
- tests/ProxyTest.cpp+145-1
- tests/TLSContextTest.cpp+2-1
0 commit comments