Commit 2584495
File tree
9 files changed
+13
-9
lines changed- crt
- source
9 files changed
+13
-9
lines changedSubmodule aws-c-auth updated 18 files
- .github/workflows/ci.yml+1-1
- include/aws/auth/private/aws_signing.h-2
- include/aws/auth/signable.h+17
- include/aws/auth/signing_config.h+12
- include/aws/auth/signing_result.h+21-2
- source/auth.c+5
- source/aws_signing.c+96-3
- source/signable.c+113
- source/signing_result.c+33-2
- source/sigv4_http_request.c+5-8
- tests/aws_imds_client_test.c+5-1
- tests/credentials_provider_ecs_tests.c+12-2
- tests/credentials_provider_imds_tests.c+10-2
- tests/credentials_provider_sts_tests.c+6-1
- tests/credentials_provider_sts_web_identity_tests.c+6-1
- tests/credentials_provider_x509_tests.c+6-1
- tests/credentials_tests.c+6-1
- tests/sigv4_tests.c+73-77
- .github/workflows/ci.yml+17-9
- .travis.yml-23
- CMakeLists.txt+2-2
- bin/sha256_profile/CMakeLists.txt+30
- bin/sha256_profile/main.c+121
- builder.json+2-1
- format-check.sh+1-1
- include/aws/cal/private/ecc.h+2
- include/aws/cal/private/opensslcrypto_common.h+41-13
- source/cal.c+5
- source/darwin/commoncrypto_platform_init.c+12
- source/darwin/securityframework_ecc.c+5-4
- source/ecc.c+1-1
- source/unix/openssl_platform_init.c+417
- source/unix/opensslcrypto_ecc.c+1-2
- source/unix/opensslcrypto_hash.c+24-24
- source/unix/opensslcrypto_hmac.c+39-35
- source/windows/bcrypt_ecc.c+1-3
- source/windows/bcrypt_platform_init.c+12
- tests/ecc_test.c+60-4
- tests/md5_test.c+13
- tests/sha256_hmac_test.c+12
- tests/sha256_test.c+28
- tests/test_case_helper.h+9
Submodule aws-c-common updated 275 files
Submodule aws-c-http updated 15 files
- .github/workflows/ci.yml+5-4
- CMakeLists.txt+2-1
- bin/elasticurl/main.c+7-1
- include/aws/http/private/connection_manager_system_vtable.h+6-4
- include/aws/http/websocket.h+2-3
- source/connection.c+2-3
- source/h1_decoder.c+3
- source/h2_connection.c+5-2
- source/h2_stream.c+3
- source/websocket.c+1-1
- tests/proxy_test_helper.c+7-1
- tests/test_connection.c+7-1
- tests/test_connection_manager.c+7-1
- tests/test_h2_client.c-1
- tests/test_tls.c+7-1
- .github/workflows/ci.yml+1-1
- CMakeLists.txt+1-9
- README.md+4
- build-deps.sh+2-2
- builder.json+2-1
- cmake/aws-c-io-config.cmake+1-2
- cmake/modules/FindLibCrypto.cmake-97
- include/aws/io/host_resolver.h+83-3
- source/host_resolver.c+765-66
- source/io.c+4
- source/pki_utils.c+3-3
- source/posix/socket.c+10-1
- source/s2n/s2n_tls_channel_handler.c-67
- source/windows/iocp/socket.c+45-11
- tests/CMakeLists.txt+9
- tests/channel_test.c+5-1
- tests/default_host_resolver_test.c+1.1k-8
- tests/socket_test.c+51-3
- tests/tls_handler_test.c+12-2
Submodule aws-c-mqtt updated 15 files
- .github/workflows/ci.yml+5-4
- CMakeLists.txt+5
- include/aws/mqtt/client.h+3-2
- include/aws/mqtt/mqtt.h+1
- include/aws/mqtt/private/client_impl.h+19-8
- include/aws/mqtt/private/mqtt_client_test_helper.h+38
- source/client.c+335-117
- source/client_channel_handler.c+141-228
- source/mqtt.c+3
- tests/CMakeLists.txt+8
- tests/aws_iot_client_test.c+6-1
- tests/connection_state_test.c+661-113
- tests/mqtt_mock_server_handler.c+141-32
- tests/mqtt_mock_server_handler.h+71-11
- tests/paho_client_test.c+6-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | 153 | | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
225 | 229 | | |
226 | | - | |
| 230 | + | |
227 | 231 | | |
228 | 232 | | |
229 | 233 | | |
| |||
0 commit comments