File tree
9 files changed
+34
-26
lines changed- aws-common-runtime
- source
9 files changed
+34
-26
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
145 | 151 | | |
146 | 152 | | |
147 | 153 | | |
| |||
158 | 164 | | |
159 | 165 | | |
160 | 166 | | |
161 | | - | |
| 167 | + | |
162 | 168 | | |
163 | 169 | | |
164 | 170 | | |
165 | 171 | | |
166 | 172 | | |
167 | 173 | | |
168 | | - | |
169 | | - | |
| 174 | + | |
170 | 175 | | |
171 | 176 | | |
172 | 177 | | |
173 | 178 | | |
174 | 179 | | |
175 | 180 | | |
176 | 181 | | |
177 | | - | |
| 182 | + | |
178 | 183 | | |
179 | 184 | | |
180 | 185 | | |
| |||
184 | 189 | | |
185 | 190 | | |
186 | 191 | | |
187 | | - | |
| 192 | + | |
188 | 193 | | |
189 | 194 | | |
190 | 195 | | |
| |||
218 | 223 | | |
219 | 224 | | |
220 | 225 | | |
221 | | - | |
| 226 | + | |
| 227 | + | |
222 | 228 | | |
223 | 229 | | |
224 | 230 | | |
| |||
235 | 241 | | |
236 | 242 | | |
237 | 243 | | |
238 | | - | |
| 244 | + | |
239 | 245 | | |
240 | 246 | | |
241 | 247 | | |
242 | 248 | | |
243 | 249 | | |
244 | 250 | | |
245 | | - | |
| 251 | + | |
246 | 252 | | |
247 | 253 | | |
248 | 254 | | |
| |||
375 | 381 | | |
376 | 382 | | |
377 | 383 | | |
378 | | - | |
| 384 | + | |
379 | 385 | | |
380 | 386 | | |
381 | 387 | | |
| |||
480 | 486 | | |
481 | 487 | | |
482 | 488 | | |
| 489 | + | |
| 490 | + | |
483 | 491 | | |
484 | 492 | | |
485 | 493 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments