Commit 4ed3a76
- .builder/actions/custom_keychain_test_setup.py+29
- .builder/actions/pkcs11_test_setup.py+14-3
- .builder/actions/tls_server_setup.py+53-16
- .github/workflows/ci.yml+38-2
- CMakeLists.txt+3-2
- builder.json+4-1
- cmake/aws-c-io-config.cmake+1-1
- include/aws/io/pem.h+9
- include/aws/io/private/tls_channel_handler_private.h+30
- source/darwin/secure_transport_tls_channel_handler.c+42-13
- source/io.c+3-1
- source/pem.c+62
- source/s2n/s2n_apple_keychain.c+169
- source/s2n/s2n_tls_channel_handler.c+82-20
- source/tls_channel_handler.c+113-11
- source/windows/secure_channel_tls_handler.c+48-18
- tests/CMakeLists.txt+10-3
- tests/event_loop_test.c+24-2
- tests/pem_test.c+145
- tests/resources/generateCerts.sh+135
- tests/resources/import_custom_cert_to_keychain.sh+22
- tests/resources/mtls_device.key+28
- tests/resources/mtls_device.pem.crt+24
- tests/resources/mtls_device_root_ca.key+28
- tests/resources/mtls_device_root_ca.pem.crt+24
- tests/resources/mtls_server.key+28
- tests/resources/mtls_server.pem.crt+24
- tests/resources/mtls_server_root_ca.key+28
- tests/resources/mtls_server_root_ca.pem.crt+24
- tests/resources/mtls_server_root_ca_trust_settings.plist+31
- tests/resources/mtls_untrusted_server.key+28
- tests/resources/mtls_untrusted_server.pem.crt+24
- tests/resources/mtls_untrusted_server_root_ca.key+28
- tests/resources/mtls_untrusted_server_root_ca.pem.crt+24
- 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+139-48
- tests/tls_server/tls_server.py+59-7
0 commit comments