File tree
7 files changed
+12
-4
lines changed- aws-crt-kotlin
- api
- common/src/aws/sdk/kotlin/crt/io
- jvm/src/aws/sdk/kotlin/crt/io
- crt
- gradle
7 files changed
+12
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
| 825 | + | |
825 | 826 | | |
826 | 827 | | |
827 | 828 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
- .github/workflows/ci.yml+14
- .github/workflows/proof-alarm.yml+1-1
- CMakeLists.txt+10
- include/aws/io/event_loop.h+13
- include/aws/io/private/pki_utils.h+9
- include/aws/io/tls_channel_handler.h+3
- source/bsd/kqueue_event_loop.c+36-21
- source/darwin/dispatch_queue_event_loop.c+2
- source/darwin/secure_transport_tls_channel_handler.c+2-2
- source/event_loop.c+6
- source/linux/epoll_event_loop.c+34-19
- source/s2n/s2n_tls_channel_handler.c+9-13
- source/windows/iocp/iocp_event_loop.c+43-23
- tests/CMakeLists.txt+3
- tests/event_loop_test.c+280
- tests/socket_test.c+8-8
- tests/tls_handler_test.c+27
Submodule aws-lc updated 1098 files
- .github/workflows/bench.yml+2-2
- .github/workflows/ci_rust.yml+2-2
- .github/workflows/codebuild.yml+1-1
- .github/workflows/stale.yml+1-1
- .github/workflows/usage_guide.yml+1-1
- api/unstable/async_offload.h+89
- bindings/rust/aws-kms-tls-auth/.clippy.toml+2
- bindings/rust/aws-kms-tls-auth/src/identity.rs-513
- bindings/rust/aws-kms-tls-auth/src/lib.rs-42
- bindings/rust/aws-kms-tls-auth/src/provider.rs-472
- bindings/rust/aws-kms-tls-auth/src/receiver.rs-397
- bindings/rust/aws-kms-tls-auth/src/test_utils.rs+3-91
- bindings/rust/extended/generate/Cargo.toml+1
- bindings/rust/extended/s2n-tls-sys/Cargo.toml+2-1
- bindings/rust/extended/s2n-tls-sys/templates/Cargo.template+1-1
- bindings/rust/extended/s2n-tls-tokio/Cargo.toml+2-2
- bindings/rust/extended/s2n-tls/Cargo.toml+2-2
- bindings/rust/standard/.clippy.toml+2
- bindings/rust/standard/s2n-tls-hyper/Cargo.toml+3-3
- codebuild/bin/install_s2n_head.sh+5-5
- codebuild/bin/s2n_set_build_preset.sh+1-1
- codebuild/spec/buildspec_al2023_ktls.yml-41
- codebuild/spec/buildspec_generalbatch.yml+11
- codebuild/spec/buildspec_ktls_keyupdate.yml+1
- codebuild/spec/buildspec_sanitizer.yml+12
- codebuild/spec/buildspec_ubuntu_integrationv2.yml+1-6
- codebuild/spec/buildspec_valgrind.yml+7-7
- docs/usage-guide/topics/SUMMARY.md+5-4
- docs/usage-guide/topics/ch12-preshared-keys.md
- docs/usage-guide/topics/ch13-private-key-ops.md
- docs/usage-guide/topics/ch14-connection-serialization.md+61
- docs/usage-guide/topics/ch15-early-data.md
- docs/usage-guide/topics/ch16-post-quantum.md
- error/s2n_errno.c+1
- error/s2n_errno.h+1
- flake.lock+29-150
- flake.nix+1-1
- tests/integrationv2/configuration.py+12
- tests/integrationv2/pyproject.toml+3-1
- tests/integrationv2/test_buffered_send.py+3-3
- tests/unit/s2n_async_offload_cb_test.c+226
- tests/unit/s2n_connection_serialize_test.c+33
- tests/unit/s2n_connection_size_test.c+1-1
- tests/unit/s2n_key_update_test.c+5-3
- tests/unit/s2n_ktls_test.c+71
- tests/unit/s2n_policy_builder_test.c+194-96
- tests/unit/s2n_policy_defaults_test.c+135
- tests/unit/s2n_self_talk_ktls_test.c+120-16
- tests/unit/s2n_self_talk_offload_signing_test.c+2-2
- tls/policy/s2n_policy_builder.c+164-104
- tls/policy/s2n_policy_defaults.c+128
- tls/policy/s2n_policy_defaults.h
- tls/policy/s2n_policy_feature.h+43
- tls/s2n_async_offload.c+99
- tls/s2n_async_offload.h+61
- tls/s2n_async_pkey.c+80
- tls/s2n_async_pkey.h+12-1
- tls/s2n_client_cert_verify.c+19-17
- tls/s2n_config.c+13
- tls/s2n_config.h+5
- tls/s2n_connection.c+2
- tls/s2n_connection.h+3
- tls/s2n_key_update.c+8-3
- tls/s2n_key_update.h+1
- tls/s2n_ktls.c+148
- tls/s2n_ktls.h+4
- tls/s2n_ktls_io.c+2-73
- tls/s2n_security_policies.h+6
- tls/s2n_server_key_exchange.c+24-22
- tls/s2n_tls13_certificate_verify.c+13-11
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments