File tree
10 files changed
+37
-15
lines changed- crt
- src
- main/java/software/amazon/awssdk/crt/http
- native
10 files changed
+37
-15
lines changedSubmodule aws-c-auth updated 8 files
- .github/workflows/ci.yml+27-6
- CMakeLists.txt+34-11
- builder.json+18
- include/aws/cal/cal.h+1
- include/aws/cal/ed25519.h+88
- include/aws/cal/private/opensslcrypto_common.h+4
- source/cal.c+1
- source/darwin/commoncrypto_platform_init.c+19-2
- source/ed25519.c+147
- source/shared/ed25519_lc.c+372
- source/shared/ed25519_noop.c+51
- source/shared/lccrypto_common.c+75
- source/unix/openssl_platform_init.c+1-5
- source/unix/openssl_rsa.c+50-101
- source/windows/bcrypt_platform_init.c+25-2
- tests/CMakeLists.txt+10
- tests/ed25519_test.c+71
Submodule aws-c-common updated 9 files
Submodule aws-c-http updated 16 files
- include/aws/http/connection_manager.h+8
- include/aws/http/private/h1_stream.h+17-15
- source/connection_manager.c+4
- source/h1_connection.c+18-18
- source/h1_encoder.c+1-1
- source/h1_stream.c+26-22
- tests/CMakeLists.txt+99-99
- tests/test_connection_manager.c+25-27
- tests/test_connection_monitor.c+17-19
- tests/test_h1_decoder.c+37-37
- tests/test_h1_encoder.c+100-135
- tests/test_localhost_integ.c+1-3
- tests/test_proxy.c+20-22
- tests/test_random_access_set.c+6-6
- tests/test_stream_manager.c+1-1
- tests/test_tls.c+1-1
Submodule s2n updated from 21cefc1 to 4ed4f1a
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
| |||
138 | 134 | | |
139 | 135 | | |
140 | 136 | | |
141 | | - | |
| 137 | + | |
| 138 | + | |
142 | 139 | | |
143 | 140 | | |
144 | 141 | | |
| |||
271 | 268 | | |
272 | 269 | | |
273 | 270 | | |
274 | | - | |
| 271 | + | |
| 272 | + | |
275 | 273 | | |
276 | 274 | | |
277 | 275 | | |
| |||
Lines changed: 23 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
350 | 351 | | |
351 | 352 | | |
352 | 353 | | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
353 | 375 | | |
354 | 376 | | |
355 | 377 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| 195 | + | |
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| |||
0 commit comments