File tree
35 files changed
+1035
-888
lines changed- aws-common-runtime
- include/aws/crt
- io
- source
- io
- mqtt
- tests
35 files changed
+1035
-888
lines changedSubmodule aws-c-auth updated 11 files
- source/aws_imds_client.c+25-15
- source/credentials_provider_ecs.c+3-7
- source/credentials_provider_sts.c+2-7
- source/credentials_provider_sts_web_identity.c+1-1
- tests/aws_imds_client_test.c+32-30
- tests/credentials_provider_ecs_tests.c+14-42
- tests/credentials_provider_imds_tests.c+38-39
- tests/credentials_provider_sts_tests.c+21-18
- tests/credentials_provider_sts_web_identity_tests.c+25-61
- tests/credentials_provider_x509_tests.c+10-39
- tests/credentials_tests.c+9-12
- CMakeLists.txt+12-2
- NOTICE+1-2
- include/aws/cal/cal.h+13-3
- include/aws/cal/ecc.h+13-5
- include/aws/cal/exports.h+13-3
- include/aws/cal/hash.h+13-3
- include/aws/cal/hmac.h+13-3
- include/aws/cal/private/der.h+13-3
- include/aws/cal/private/ecc.h+13-3
- source/cal.c+13-3
- source/darwin/commoncrypto_hmac.c+13-3
- source/darwin/commoncrypto_md5.c+13-3
- source/darwin/commoncrypto_sha256.c+13-3
- source/darwin/securityframework_ecc.c+14-9
- source/der.c+13-3
- source/ecc.c+13-3
- source/hash.c+13-3
- source/hmac.c+13-3
- source/unix/opensslcrypto_ecc.c+13-3
- source/unix/opensslcrypto_hash.c+13-3
- source/unix/opensslcrypto_hmac.c+13-3
- source/windows/bcrypt_ecc.c+13-3
- source/windows/bcrypt_hash.c+13-3
- source/windows/bcrypt_hmac.c+13-3
- tests/der_test.c+13-3
- tests/ecc_test.c+13-3
- tests/md5_test.c+13-3
- tests/sha256_hmac_test.c+13-3
- tests/sha256_test.c+13-3
- tests/test_case_helper.h+13-3
Submodule aws-c-common updated 181 files
- .github/workflows/clang-tsan.yml+1-2
- .tsan_suppressions.txt+5
- include/aws/io/channel_bootstrap.h+19-9
- include/aws/io/event_loop.h+17-19
- include/aws/io/host_resolver.h+16-6
- include/aws/io/tls_channel_handler.h+11-3
- source/channel_bootstrap.c+101-78
- source/darwin/secure_transport_tls_channel_handler.c+25
- source/event_loop.c+98-72
- source/host_resolver.c+375-237
- source/s2n/s2n_tls_channel_handler.c+4-10
- source/tls_channel_handler.c+20-1
- source/windows/secure_channel_tls_handler.c+7-6
- tests/channel_test.c+19-18
- tests/default_host_resolver_test.c+147-101
- tests/event_loop_test.c+39-23
- tests/exponential_backoff_retry_test.c+39-16
- tests/socket_handler_test.c+24-25
- tests/socket_test.c+34-24
- tests/tls_handler_test.c+40-32
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
62 | 68 |
| |
63 | 69 |
| |
64 | 70 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
|
Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 | 38 |
| |
47 | 39 |
| |
48 | 40 |
| |
49 | 41 |
| |
50 | 42 |
| |
51 | 43 |
| |
52 |
| - | |
53 |
| - | |
54 | 44 |
| |
55 | 45 |
| |
56 | 46 |
| |
|
Lines changed: 8 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 16 | + | |
| 17 | + | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
23 | 22 |
| |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 23 | + | |
33 | 24 |
| |
34 | 25 |
| |
35 | 26 |
| |
36 | 27 |
| |
37 | 28 |
| |
38 |
| - | |
| 29 | + | |
39 | 30 |
| |
40 | 31 |
| |
41 | 32 |
| |
42 | 33 |
| |
43 | 34 |
| |
44 | 35 |
| |
45 | 36 |
| |
46 |
| - | |
| 37 | + | |
| 38 | + | |
47 | 39 |
| |
48 | 40 |
| |
49 | 41 |
| |
| |||
55 | 47 |
| |
56 | 48 |
| |
57 | 49 |
| |
58 |
| - | |
| 50 | + | |
59 | 51 |
| |
60 | 52 |
| |
61 | 53 |
| |
|
Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 |
| |
28 |
| - | |
| 31 | + | |
29 | 32 |
| |
30 | 33 |
| |
31 | 34 |
| |
| |||
35 | 38 |
| |
36 | 39 |
| |
37 | 40 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
| 41 | + | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
|
Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
261 | 261 |
| |
262 | 262 |
| |
263 | 263 |
| |
264 |
| - | |
265 |
| - | |
| 264 | + | |
266 | 265 |
| |
267 |
| - | |
| 266 | + | |
268 | 267 |
| |
269 | 268 |
| |
270 | 269 |
| |
271 | 270 |
| |
272 | 271 |
| |
273 |
| - | |
274 |
| - | |
| 272 | + | |
275 | 273 |
| |
276 |
| - | |
| 274 | + | |
277 | 275 |
| |
278 | 276 |
| |
279 | 277 |
| |
|
Lines changed: 5 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
286 |
| - | |
| 286 | + | |
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
| |||
650 | 650 |
| |
651 | 651 |
| |
652 | 652 |
| |
653 |
| - | |
| 653 | + | |
| 654 | + | |
654 | 655 |
| |
655 |
| - | |
656 |
| - | |
657 |
| - | |
658 |
| - | |
659 |
| - | |
660 |
| - | |
661 |
| - | |
662 |
| - | |
663 |
| - | |
664 |
| - | |
665 |
| - | |
666 |
| - | |
667 | 656 |
| |
668 | 657 |
| |
669 | 658 |
| |
670 | 659 |
| |
671 |
| - | |
672 |
| - | |
673 |
| - | |
674 |
| - | |
675 |
| - | |
676 |
| - | |
677 |
| - | |
| 660 | + | |
| 661 | + | |
678 | 662 |
| |
679 | 663 |
| |
680 | 664 |
| |
|
Lines changed: 22 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 | 13 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 |
| |
32 | 36 |
| |
33 |
| - | |
| 37 | + | |
34 | 38 |
| |
35 | 39 |
| |
36 | 40 |
| |
|
Lines changed: 20 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
72 |
| - | |
73 | 71 |
| |
| 72 | + | |
| 73 | + | |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| 85 | + | |
| 86 | + | |
85 | 87 |
| |
86 | 88 |
| |
87 | 89 |
| |
| |||
90 | 92 |
| |
91 | 93 |
| |
92 | 94 |
| |
93 |
| - | |
94 |
| - | |
95 | 95 |
| |
| 96 | + | |
| 97 | + | |
96 | 98 |
| |
97 | 99 |
| |
98 | 100 |
| |
99 | 101 |
| |
100 | 102 |
| |
101 | 103 |
| |
| 104 | + | |
| 105 | + | |
102 | 106 |
| |
103 | 107 |
| |
104 | 108 |
| |
| |||
107 | 111 |
| |
108 | 112 |
| |
109 | 113 |
| |
110 |
| - | |
111 |
| - | |
112 | 114 |
| |
| 115 | + | |
| 116 | + | |
113 | 117 |
| |
114 | 118 |
| |
115 | 119 |
| |
| |||
122 | 126 |
| |
123 | 127 |
| |
124 | 128 |
| |
| 129 | + | |
| 130 | + | |
125 | 131 |
| |
126 | 132 |
| |
127 | 133 |
| |
| |||
130 | 136 |
| |
131 | 137 |
| |
132 | 138 |
| |
133 |
| - | |
134 | 139 |
| |
135 | 140 |
| |
| 141 | + | |
136 | 142 |
| |
137 | 143 |
| |
138 | 144 |
| |
| |||
154 | 160 |
| |
155 | 161 |
| |
156 | 162 |
| |
| 163 | + | |
| 164 | + | |
157 | 165 |
| |
158 | 166 |
| |
159 | 167 |
| |
| |||
162 | 170 |
| |
163 | 171 |
| |
164 | 172 |
| |
165 |
| - | |
166 |
| - | |
167 | 173 |
| |
| 174 | + | |
| 175 | + | |
168 | 176 |
| |
169 | 177 |
| |
170 | 178 |
| |
| |||
184 | 192 |
| |
185 | 193 |
| |
186 | 194 |
| |
| 195 | + | |
| 196 | + | |
187 | 197 |
| |
188 | 198 |
| |
189 | 199 |
| |
190 |
| - | |
| 200 | + |
0 commit comments