File tree
10 files changed
+11
-15
lines changed- crt
- source
10 files changed
+11
-15
lines changedSubmodule aws-c-auth updated 8 files
- .github/workflows/ci.yml+40-6
- CMakeLists.txt+38-11
- builder.json+35
- include/aws/cal/cal.h+1
- include/aws/cal/ed25519.h+88
- include/aws/cal/private/opensslcrypto_common.h+4
- source/cal.c+1
- source/darwin/commoncrypto_platform_init.c+19-2
- source/ed25519.c+147
- source/shared/ed25519.c+388
- source/shared/ed25519_noop.c+51
- source/shared/lccrypto_common.c+75
- source/unix/openssl_platform_init.c+1-5
- source/unix/openssl_rsa.c+50-101
- source/windows/bcrypt_platform_init.c+25-2
- tests/CMakeLists.txt+10
- tests/ed25519_test.c+83
Submodule aws-c-common updated 11 files
- cmake/AwsPrebuildDependency.cmake+12-8
- include/aws/common/encoding.h+2-2
- include/aws/common/environment.h+16
- source/encoding.c+27-26
- source/posix/clock.c+3-1
- source/posix/environment.c+20
- source/windows/environment.c+34
- tests/CMakeLists.txt+1
- tests/encoding_test.c+87-139
- tests/environment_test.c+40
- tests/fuzz/hex_encoding_transitive.c-1
Submodule aws-c-http updated 19 files
- include/aws/http/connection_manager.h+8
- include/aws/http/private/h1_encoder.h+7-4
- include/aws/http/private/h1_stream.h+17-15
- include/aws/http/request_response.h+2-1
- source/connection_manager.c+4
- source/h1_connection.c+18-18
- source/h1_encoder.c+140-15
- source/h1_stream.c+26-22
- tests/CMakeLists.txt+102-99
- tests/test_connection_manager.c+25-27
- tests/test_connection_monitor.c+17-19
- tests/test_h1_client.c+396-2
- tests/test_h1_decoder.c+37-37
- tests/test_h1_encoder.c+90-173
- tests/test_localhost_integ.c+1-3
- tests/test_proxy.c+20-22
- tests/test_random_access_set.c+6-6
- tests/test_stream_manager.c+1-1
- tests/test_tls.c+1-1
- .builder/actions/tls_server_setup.py-43
- builder.json-4
- include/aws/io/private/pki_utils.h+1-2
- include/aws/io/private/tls_channel_handler_private.h-22
- source/windows/secure_channel_tls_handler.c+122-496
- source/windows/windows_pki_utils.c+38-114
- tests/CMakeLists.txt-11
- tests/resources/tls13_device.key-28
- tests/resources/tls13_device.pem.crt-24
- tests/resources/tls13_device_root_ca.key-28
- tests/resources/tls13_device_root_ca.pem.crt-24
- tests/resources/tls13_server.key-28
- tests/resources/tls13_server.pem.crt-24
- tests/resources/tls13_server_root_ca.key-28
- tests/resources/tls13_server_root_ca.pem.crt-24
- tests/tls_handler_test.c+1-164
- tests/tls_server/tls_server.py-23
Submodule aws-lc updated from becf578 to d3e6957
Submodule s2n updated from 21cefc1 to 4ed4f1a
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
| 113 | + | |
| 114 | + | |
119 | 115 |
| |
120 | 116 |
| |
121 | 117 |
| |
|
0 commit comments