File tree
11 files changed
+118
-53
lines changed- aws-common-runtime
- awscrt
- docsrc
- source
- test
11 files changed
+118
-53
lines changedSubmodule aws-c-auth updated 20 files
- include/aws/auth/private/aws_signing.h+4-1
- include/aws/auth/private/sigv4_http_request.h-9
- include/aws/auth/private/xml_parser.h-93
- include/aws/auth/signing_config.h+27-28
- source/aws_signing.c+189-87
- source/credentials_provider_sts.c+34-14
- source/credentials_provider_sts_web_identity.c+58-21
- source/signing_config.c+12
- source/sigv4_http_request.c-174
- source/xml_parser.c-373
- tests/CMakeLists.txt+1-9
- tests/aws-sig-v4-test-suite/get-vanilla-query-order-encoded/get-vanilla-query-order-encoded.authz+1
- tests/aws-sig-v4-test-suite/get-vanilla-query-order-encoded/get-vanilla-query-order-encoded.creq+8
- tests/aws-sig-v4-test-suite/get-vanilla-query-order-encoded/get-vanilla-query-order-encoded.req+3
- tests/aws-sig-v4-test-suite/get-vanilla-query-order-encoded/get-vanilla-query-order-encoded.sreq+4
- tests/aws-sig-v4-test-suite/get-vanilla-query-order-encoded/get-vanilla-query-order-encoded.sts+4
- tests/credentials_provider_x509_tests.c+27
- tests/sigv4_tests.c+1-1
- tests/test_chunked_signing.c+1-2
- tests/xml_parser_test.c-443
Submodule aws-c-common updated 44 files
- include/aws/common/atomics_gnu.inl+1-1
- include/aws/common/byte_buf.h+43-6
- include/aws/common/byte_order.inl+1-1
- include/aws/common/logging.h+1
- include/aws/common/private/xml_parser_impl.h+31
- include/aws/common/string.h+17-1
- include/aws/common/xml_parser.h+108
- source/byte_buf.c+125-26
- source/common.c+1
- source/ring_buffer.c+3-3
- source/string.c+10
- source/xml_parser.c+455
- tests/CMakeLists.txt+14
- tests/byte_buf_test.c+74
- tests/cursor_test.c+50
- tests/split_test.c+21
- tests/xml_parser_test.c+472
- verification/cbmc/aws-templates-for-cbmc-proofs+1-1
- verification/cbmc/proofs/Makefile-project-defines+1-2
- verification/cbmc/proofs/aws_byte_buf_write_be16/cbmc-batch.yaml+4-4
- verification/cbmc/proofs/aws_byte_buf_write_be64/cbmc-batch.yaml+4-4
- verification/cbmc/proofs/aws_byte_cursor_compare_lexical/cbmc-batch.yaml+4-4
- verification/cbmc/proofs/aws_byte_cursor_read_be16/cbmc-batch.yaml+4-4
- verification/cbmc/proofs/aws_byte_cursor_read_be64/cbmc-batch.yaml+4-4
- verification/cbmc/proofs/aws_hash_iter_delete/aws_hash_iter_delete_harness.c+2-2
- verification/cbmc/proofs/aws_hash_iter_delete/cbmc-batch.yaml+4-4
- verification/cbmc/proofs/aws_hash_iter_done/aws_hash_iter_done_harness.c+1-1
- verification/cbmc/proofs/aws_hash_iter_done/cbmc-batch.yaml+4-4
- verification/cbmc/proofs/aws_linked_list_back/Makefile+1-1
- verification/cbmc/proofs/aws_linked_list_begin/Makefile+1-1
- verification/cbmc/proofs/aws_linked_list_rend/Makefile+1-1
- verification/cbmc/proofs/aws_ring_buffer_acquire/aws_ring_buffer_acquire_harness.c+3-2
- verification/cbmc/proofs/aws_ring_buffer_acquire/cbmc-batch.yaml+4-4
- verification/cbmc/proofs/aws_ring_buffer_acquire_up_to/aws_ring_buffer_acquire_up_to_harness.c+5-4
- verification/cbmc/proofs/aws_ring_buffer_acquire_up_to/cbmc-batch.yaml+4-4
- verification/cbmc/proofs/aws_ring_buffer_buf_belongs_to_pool/aws_ring_buffer_buf_belongs_to_pool_harness.c+2-1
- verification/cbmc/proofs/aws_ring_buffer_buf_belongs_to_pool/cbmc-batch.yaml+4-4
- verification/cbmc/proofs/aws_ring_buffer_release/aws_ring_buffer_release_harness.c+2-1
- verification/cbmc/proofs/aws_ring_buffer_release/cbmc-batch.yaml+4-4
- verification/cbmc/proofs/memset_using_uint64/cbmc-batch.yaml+4-4
- verification/cbmc/proofs/memset_using_uint64/memset_using_uint64_harness.c+6-6
- verification/cbmc/sources/make_common_data_structures.c+4-2
- verification/cbmc/stubs/memcmp_override.c+3-2
- verification/cbmc/stubs/memset_override.c+2-2
Submodule aws-c-http updated 10 files
- CMakeLists.txt+8
- README.md+3-1
- include/aws/io/socket.h+7-5
- include/aws/io/uri.h+24-1
- source/host_resolver.c+3-4
- source/posix/host_resolver.c+1-3
- source/posix/socket.c+64-1
- source/tls_channel_handler.c+1-1
- source/uri.c+65-50
- source/windows/file_utils.c+1-1
- source/windows/host_resolver.c+1-1
- tests/CMakeLists.txt+4
- tests/socket_test.c+29
- tests/uri_test.c+110-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
213 | 221 | | |
214 | | - | |
215 | | - | |
| 222 | + | |
| 223 | + | |
216 | 224 | | |
217 | | - | |
218 | | - | |
| 225 | + | |
| 226 | + | |
219 | 227 | | |
220 | | - | |
221 | | - | |
| 228 | + | |
| 229 | + | |
222 | 230 | | |
223 | 231 | | |
224 | 232 | | |
225 | 233 | | |
226 | 234 | | |
227 | 235 | | |
228 | | - | |
| 236 | + | |
229 | 237 | | |
230 | 238 | | |
231 | 239 | | |
| |||
280 | 288 | | |
281 | 289 | | |
282 | 290 | | |
283 | | - | |
284 | | - | |
285 | | - | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
286 | 298 | | |
287 | 299 | | |
288 | 300 | | |
| |||
308 | 320 | | |
309 | 321 | | |
310 | 322 | | |
311 | | - | |
| 323 | + | |
312 | 324 | | |
313 | 325 | | |
314 | 326 | | |
| |||
324 | 336 | | |
325 | 337 | | |
326 | 338 | | |
327 | | - | |
| 339 | + | |
328 | 340 | | |
329 | 341 | | |
330 | 342 | | |
| |||
336 | 348 | | |
337 | 349 | | |
338 | 350 | | |
339 | | - | |
| 351 | + | |
340 | 352 | | |
341 | 353 | | |
342 | 354 | | |
| |||
379 | 391 | | |
380 | 392 | | |
381 | 393 | | |
382 | | - | |
| 394 | + | |
383 | 395 | | |
384 | 396 | | |
385 | 397 | | |
| |||
463 | 475 | | |
464 | 476 | | |
465 | 477 | | |
466 | | - | |
| 478 | + | |
467 | 479 | | |
468 | | - | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
469 | 486 | | |
470 | | - | |
| 487 | + | |
471 | 488 | | |
472 | 489 | | |
473 | 490 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| 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 | | |
90 | 90 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| 127 | + | |
| 128 | + | |
126 | 129 | | |
127 | 130 | | |
128 | | - | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
138 | 141 | | |
139 | 142 | | |
140 | 143 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
145 | 152 | | |
146 | 153 | | |
147 | 154 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | 155 | | |
162 | 156 | | |
163 | 157 | | |
| |||
275 | 269 | | |
276 | 270 | | |
277 | 271 | | |
278 | | - | |
| 272 | + | |
279 | 273 | | |
280 | 274 | | |
281 | 275 | | |
282 | 276 | | |
283 | 277 | | |
284 | | - | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
557 | | - | |
| 557 | + | |
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
| |||
0 commit comments