Commit d603ba0
File tree
9 files changed
+80
-7
lines changed- crt
- include/aws/crt/auth
- source/auth
9 files changed
+80
-7
lines changedSubmodule aws-c-auth updated 16 files
- include/aws/auth/auth.h+10
- include/aws/auth/credentials.h+78-2
- include/aws/auth/private/aws_http_credentials_provider.h+160
- include/aws/auth/private/credentials_utils.h+7-1
- include/aws/auth/private/login_token_utils.h+172
- source/auth.c+30
- source/aws_http_credentials_provider.c+470
- source/credentials_provider_login.c+472
- source/credentials_provider_sso.c+218-617
- source/credentials_provider_sts.c+3-1
- source/credentials_provider_sts_web_identity.c+3-1
- source/credentials_utils.c+22-7
- source/login_token_utils.c+1.1k
- tests/CMakeLists.txt+13
- tests/credentials_provider_login_tests.c+770
- tests/credentials_utils_tests.c+28-10
Submodule aws-c-common updated 13 files
- CMakeLists.txt-4
- cmake/AwsThreadName.cmake-7
- include/aws/common/encoding.h+18
- include/aws/common/platform.h+4
- include/aws/common/system_info.h+17
- source/arch/intel/encoding_avx2.c+13-4
- source/byte_buf.c+1
- source/encoding.c+127-47
- source/posix/system_info.c+7-4
- source/system_info.c+36
- tests/CMakeLists.txt+10
- tests/encoding_test.c+143-28
- tests/system_info_tests.c+30-1
Submodule aws-c-http updated 17 files
- .builder/action/local-server-setup.py+5-4
- README.md+1-1
- bin/h2benchmark/README.md+1-1
- include/aws/http/private/proxy_impl.h+2
- include/aws/http/proxy.h+6
- source/proxy_connection.c+33-2
- tests/CMakeLists.txt+3-1
- tests/mock_server/README.md+126
- tests/mock_server/h11mock_server.py+259
- tests/mock_server/h2non_tls_server.py
- tests/mock_server/h2tls_mock_server.py+87-44
- tests/proxy_test_helper.c+18
- tests/proxy_test_helper.h+6
- tests/py_localhost/README.md-40
- tests/test_localhost_integ.c+20-5
- tests/test_proxy.c+78
- tests/test_stream_manager.c+97-28
Submodule aws-lc updated from 5a9df21 to 7187ab5
Submodule s2n updated from 30f40f2 to 6aefe74
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
497 | 535 | | |
498 | 536 | | |
499 | 537 | | |
| |||
625 | 663 | | |
626 | 664 | | |
627 | 665 | | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
628 | 673 | | |
629 | 674 | | |
630 | 675 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
517 | 545 | | |
518 | 546 | | |
519 | 547 | | |
0 commit comments