File tree
10 files changed
+11
-11
lines changed- aws-crt-kotlin/native/interop
- crt
10 files changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Submodule aws-c-common updated 8 files
Submodule aws-c-http updated 11 files
- .github/workflows/ci.yml+13-5
- source/connection.c+43-13
- source/connection_manager.c+30-32
- source/h1_decoder.c+32-14
- tests/CMakeLists.txt+3
- tests/py_localhost/server.py+3-1
- tests/stream_test_helper.c+1
- tests/stream_test_helper.h+1
- tests/test_connection_manager.c+139-3
- tests/test_h1_decoder.c+51-9
- tests/test_h2_client.c+64
- .github/workflows/ci.yml+23-4
- .github/workflows/proof-alarm.yml+1-1
- CMakeLists.txt+10-2
- README.md+24-17
- include/aws/io/channel_bootstrap.h+13
- include/aws/io/event_loop.h+24-3
- include/aws/io/host_resolver.h-4
- include/aws/io/io.h+31-11
- include/aws/io/private/event_loop_impl.h+27
- include/aws/io/private/pki_utils.h+20-6
- include/aws/io/private/socket_impl.h+33-9
- include/aws/io/private/tls_channel_handler_shared.h+2
- include/aws/io/socket.h+85-15
- include/aws/io/tls_channel_handler.h+55-9
- include/aws/testing/io_testing_channel.h+7-2
- source/bsd/kqueue_event_loop.c+29-4
- source/channel.c+3-2
- source/channel_bootstrap.c+557-105
- source/darwin/darwin_pki_utils.c+568-9
- source/darwin/dispatch_queue_event_loop.c+764
- source/darwin/dispatch_queue_event_loop_private.h+88
- source/darwin/nw_socket.c+2.8k
- source/darwin/secure_transport_tls_channel_handler.c+101-55
- source/event_loop.c+97-59
- source/host_resolver.c+51-41
- source/io.c+79-34
- source/linux/epoll_event_loop.c+28-3
- source/posix/socket.c+119-34
- source/socket.c+31-19
- source/socket_channel_handler.c+67-9
- source/tls_channel_handler.c+115-29
- source/tls_channel_handler_shared.c+9
- source/windows/iocp/iocp_event_loop.c+37-4
- source/windows/iocp/socket.c+135-43
- tests/CMakeLists.txt+49-10
- tests/default_host_resolver_test.c+164
- tests/event_loop_test.c+29-5
- tests/read_write_test_handler.c+16-7
- tests/socket_handler_test.c+159
- tests/socket_test.c+832-119
- tests/tls_handler_test.c+12-13
- tests/vcc/Makefile+3-3
- tests/vcc/client.c+2-1
- tests/vcc/new_destroy.c+7-1
- tests/vcc/preamble.h+14-1
Submodule aws-checksums updated 10 files
- .github/workflows/cmake.yml+1
- .github/workflows/integrations.yml+25-1
- CMakeLists.txt-6
- README.md+8-7
- crypto/dsa/dsa.c+10-3
- crypto/dsa/dsa_asn1.c-2
- crypto/dsa/dsa_test.cc+24
- crypto/evp_extra/evp_extra_test.cc+81-2
- crypto/evp_extra/p_dsa.c+2-1
- crypto/fipsmodule/FIPS.md+37-1
- crypto/fipsmodule/aes/mode_wrappers.c+29-3
- crypto/fipsmodule/modes/xts_test.cc+187-63
- crypto/fipsmodule/self_check/self_check.c+11-11
- crypto/fipsmodule/service_indicator/service_indicator_test.cc+2-2
- crypto/pkcs7/internal.h+2
- crypto/pkcs7/pkcs7.c+83-17
- crypto/pkcs7/pkcs7_asn1.c+5
- crypto/pkcs7/pkcs7_test.cc+162-4
- crypto/test/test_util.cc+43
- crypto/test/test_util.h+1
- include/openssl/base.h+7-1
- include/openssl/bio.h+1
- include/openssl/dsa.h+4-2
- include/openssl/pkcs7.h-3
- include/openssl/service_indicator.h+1-1
- include/openssl/ssl.h+46-13
- ssl/bio_ssl.cc+49
- ssl/ssl_lib.cc+8
- ssl/ssl_test.cc+34
- tests/ci/benchmark_framework/install_docker.sh+1-1
- tests/ci/cdk/cdk/codebuild/github_ci_integration_omnibus.yaml+2-2
- tests/ci/cdk/cdk/ssm/general_test_run_ssm_document.yaml+56-51
- tests/ci/common_posix_setup.sh+14
- tests/ci/integration/mysql_patch/test_wl13075-off.patch-32
- tests/ci/integration/python_patch/3.12/aws-lc-cpython.patch-17
- tests/ci/integration/python_patch/3.13/aws-lc-cpython.patch-17
- tests/ci/integration/python_patch/main/aws-lc-cpython.patch-25
- tests/ci/integration/ruby_patch/ruby_3_1/aws-lc-ruby-temp.patch-618
- tests/ci/integration/ruby_patch/ruby_3_2/aws-lc-ruby-temp.patch+229-207
- tests/ci/integration/ruby_patch/ruby_3_3/aws-lc-ruby-temp.patch+223-231
- tests/ci/integration/ruby_patch/ruby_3_4/aws-lc-ruby.patch+734
- tests/ci/integration/run_bind9_integration.sh+3-1
- tests/ci/integration/run_mysql_integration.sh+3-2
- tests/ci/integration/run_ruby_integration.sh+4-4
- tests/ci/integration/run_rust_openssl_integration.sh+50
- tests/ci/integration/run_strongswan_integration.sh+3-1
- tests/ci/run_benchmark_build_tests.sh+1-3
- tests/ci/run_ec2_test_framework.sh+1-2
- tests/ci/run_fips_callback_tests.sh+16-4
- tests/ci/run_posix_sanitizers.sh+1-1
- tests/ci/run_posix_tests.sh+13-14
- tool-openssl/CMakeLists.txt+32
- tool-openssl/c_rehash.sh+16
- tool-openssl/c_rehash_test.sh+23
- tool-openssl/crl_test.cc+1-1
- tool-openssl/internal.h+32
- tool-openssl/rehash.cc+429
- tool-openssl/rehash_test.cc+283
- tool-openssl/req.cc+672
- tool-openssl/req_test.cc+467
- tool-openssl/tool.cc+3-1
- util/fipstools/compare_hash/main.go-131
- util/fipstools/integrity_tool/main.go+405
Submodule s2n updated from bb9c599 to 949be13
0 commit comments