Commit 2f4f025
2 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
- .builder/actions/tls_server_setup.py+43
- .github/workflows/ci.yml+17-17
- .github/workflows/handle-stale-discussions.yml+2-2
- .github/workflows/stale_issue.yml+1-1
- builder.json+4
- include/aws/io/private/pki_utils.h+2-1
- include/aws/io/private/tls_channel_handler_private.h+22
- include/aws/io/socket.h+35
- include/aws/io/tls_channel_handler.h+5
- source/channel_bootstrap.c+10-6
- source/darwin/dispatch_queue_event_loop.c+3-1
- source/darwin/dispatch_queue_event_loop_private.h+2
- source/darwin/nw_socket.c+10-6
- source/darwin/secure_transport_tls_channel_handler.c+12
- source/event_loop.c+2-1
- source/future.c+9-12
- source/host_resolver.c+2-1
- source/pem.c+36-55
- source/posix/socket.c+23
- source/s2n/s2n_tls_channel_handler.c+17-3
- source/stream.c+4-2
- source/windows/iocp/socket.c+21
- source/windows/secure_channel_tls_handler.c+511-122
- source/windows/windows_pki_utils.c+114-38
- tests/CMakeLists.txt+17-2
- tests/pem_test.c+12
- 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/socket_test.c+134
- tests/tls_handler_test.c+170-1
- tests/tls_server/tls_server.py+23
0 commit comments