-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change S2N security policy for 0-RTT in TLS 1.3. (#514)
This change comes from submodule updates: ``` aws-c-http v0.7.10 -> v0.7.11 aws-c-io v0.13.27 -> v0.13.29 aws-c-s3 v0.3.12 -> v0.3.13 aws-checksums v0.1.16 -> v0.1.17 aws-lc v1.11.0 -> v1.12.1 s2n v1.3.46 -> v1.3.47 ```
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule aws-c-http
updated
3 files
+27 −16 | source/proxy_connection.c | |
+1 −0 | tests/CMakeLists.txt | |
+43 −0 | tests/test_connection_manager.c |
Submodule aws-c-io
updated
6 files
+0 −1 | builder.json | |
+28 −13 | source/s2n/s2n_tls_channel_handler.c | |
+1 −1 | source/stream.c | |
+29 −25 | tests/CMakeLists.txt | |
+69 −25 | tests/stream_test.c | |
+1 −0 | tests/tls_handler_test.c |
Submodule aws-c-s3
updated
13 files
+2 −2 | .builder/actions/mock_server_setup.py | |
+8 −0 | .github/workflows/ci.yml | |
+1 −1 | include/aws/s3/private/s3_meta_request_impl.h | |
+72 −2 | include/aws/s3/s3_client.h | |
+77 −8 | source/s3_auto_ranged_put.c | |
+180 −85 | source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c | |
+1 −0 | source/s3_meta_request.c | |
+1 −1 | source/s3_util.c | |
+4 −1 | tests/CMakeLists.txt | |
+207 −0 | tests/s3_data_plane_tests.c | |
+1 −1 | tests/s3_mock_server_tests.c | |
+45 −3 | tests/s3_tester.c | |
+12 −0 | tests/s3_tester.h |
Submodule aws-lc
updated
from 80c394 to 1dd5cf
Submodule s2n
updated
from e954ee to de9878