Commit c49b22f
2 files changed
+2
-2
lines changed- .builder/actions/tls_server_setup.py+35-16
- .github/workflows/ci-slow.yml+35
- .github/workflows/ci.yml+4-36
- CMakeLists.txt+6-29
- README.md+251-74
- builder.json+3-1
- include/aws/io/event_loop.h+3-3
- include/aws/io/private/pki_utils.h+2-22
- include/aws/io/private/tls_channel_handler_shared.h-2
- include/aws/io/tls_channel_handler.h+2-2
- source/channel_bootstrap.c+55-55
- source/darwin/darwin_pki_utils.c+398-412
- source/darwin/darwin_shared.c+23
- source/darwin/darwin_shared_private.h+13
- source/darwin/nw_socket.c+5-24
- source/darwin/secure_transport_tls_channel_handler.c+34-97
- source/event_loop.c-6
- source/socket.c+6-10
- source/tls_channel_handler.c+31-38
- source/tls_channel_handler_shared.c-9
- tests/CMakeLists.txt+75-52
- tests/event_loop_test.c+1-1
- tests/resources/ecc-p256-cert.pem
- tests/resources/ecc-p256-key.pem
- tests/resources/ecc-p384-cert.pem+17
- tests/resources/ecc-p384-key.pem+6
- tests/resources/ecc-p521-cert.pem+19
- tests/resources/ecc-p521-key.pem+7
- tests/resources/mtls_device.key
- tests/resources/mtls_device.pem.crt
- tests/resources/mtls_device_root_ca.key
- tests/resources/mtls_device_root_ca.pem.crt
- tests/resources/mtls_server.key
- tests/resources/mtls_server.pem.crt
- tests/resources/mtls_server_root_ca.key
- tests/resources/mtls_server_root_ca.pem.crt
- tests/resources/rsa-4096-cert.pem+35
- tests/resources/rsa-4096-key.pem+52
- tests/socket_test.c+10-10
- tests/tls_handler_test.c+176-49
- tests/tls_server/tls_server.py+55-7
0 commit comments