File tree
8 files changed
+13
-8
lines changed- cmake
- crt
- source/io
8 files changed
+13
-8
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Submodule 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
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 |
| |
30 | 35 |
| |
31 | 36 |
| |
|
0 commit comments