MANIFEST.in
README.md
setup.cfg
setup.py
aws-c-auth/.clang-format
aws-c-auth/.clang-tidy
aws-c-auth/CMakeLists.txt
aws-c-auth/CODE_OF_CONDUCT.md
aws-c-auth/CONTRIBUTING.md
aws-c-auth/LICENSE
aws-c-auth/NOTICE
aws-c-auth/README.md
aws-c-auth/builder.json
aws-c-auth/format-check.sh
aws-c-auth/cmake/aws-c-auth-config.cmake
aws-c-auth/include/aws/auth/auth.h
aws-c-auth/include/aws/auth/credentials.h
aws-c-auth/include/aws/auth/exports.h
aws-c-auth/include/aws/auth/signable.h
aws-c-auth/include/aws/auth/signing.h
aws-c-auth/include/aws/auth/signing_config.h
aws-c-auth/include/aws/auth/signing_result.h
aws-c-auth/include/aws/auth/external/cJSON.h
aws-c-auth/include/aws/auth/private/aws_profile.h
aws-c-auth/include/aws/auth/private/aws_signing.h
aws-c-auth/include/aws/auth/private/credentials_utils.h
aws-c-auth/include/aws/auth/private/sigv4_http_request.h
aws-c-auth/include/aws/auth/private/xml_parser.h
aws-c-auth/source/auth.c
aws-c-auth/source/aws_profile.c
aws-c-auth/source/aws_signing.c
aws-c-auth/source/credentials.c
aws-c-auth/source/credentials_provider_cached.c
aws-c-auth/source/credentials_provider_chain.c
aws-c-auth/source/credentials_provider_environment.c
aws-c-auth/source/credentials_provider_imds.c
aws-c-auth/source/credentials_provider_profile.c
aws-c-auth/source/credentials_provider_static.c
aws-c-auth/source/credentials_provider_sts.c
aws-c-auth/source/credentials_utils.c
aws-c-auth/source/signable.c
aws-c-auth/source/signing.c
aws-c-auth/source/signing_config.c
aws-c-auth/source/signing_result.c
aws-c-auth/source/sigv4_http_request.c
aws-c-auth/source/xml_parser.c
aws-c-auth/source/external/cJSON.c
aws-c-auth/tests/CMakeLists.txt
aws-c-auth/tests/aws_profile_fatal_parse_tests.c
aws-c-auth/tests/aws_profile_tests.c
aws-c-auth/tests/credentials_provider_imds_tests.c
aws-c-auth/tests/credentials_provider_sts_tests.c
aws-c-auth/tests/credentials_provider_utils.c
aws-c-auth/tests/credentials_provider_utils.h
aws-c-auth/tests/credentials_tests.c
aws-c-auth/tests/shared_credentials_test_definitions.h
aws-c-auth/tests/sigv4_tests.c
aws-c-auth/tests/test_signable.c
aws-c-auth/tests/test_signable.h
aws-c-auth/tests/xml_parser_test.c
aws-c-auth/tests/aws-sig-v4-test-suite/LICENSE
aws-c-auth/tests/aws-sig-v4-test-suite/NOTICE
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-key-duplicate/get-header-key-duplicate.authz
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-key-duplicate/get-header-key-duplicate.creq
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-key-duplicate/get-header-key-duplicate.req
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-key-duplicate/get-header-key-duplicate.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-key-duplicate/get-header-key-duplicate.sts
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-value-multiline/get-header-value-multiline.authz
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-value-multiline/get-header-value-multiline.creq
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-value-multiline/get-header-value-multiline.req
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-value-multiline/get-header-value-multiline.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-value-multiline/get-header-value-multiline.sts
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-value-order/get-header-value-order.authz
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-value-order/get-header-value-order.creq
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-value-order/get-header-value-order.req
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-value-order/get-header-value-order.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-value-order/get-header-value-order.sts
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-value-trim/get-header-value-trim.authz
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-value-trim/get-header-value-trim.creq
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-value-trim/get-header-value-trim.req
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-value-trim/get-header-value-trim.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/get-header-value-trim/get-header-value-trim.sts
aws-c-auth/tests/aws-sig-v4-test-suite/get-unreserved/get-unreserved.authz
aws-c-auth/tests/aws-sig-v4-test-suite/get-unreserved/get-unreserved.creq
aws-c-auth/tests/aws-sig-v4-test-suite/get-unreserved/get-unreserved.req
aws-c-auth/tests/aws-sig-v4-test-suite/get-unreserved/get-unreserved.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/get-unreserved/get-unreserved.sts
aws-c-auth/tests/aws-sig-v4-test-suite/get-utf8/get-utf8.authz
aws-c-auth/tests/aws-sig-v4-test-suite/get-utf8/get-utf8.creq
aws-c-auth/tests/aws-sig-v4-test-suite/get-utf8/get-utf8.req
aws-c-auth/tests/aws-sig-v4-test-suite/get-utf8/get-utf8.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/get-utf8/get-utf8.sts
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla/get-vanilla.authz
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla/get-vanilla.creq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla/get-vanilla.req
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla/get-vanilla.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla/get-vanilla.sts
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.authz
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.creq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.req
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.sts
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query/get-vanilla-query.authz
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query/get-vanilla-query.creq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query/get-vanilla-query.req
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query/get-vanilla-query.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query/get-vanilla-query.sts
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-order-key/get-vanilla-query-order-key.authz
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-order-key/get-vanilla-query-order-key.creq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-order-key/get-vanilla-query-order-key.req
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-order-key/get-vanilla-query-order-key.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-order-key/get-vanilla-query-order-key.sts
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.authz
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.creq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.req
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.sts
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-order-value/get-vanilla-query-order-value.authz
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-order-value/get-vanilla-query-order-value.creq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-order-value/get-vanilla-query-order-value.req
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-order-value/get-vanilla-query-order-value.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-order-value/get-vanilla-query-order-value.sts
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.authz
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.creq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.req
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.sts
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-utf8-query/get-vanilla-utf8-query.authz
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-utf8-query/get-vanilla-utf8-query.creq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-utf8-query/get-vanilla-utf8-query.req
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-utf8-query/get-vanilla-utf8-query.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-utf8-query/get-vanilla-utf8-query.sts
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-with-session-token/get-vanilla-with-session-token.authz
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-with-session-token/get-vanilla-with-session-token.creq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-with-session-token/get-vanilla-with-session-token.req
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-with-session-token/get-vanilla-with-session-token.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/get-vanilla-with-session-token/get-vanilla-with-session-token.sts
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/normalize-path.txt
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-relative/get-relative.authz
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-relative/get-relative.creq
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-relative/get-relative.req
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-relative/get-relative.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-relative/get-relative.sts
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-relative-relative/get-relative-relative.authz
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-relative-relative/get-relative-relative.creq
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-relative-relative/get-relative-relative.req
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-relative-relative/get-relative-relative.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-relative-relative/get-relative-relative.sts
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slash/get-slash.authz
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slash/get-slash.creq
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slash/get-slash.req
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slash/get-slash.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slash/get-slash.sts
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.authz
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.creq
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.req
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.sts
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.authz
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.creq
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.req
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.sts
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slashes/get-slashes.authz
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slashes/get-slashes.creq
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slashes/get-slashes.req
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slashes/get-slashes.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-slashes/get-slashes.sts
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-space/get-space.authz
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-space/get-space.creq
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-space/get-space.req
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-space/get-space.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/normalize-path/get-space/get-space.sts
aws-c-auth/tests/aws-sig-v4-test-suite/post-header-key-case/post-header-key-case.authz
aws-c-auth/tests/aws-sig-v4-test-suite/post-header-key-case/post-header-key-case.creq
aws-c-auth/tests/aws-sig-v4-test-suite/post-header-key-case/post-header-key-case.req
aws-c-auth/tests/aws-sig-v4-test-suite/post-header-key-case/post-header-key-case.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/post-header-key-case/post-header-key-case.sts
aws-c-auth/tests/aws-sig-v4-test-suite/post-header-key-sort/post-header-key-sort.authz
aws-c-auth/tests/aws-sig-v4-test-suite/post-header-key-sort/post-header-key-sort.creq
aws-c-auth/tests/aws-sig-v4-test-suite/post-header-key-sort/post-header-key-sort.req
aws-c-auth/tests/aws-sig-v4-test-suite/post-header-key-sort/post-header-key-sort.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/post-header-key-sort/post-header-key-sort.sts
aws-c-auth/tests/aws-sig-v4-test-suite/post-header-value-case/post-header-value-case.authz
aws-c-auth/tests/aws-sig-v4-test-suite/post-header-value-case/post-header-value-case.creq
aws-c-auth/tests/aws-sig-v4-test-suite/post-header-value-case/post-header-value-case.req
aws-c-auth/tests/aws-sig-v4-test-suite/post-header-value-case/post-header-value-case.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/post-header-value-case/post-header-value-case.sts
aws-c-auth/tests/aws-sig-v4-test-suite/post-sts-token/readme.txt
aws-c-auth/tests/aws-sig-v4-test-suite/post-sts-token/post-sts-header-after/post-sts-header-after.authz
aws-c-auth/tests/aws-sig-v4-test-suite/post-sts-token/post-sts-header-after/post-sts-header-after.creq
aws-c-auth/tests/aws-sig-v4-test-suite/post-sts-token/post-sts-header-after/post-sts-header-after.req
aws-c-auth/tests/aws-sig-v4-test-suite/post-sts-token/post-sts-header-after/post-sts-header-after.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/post-sts-token/post-sts-header-after/post-sts-header-after.sts
aws-c-auth/tests/aws-sig-v4-test-suite/post-sts-token/post-sts-header-before/post-sts-header-before.authz
aws-c-auth/tests/aws-sig-v4-test-suite/post-sts-token/post-sts-header-before/post-sts-header-before.creq
aws-c-auth/tests/aws-sig-v4-test-suite/post-sts-token/post-sts-header-before/post-sts-header-before.req
aws-c-auth/tests/aws-sig-v4-test-suite/post-sts-token/post-sts-header-before/post-sts-header-before.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/post-sts-token/post-sts-header-before/post-sts-header-before.sts
aws-c-auth/tests/aws-sig-v4-test-suite/post-vanilla/post-vanilla.authz
aws-c-auth/tests/aws-sig-v4-test-suite/post-vanilla/post-vanilla.creq
aws-c-auth/tests/aws-sig-v4-test-suite/post-vanilla/post-vanilla.req
aws-c-auth/tests/aws-sig-v4-test-suite/post-vanilla/post-vanilla.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/post-vanilla/post-vanilla.sts
aws-c-auth/tests/aws-sig-v4-test-suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.authz
aws-c-auth/tests/aws-sig-v4-test-suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.creq
aws-c-auth/tests/aws-sig-v4-test-suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.req
aws-c-auth/tests/aws-sig-v4-test-suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.sts
aws-c-auth/tests/aws-sig-v4-test-suite/post-vanilla-query/post-vanilla-query.authz
aws-c-auth/tests/aws-sig-v4-test-suite/post-vanilla-query/post-vanilla-query.creq
aws-c-auth/tests/aws-sig-v4-test-suite/post-vanilla-query/post-vanilla-query.req
aws-c-auth/tests/aws-sig-v4-test-suite/post-vanilla-query/post-vanilla-query.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/post-vanilla-query/post-vanilla-query.sts
aws-c-auth/tests/aws-sig-v4-test-suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.authz
aws-c-auth/tests/aws-sig-v4-test-suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.creq
aws-c-auth/tests/aws-sig-v4-test-suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.req
aws-c-auth/tests/aws-sig-v4-test-suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.sts
aws-c-auth/tests/aws-sig-v4-test-suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.authz
aws-c-auth/tests/aws-sig-v4-test-suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.creq
aws-c-auth/tests/aws-sig-v4-test-suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.req
aws-c-auth/tests/aws-sig-v4-test-suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.sreq
aws-c-auth/tests/aws-sig-v4-test-suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.sts
aws-c-auth/tests/fuzz/parse_config_profile.c
aws-c-auth/tests/fuzz/parse_credentials_profile.c
aws-c-auth/tests/fuzz/corpus/parse_config_profile/11cd8328d88b2c5080756a1090abceaf087d8b18
aws-c-auth/tests/fuzz/corpus/parse_config_profile/2a09998d72f4dc2dfb21a20d285a9dab2efc5f0b
aws-c-auth/tests/fuzz/corpus/parse_config_profile/84a516841ba77a5b4648de2cd0dfcb30ea46dbb4
aws-c-auth/tests/fuzz/corpus/parse_config_profile/a5d8336f1bc6fbc70180b2926691f89300355aa2
aws-c-auth/tests/fuzz/corpus/parse_config_profile/adjacent_comment
aws-c-auth/tests/fuzz/corpus/parse_config_profile/blank_lines
aws-c-auth/tests/fuzz/corpus/parse_config_profile/continuation_reseton_new_profile
aws-c-auth/tests/fuzz/corpus/parse_config_profile/continued_property
aws-c-auth/tests/fuzz/corpus/parse_config_profile/continued_property_pound_comment
aws-c-auth/tests/fuzz/corpus/parse_config_profile/continued_property_trim
aws-c-auth/tests/fuzz/corpus/parse_config_profile/default_profile
aws-c-auth/tests/fuzz/corpus/parse_config_profile/duplicate_profiles
aws-c-auth/tests/fuzz/corpus/parse_config_profile/duplicate_properties
aws-c-auth/tests/fuzz/corpus/parse_config_profile/e700967c6b4f6efa44f1e1573e2ae868623800ec
aws-c-auth/tests/fuzz/corpus/parse_config_profile/early_property
aws-c-auth/tests/fuzz/corpus/parse_config_profile/empty_comment
aws-c-auth/tests/fuzz/corpus/parse_config_profile/empty_profile
aws-c-auth/tests/fuzz/corpus/parse_config_profile/empty_profile_whitespace
aws-c-auth/tests/fuzz/corpus/parse_config_profile/empty_property
aws-c-auth/tests/fuzz/corpus/parse_config_profile/empty_sub_property
aws-c-auth/tests/fuzz/corpus/parse_config_profile/equal_containing_property
aws-c-auth/tests/fuzz/corpus/parse_config_profile/illegal_continuation1
aws-c-auth/tests/fuzz/corpus/parse_config_profile/illegal_continuation2
aws-c-auth/tests/fuzz/corpus/parse_config_profile/illegal_continuation3
aws-c-auth/tests/fuzz/corpus/parse_config_profile/missing_assignment
aws-c-auth/tests/fuzz/corpus/parse_config_profile/missing_bracket
aws-c-auth/tests/fuzz/corpus/parse_config_profile/missing_property_key
aws-c-auth/tests/fuzz/corpus/parse_config_profile/mixed_comment
aws-c-auth/tests/fuzz/corpus/parse_config_profile/multi_sub_property
aws-c-auth/tests/fuzz/corpus/parse_config_profile/multiline_continued_property
aws-c-auth/tests/fuzz/corpus/parse_config_profile/multiple_empty_profile
aws-c-auth/tests/fuzz/corpus/parse_config_profile/multiple_profile
aws-c-auth/tests/fuzz/corpus/parse_config_profile/multiple_property
aws-c-auth/tests/fuzz/corpus/parse_config_profile/pound_comment
aws-c-auth/tests/fuzz/corpus/parse_config_profile/semicolon_comment
aws-c-auth/tests/fuzz/corpus/parse_config_profile/simple_property
aws-c-auth/tests/fuzz/corpus/parse_config_profile/sub_property
aws-c-auth/tests/fuzz/corpus/parse_config_profile/tab_empty_profile
aws-c-auth/tests/fuzz/corpus/parse_config_profile/trimmable_property
aws-c-auth/tests/fuzz/corpus/parse_config_profile/value_adjacent_comment
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/11cd8328d88b2c5080756a1090abceaf087d8b18
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/2a09998d72f4dc2dfb21a20d285a9dab2efc5f0b
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/84a516841ba77a5b4648de2cd0dfcb30ea46dbb4
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/a5d8336f1bc6fbc70180b2926691f89300355aa2
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/adjacent_comment
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/blank_lines
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/continuation_reseton_new_profile
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/continued_property
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/continued_property_pound_comment
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/continued_property_trim
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/default_profile
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/duplicate_profiles
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/duplicate_properties
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/e700967c6b4f6efa44f1e1573e2ae868623800ec
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/early_property
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/empty_comment
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/empty_profile
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/empty_profile_whitespace
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/empty_property
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/empty_sub_property
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/equal_containing_property
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/illegal_continuation1
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/illegal_continuation2
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/illegal_continuation3
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/missing_assignment
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/missing_bracket
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/missing_property_key
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/mixed_comment
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/multi_sub_property
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/multiline_continued_property
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/multiple_empty_profile
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/multiple_profile
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/multiple_property
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/pound_comment
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/semicolon_comment
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/simple_property
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/sub_property
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/tab_empty_profile
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/trimmable_property
aws-c-auth/tests/fuzz/corpus/parse_credentials_profile/value_adjacent_comment
aws-c-cal/.clang-format
aws-c-cal/.clang-tidy
aws-c-cal/CMakeLists.txt
aws-c-cal/CODE_OF_CONDUCT.md
aws-c-cal/CONTRIBUTING.md
aws-c-cal/LICENSE
aws-c-cal/NOTICE
aws-c-cal/README.md
aws-c-cal/builder.json
aws-c-cal/format-check.sh
aws-c-cal/sanitizer-blacklist.txt
aws-c-cal/cmake/aws-c-cal-config.cmake
aws-c-cal/cmake/modules/FindLibCryptoCAL.cmake
aws-c-cal/include/aws/cal/exports.h
aws-c-cal/include/aws/cal/hash.h
aws-c-cal/include/aws/cal/hmac.h
aws-c-cal/source/hash.c
aws-c-cal/source/hmac.c
aws-c-cal/source/bcrypt/bcrypt_hash.c
aws-c-cal/source/bcrypt/bcrypt_hmac.c
aws-c-cal/source/commoncrypto/commoncrypto_hmac.c
aws-c-cal/source/commoncrypto/commoncrypto_md5.c
aws-c-cal/source/commoncrypto/commoncrypto_sha256.c
aws-c-cal/source/opensslcrypto/opensslcrypto_hash.c
aws-c-cal/source/opensslcrypto/opensslcrypto_hmac.c
aws-c-cal/tests/CMakeLists.txt
aws-c-cal/tests/md5_test.c
aws-c-cal/tests/sha256_hmac_test.c
aws-c-cal/tests/sha256_test.c
aws-c-cal/tests/test_case_helper.h
aws-c-common/.clang-format
aws-c-common/.clang-tidy
aws-c-common/CMakeLists.txt
aws-c-common/CONTRIBUTING.md
aws-c-common/LICENSE
aws-c-common/NOTICE
aws-c-common/README.md
aws-c-common/builder.json
aws-c-common/format-check.sh
aws-c-common/sanitizer-blacklist.txt
aws-c-common/cmake/AwsCFlags.cmake
aws-c-common/cmake/AwsFeatureTests.cmake
aws-c-common/cmake/AwsLibFuzzer.cmake
aws-c-common/cmake/AwsSIMD.cmake
aws-c-common/cmake/AwsSanitizers.cmake
aws-c-common/cmake/AwsSharedLibSetup.cmake
aws-c-common/cmake/AwsTestHarness.cmake
aws-c-common/cmake/CPackConfig.cmake
aws-c-common/cmake/aws-c-common-config.cmake
aws-c-common/cmake/header-tester/CMakeLists.txt
aws-c-common/cmake/header-tester/stub.c
aws-c-common/cmake/rpm-scripts/changelog.txt
aws-c-common/cmake/rpm-scripts/post.sh
aws-c-common/cmake/rpm-scripts/postun.sh
aws-c-common/docker-images/README.md
aws-c-common/docker-images/al2012/Dockerfile
aws-c-common/docker-images/linux-android/Dockerfile
aws-c-common/docker-images/linux-nodejs-x64/Dockerfile
aws-c-common/docker-images/manylinux1-x64/Dockerfile
aws-c-common/docker-images/manylinux1-x86/Dockerfile
aws-c-common/docker-images/ubuntu-16.04-x64/Dockerfile
aws-c-common/docker-images/ubuntu-16.04-x86/Dockerfile
aws-c-common/docker-images/windows-x64/vs2015/Dockerfile
aws-c-common/docker-images/windows-x64/vs2017/Dockerfile
aws-c-common/include/aws/common/allocator.h
aws-c-common/include/aws/common/array_list.h
aws-c-common/include/aws/common/array_list.inl
aws-c-common/include/aws/common/assert.h
aws-c-common/include/aws/common/atomics.h
aws-c-common/include/aws/common/atomics.inl
aws-c-common/include/aws/common/atomics_fallback.inl
aws-c-common/include/aws/common/atomics_gnu.inl
aws-c-common/include/aws/common/atomics_gnu_old.inl
aws-c-common/include/aws/common/atomics_msvc.inl
aws-c-common/include/aws/common/byte_buf.h
aws-c-common/include/aws/common/byte_order.h
aws-c-common/include/aws/common/byte_order.inl
aws-c-common/include/aws/common/clock.h
aws-c-common/include/aws/common/clock.inl
aws-c-common/include/aws/common/command_line_parser.h
aws-c-common/include/aws/common/common.h
aws-c-common/include/aws/common/condition_variable.h
aws-c-common/include/aws/common/config.h.in
aws-c-common/include/aws/common/date_time.h
aws-c-common/include/aws/common/device_random.h
aws-c-common/include/aws/common/encoding.h
aws-c-common/include/aws/common/encoding.inl
aws-c-common/include/aws/common/environment.h
aws-c-common/include/aws/common/error.h
aws-c-common/include/aws/common/error.inl
aws-c-common/include/aws/common/exports.h
aws-c-common/include/aws/common/hash_table.h
aws-c-common/include/aws/common/linked_list.h
aws-c-common/include/aws/common/linked_list.inl
aws-c-common/include/aws/common/log_channel.h
aws-c-common/include/aws/common/log_formatter.h
aws-c-common/include/aws/common/log_writer.h
aws-c-common/include/aws/common/logging.h
aws-c-common/include/aws/common/lru_cache.h
aws-c-common/include/aws/common/macros.h
aws-c-common/include/aws/common/math.cbmc.inl
aws-c-common/include/aws/common/math.fallback.inl
aws-c-common/include/aws/common/math.gcc_overflow.inl
aws-c-common/include/aws/common/math.gcc_x64_asm.inl
aws-c-common/include/aws/common/math.h
aws-c-common/include/aws/common/math.inl
aws-c-common/include/aws/common/math.msvc.inl
aws-c-common/include/aws/common/mutex.h
aws-c-common/include/aws/common/predicates.h
aws-c-common/include/aws/common/priority_queue.h
aws-c-common/include/aws/common/process.h
aws-c-common/include/aws/common/ring_buffer.h
aws-c-common/include/aws/common/ring_buffer.inl
aws-c-common/include/aws/common/rw_lock.h
aws-c-common/include/aws/common/stdbool.h
aws-c-common/include/aws/common/stdint.h
aws-c-common/include/aws/common/string.h
aws-c-common/include/aws/common/string.inl
aws-c-common/include/aws/common/system_info.h
aws-c-common/include/aws/common/task_scheduler.h
aws-c-common/include/aws/common/thread.h
aws-c-common/include/aws/common/time.h
aws-c-common/include/aws/common/uuid.h
aws-c-common/include/aws/common/zero.h
aws-c-common/include/aws/common/zero.inl
aws-c-common/include/aws/common/posix/common.inl
aws-c-common/include/aws/common/private/array_list.h
aws-c-common/include/aws/common/private/byte_buf.h
aws-c-common/include/aws/common/private/hash_table_impl.h
aws-c-common/include/aws/common/private/lookup3.inl
aws-c-common/include/aws/testing/aws_test_allocators.h
aws-c-common/include/aws/testing/aws_test_harness.h
aws-c-common/source/allocator.c
aws-c-common/source/array_list.c
aws-c-common/source/assert.c
aws-c-common/source/byte_buf.c
aws-c-common/source/codegen.c
aws-c-common/source/command_line_parser.c
aws-c-common/source/common.c
aws-c-common/source/condition_variable.c
aws-c-common/source/date_time.c
aws-c-common/source/device_random.c
aws-c-common/source/encoding.c
aws-c-common/source/error.c
aws-c-common/source/hash_table.c
aws-c-common/source/log_channel.c
aws-c-common/source/log_formatter.c
aws-c-common/source/log_writer.c
aws-c-common/source/logging.c
aws-c-common/source/lru_cache.c
aws-c-common/source/math.c
aws-c-common/source/memtrace.c
aws-c-common/source/priority_queue.c
aws-c-common/source/ring_buffer.c
aws-c-common/source/string.c
aws-c-common/source/task_scheduler.c
aws-c-common/source/uuid.c
aws-c-common/source/arch/cpuid.c
aws-c-common/source/arch/encoding_avx2.c
aws-c-common/source/posix/clock.c
aws-c-common/source/posix/condition_variable.c
aws-c-common/source/posix/device_random.c
aws-c-common/source/posix/environment.c
aws-c-common/source/posix/mutex.c
aws-c-common/source/posix/process.c
aws-c-common/source/posix/rw_lock.c
aws-c-common/source/posix/system_info.c
aws-c-common/source/posix/thread.c
aws-c-common/source/posix/time.c
aws-c-common/source/windows/clock.c
aws-c-common/source/windows/condition_variable.c
aws-c-common/source/windows/device_random.c
aws-c-common/source/windows/environment.c
aws-c-common/source/windows/mutex.c
aws-c-common/source/windows/process.c
aws-c-common/source/windows/rw_lock.c
aws-c-common/source/windows/system_info.c
aws-c-common/source/windows/thread.c
aws-c-common/source/windows/time.c
aws-c-common/tests/CMakeLists.txt
aws-c-common/tests/alloc_test.c
aws-c-common/tests/array_list_test.c
aws-c-common/tests/assert_test.c
aws-c-common/tests/atomics_test.c
aws-c-common/tests/byte_buf_test.c
aws-c-common/tests/byte_cursor_find_test.c
aws-c-common/tests/byte_order_test.c
aws-c-common/tests/calloc_test.c
aws-c-common/tests/clock_test.c
aws-c-common/tests/command_line_parser_test.c
aws-c-common/tests/condition_variable_test.c
aws-c-common/tests/cursor_test.c
aws-c-common/tests/date_time_test.c
aws-c-common/tests/device_random_test.c
aws-c-common/tests/encoding_test.c
aws-c-common/tests/environment_test.c
aws-c-common/tests/error_test.c
aws-c-common/tests/hash_table_test.c
aws-c-common/tests/linked_list_test.c
aws-c-common/tests/lru_cache_test.c
aws-c-common/tests/math_test.c
aws-c-common/tests/memtrace_test.c
aws-c-common/tests/mutex_test.c
aws-c-common/tests/priority_queue_test.c
aws-c-common/tests/process_test.c
aws-c-common/tests/realloc_test.c
aws-c-common/tests/ring_buffer_test.c
aws-c-common/tests/rw_lock_test.c
aws-c-common/tests/split_test.c
aws-c-common/tests/string_test.c
aws-c-common/tests/system_info_tests.c
aws-c-common/tests/task_scheduler_test.c
aws-c-common/tests/thread_test.c
aws-c-common/tests/timebomb_test.c
aws-c-common/tests/uuid_test.c
aws-c-common/tests/zero_test.c
aws-c-common/tests/fuzz/base64_encoding_transitive.c
aws-c-common/tests/fuzz/hex_encoding_transitive.c
aws-c-common/tests/logging/log_channel_test.c
aws-c-common/tests/logging/log_formatter_test.c
aws-c-common/tests/logging/log_writer_test.c
aws-c-common/tests/logging/logging_filter_debug_static_test.c
aws-c-common/tests/logging/logging_filter_error_static_test.c
aws-c-common/tests/logging/logging_filter_fatal_static_test.c
aws-c-common/tests/logging/logging_filter_info_static_test.c
aws-c-common/tests/logging/logging_filter_none_static_test.c
aws-c-common/tests/logging/logging_filter_trace_static_test.c
aws-c-common/tests/logging/logging_filter_warn_static_test.c
aws-c-common/tests/logging/logging_general_test.c
aws-c-common/tests/logging/logging_test_utilities.c
aws-c-common/tests/logging/logging_test_utilities.h
aws-c-common/tests/logging/pipeline_logger_test.c
aws-c-common/tests/logging/test_logger.c
aws-c-common/tests/logging/test_logger.h
aws-c-compression/.clang-format
aws-c-compression/.clang-tidy
aws-c-compression/CMakeLists.txt
aws-c-compression/CODE_OF_CONDUCT.md
aws-c-compression/CONTRIBUTING.md
aws-c-compression/LICENSE
aws-c-compression/NOTICE
aws-c-compression/README.md
aws-c-compression/builder.json
aws-c-compression/format-check.sh
aws-c-compression/cmake/aws-c-compression-config.cmake
aws-c-compression/include/aws/compression/error.h
aws-c-compression/include/aws/compression/exports.h
aws-c-compression/include/aws/compression/huffman.h
aws-c-compression/include/aws/testing/compression/huffman.h
aws-c-compression/include/aws/testing/compression/huffman.inl
aws-c-compression/source/huffman.c
aws-c-compression/source/huffman_generator/CMakeLists.txt
aws-c-compression/source/huffman_generator/generator.c
aws-c-compression/tests/CMakeLists.txt
aws-c-compression/tests/huffman_test.c
aws-c-compression/tests/test_huffman_static.c
aws-c-compression/tests/test_huffman_static_table.def
aws-c-compression/tests/fuzz/decode.c
aws-c-compression/tests/fuzz/transitive.c
aws-c-compression/tests/fuzz/transitive_chunked.c
aws-c-http/.clang-format
aws-c-http/.clang-tidy
aws-c-http/CMakeLists.txt
aws-c-http/CODE_OF_CONDUCT.md
aws-c-http/CONTRIBUTING.md
aws-c-http/LICENSE
aws-c-http/NOTICE
aws-c-http/README.md
aws-c-http/builder.json
aws-c-http/format-check.sh
aws-c-http/sanitizer-blacklist.txt
aws-c-http/.travis/travis_build.sh
aws-c-http/bin/elasticurl/CMakeLists.txt
aws-c-http/bin/elasticurl/README.md
aws-c-http/bin/elasticurl/main.c
aws-c-http/cmake/aws-c-http-config.cmake
aws-c-http/continuous-delivery/build-elasticurl-manylinux-x64.yml
aws-c-http/continuous-delivery/build-elasticurl-osx.sh
aws-c-http/continuous-delivery/build-elasticurl-unix.sh
aws-c-http/continuous-delivery/build-elasticurl-win64.bat
aws-c-http/include/aws/http/connection.h
aws-c-http/include/aws/http/connection_manager.h
aws-c-http/include/aws/http/exports.h
aws-c-http/include/aws/http/http.h
aws-c-http/include/aws/http/request_response.h
aws-c-http/include/aws/http/server.h
aws-c-http/include/aws/http/websocket.h
aws-c-http/include/aws/http/private/connection_impl.h
aws-c-http/include/aws/http/private/connection_manager_system_vtable.h
aws-c-http/include/aws/http/private/h1_connection.h
aws-c-http/include/aws/http/private/h1_decoder.h
aws-c-http/include/aws/http/private/h1_encoder.h
aws-c-http/include/aws/http/private/h1_stream.h
aws-c-http/include/aws/http/private/h2_connection.h
aws-c-http/include/aws/http/private/h2_decoder.h
aws-c-http/include/aws/http/private/h2_frames.h
aws-c-http/include/aws/http/private/h2_stream.h
aws-c-http/include/aws/http/private/hpack.h
aws-c-http/include/aws/http/private/hpack_header_static_table.def
aws-c-http/include/aws/http/private/hpack_huffman_static_table.def
aws-c-http/include/aws/http/private/http_impl.h
aws-c-http/include/aws/http/private/proxy_impl.h
aws-c-http/include/aws/http/private/request_response_impl.h
aws-c-http/include/aws/http/private/strutil.h
aws-c-http/include/aws/http/private/websocket_decoder.h
aws-c-http/include/aws/http/private/websocket_encoder.h
aws-c-http/include/aws/http/private/websocket_impl.h
aws-c-http/integration-testing/http_client_test.py
aws-c-http/source/connection.c
aws-c-http/source/connection_manager.c
aws-c-http/source/h1_connection.c
aws-c-http/source/h1_decoder.c
aws-c-http/source/h1_encoder.c
aws-c-http/source/h1_stream.c
aws-c-http/source/h2_connection.c
aws-c-http/source/h2_decoder.c
aws-c-http/source/h2_frames.c
aws-c-http/source/h2_stream.c
aws-c-http/source/hpack.c
aws-c-http/source/hpack_huffman_static.c
aws-c-http/source/http.c
aws-c-http/source/proxy_connection.c
aws-c-http/source/request_response.c
aws-c-http/source/strutil.c
aws-c-http/source/websocket.c
aws-c-http/source/websocket_bootstrap.c
aws-c-http/source/websocket_decoder.c
aws-c-http/source/websocket_encoder.c
aws-c-http/tests/CMakeLists.txt
aws-c-http/tests/integration_test_proxy.c
aws-c-http/tests/proxy_test_helper.c
aws-c-http/tests/proxy_test_helper.h
aws-c-http/tests/test_connection.c
aws-c-http/tests/test_connection_manager.c
aws-c-http/tests/test_h1_client.c
aws-c-http/tests/test_h1_decoder.c
aws-c-http/tests/test_h1_server.c
aws-c-http/tests/test_h2_frames.c
aws-c-http/tests/test_h2_headers.c
aws-c-http/tests/test_hpack.c
aws-c-http/tests/test_message.c
aws-c-http/tests/test_proxy.c
aws-c-http/tests/test_strutil.c
aws-c-http/tests/test_tls.c
aws-c-http/tests/test_websocket_bootstrap.c
aws-c-http/tests/test_websocket_decoder.c
aws-c-http/tests/test_websocket_encoder.c
aws-c-http/tests/test_websocket_handler.c
aws-c-http/tests/fuzz/fuzz_h2_decoder.c
aws-c-http/tests/fuzz/fuzz_h2_frames.c
aws-c-http/tests/resources/unittests.crt
aws-c-http/tests/resources/unittests.key
aws-c-http/tests/resources/unittests.p12
aws-c-io/.clang-format
aws-c-io/.clang-tidy
aws-c-io/CMakeLists.txt
aws-c-io/CODE_OF_CONDUCT.md
aws-c-io/CONTRIBUTING.md
aws-c-io/LICENSE
aws-c-io/NOTICE
aws-c-io/README.md
aws-c-io/build-deps.sh
aws-c-io/builder.json
aws-c-io/format-check.sh
aws-c-io/cmake/aws-c-io-config.cmake
aws-c-io/include/aws/io/channel.h
aws-c-io/include/aws/io/channel_bootstrap.h
aws-c-io/include/aws/io/event_loop.h
aws-c-io/include/aws/io/exports.h
aws-c-io/include/aws/io/file_utils.h
aws-c-io/include/aws/io/host_resolver.h
aws-c-io/include/aws/io/io.h
aws-c-io/include/aws/io/logging.h
aws-c-io/include/aws/io/message_pool.h
aws-c-io/include/aws/io/pipe.h
aws-c-io/include/aws/io/pki_utils.h
aws-c-io/include/aws/io/shared_library.h
aws-c-io/include/aws/io/socket.h
aws-c-io/include/aws/io/socket_channel_handler.h
aws-c-io/include/aws/io/stream.h
aws-c-io/include/aws/io/tls_channel_handler.h
aws-c-io/include/aws/io/uri.h
aws-c-io/include/aws/testing/io_testing_channel.h
aws-c-io/source/alpn_handler.c
aws-c-io/source/channel.c
aws-c-io/source/channel_bootstrap.c
aws-c-io/source/event_loop.c
aws-c-io/source/file_utils_shared.c
aws-c-io/source/host_resolver.c
aws-c-io/source/io.c
aws-c-io/source/message_pool.c
aws-c-io/source/pki_utils.c
aws-c-io/source/socket_channel_handler.c
aws-c-io/source/stream.c
aws-c-io/source/tls_channel_handler.c
aws-c-io/source/uri.c
aws-c-io/source/bsd/kqueue_event_loop.c
aws-c-io/source/darwin/darwin_pki_utils.c
aws-c-io/source/darwin/secure_transport_tls_channel_handler.c
aws-c-io/source/linux/epoll_event_loop.c
aws-c-io/source/posix/file_utils.c
aws-c-io/source/posix/host_resolver.c
aws-c-io/source/posix/pipe.c
aws-c-io/source/posix/shared_library.c
aws-c-io/source/posix/socket.c
aws-c-io/source/s2n/s2n_tls_channel_handler.c
aws-c-io/source/windows/file_utils.c
aws-c-io/source/windows/host_resolver.c
aws-c-io/source/windows/secure_channel_tls_handler.c
aws-c-io/source/windows/shared_library.c
aws-c-io/source/windows/windows_pki_utils.c
aws-c-io/source/windows/winsock_init.c
aws-c-io/source/windows/iocp/iocp_event_loop.c
aws-c-io/source/windows/iocp/pipe.c
aws-c-io/source/windows/iocp/socket.c
aws-c-io/tests/CMakeLists.txt
aws-c-io/tests/alpn_handler_test.c
aws-c-io/tests/channel_test.c
aws-c-io/tests/default_host_resolver_test.c
aws-c-io/tests/error_test.c
aws-c-io/tests/event_loop_test.c
aws-c-io/tests/file_utils_test.c
aws-c-io/tests/io_testing_channel_test.c
aws-c-io/tests/mock_dns_resolver.c
aws-c-io/tests/mock_dns_resolver.h
aws-c-io/tests/pipe_test.c
aws-c-io/tests/pki_utils_test.c
aws-c-io/tests/read_write_test_handler.c
aws-c-io/tests/read_write_test_handler.h
aws-c-io/tests/shared_library_test.c
aws-c-io/tests/socket_handler_test.c
aws-c-io/tests/socket_test.c
aws-c-io/tests/stream_test.c
aws-c-io/tests/tls_handler_test.c
aws-c-io/tests/uri_test.c
aws-c-io/tests/resources/unittests.crt
aws-c-io/tests/resources/unittests.csr
aws-c-io/tests/resources/unittests.key
aws-c-io/tests/resources/unittests.p12
aws-c-mqtt/.clang-format
aws-c-mqtt/.clang-tidy
aws-c-mqtt/CMakeLists.txt
aws-c-mqtt/CODE_OF_CONDUCT.md
aws-c-mqtt/CONTRIBUTING.md
aws-c-mqtt/LICENSE
aws-c-mqtt/NOTICE
aws-c-mqtt/README.md
aws-c-mqtt/build-deps.sh
aws-c-mqtt/builder.json
aws-c-mqtt/format-check.sh
aws-c-mqtt/cmake/aws-c-mqtt-config.cmake
aws-c-mqtt/include/aws/mqtt/client.h
aws-c-mqtt/include/aws/mqtt/exports.h
aws-c-mqtt/include/aws/mqtt/mqtt.h
aws-c-mqtt/include/aws/mqtt/private/client_impl.h
aws-c-mqtt/include/aws/mqtt/private/fixed_header.h
aws-c-mqtt/include/aws/mqtt/private/packets.h
aws-c-mqtt/include/aws/mqtt/private/topic_tree.h
aws-c-mqtt/source/client.c
aws-c-mqtt/source/client_channel_handler.c
aws-c-mqtt/source/fixed_header.c
aws-c-mqtt/source/mqtt.c
aws-c-mqtt/source/packets.c
aws-c-mqtt/source/topic_tree.c
aws-c-mqtt/tests/CMakeLists.txt
aws-c-mqtt/tests/aws_iot_client_test.c
aws-c-mqtt/tests/packet_encoding_test.c
aws-c-mqtt/tests/paho_client_test.c
aws-c-mqtt/tests/topic_tree_test.c
awscrt/__init__.py
awscrt/auth.py
awscrt/awsiot_mqtt_connection_builder.py
awscrt/crypto.py
awscrt/exceptions.py
awscrt/http.py
awscrt/io.py
awscrt/mqtt.py
awscrt.egg-info/PKG-INFO
awscrt.egg-info/SOURCES.txt
awscrt.egg-info/dependency_links.txt
awscrt.egg-info/requires.txt
awscrt.egg-info/top_level.txt
s2n/.codecov.yml
s2n/CMakeLists.txt
s2n/LICENSE
s2n/Makefile
s2n/NOTICE
s2n/README.md
s2n/s2n.mk
s2n/api/s2n.h
s2n/bin/Makefile
s2n/bin/common.h
s2n/bin/echo.c
s2n/bin/s2nc.c
s2n/bin/s2nd.c
s2n/cmake/s2n-config.cmake
s2n/cmake/modules/FindLibCrypto.cmake
s2n/coverage/Makefile
s2n/crypto/Makefile
s2n/crypto/s2n_aead_cipher_aes_gcm.c
s2n/crypto/s2n_aead_cipher_chacha20_poly1305.c
s2n/crypto/s2n_cbc_cipher_3des.c
s2n/crypto/s2n_cbc_cipher_aes.c
s2n/crypto/s2n_certificate.c
s2n/crypto/s2n_certificate.h
s2n/crypto/s2n_cipher.c
s2n/crypto/s2n_cipher.h
s2n/crypto/s2n_composite_cipher_aes_sha.c
s2n/crypto/s2n_crypto.h
s2n/crypto/s2n_dhe.c
s2n/crypto/s2n_dhe.h
s2n/crypto/s2n_drbg.c
s2n/crypto/s2n_drbg.h
s2n/crypto/s2n_ecc.c
s2n/crypto/s2n_ecc.h
s2n/crypto/s2n_ecdsa.c
s2n/crypto/s2n_ecdsa.h
s2n/crypto/s2n_evp.c
s2n/crypto/s2n_evp.h
s2n/crypto/s2n_fips.c
s2n/crypto/s2n_fips.h
s2n/crypto/s2n_hash.c
s2n/crypto/s2n_hash.h
s2n/crypto/s2n_hkdf.c
s2n/crypto/s2n_hkdf.h
s2n/crypto/s2n_hmac.c
s2n/crypto/s2n_hmac.h
s2n/crypto/s2n_openssl.h
s2n/crypto/s2n_openssl_evp.h
s2n/crypto/s2n_openssl_x509.h
s2n/crypto/s2n_pkey.c
s2n/crypto/s2n_pkey.h
s2n/crypto/s2n_rsa.c
s2n/crypto/s2n_rsa.h
s2n/crypto/s2n_sequence.c
s2n/crypto/s2n_sequence.h
s2n/crypto/s2n_signature.h
s2n/crypto/s2n_stream_cipher_null.c
s2n/crypto/s2n_stream_cipher_rc4.c
s2n/crypto/s2n_tls13_keys.c
s2n/crypto/s2n_tls13_keys.h
s2n/docs/BINDINGS.md
s2n/docs/DEVELOPMENT-GUIDE.md
s2n/docs/READING-LIST.md
s2n/docs/STATE-MACHINE.md
s2n/docs/USAGE-GUIDE.md
s2n/docs/images/s2n-logo-final.pdf
s2n/docs/images/s2n-logo-final.svg
s2n/docs/images/s2n-logo-github.svg
s2n/docs/images/s2n_lambda.png
s2n/docs/images/s2n_logo_github.png
s2n/docs/images/s2n_stuffer_layout.png
s2n/docs/images/s2n_tls_layers.png
s2n/docs/images/tls12_state_machine.svg
s2n/docs/images/tls13_state_machine.svg
s2n/error/Makefile
s2n/error/s2n_errno.c
s2n/error/s2n_errno.h
s2n/lib/Makefile
s2n/libcrypto-build/README.md
s2n/pq-crypto/Makefile
s2n/pq-crypto/README.md
s2n/pq-crypto/pq_random.c
s2n/pq-crypto/pq_random.h
s2n/pq-crypto/pq_utils.h
s2n/pq-crypto/bike/LICENSE
s2n/pq-crypto/bike/LICENSE.md
s2n/pq-crypto/bike/Makefile
s2n/pq-crypto/bike/aes.h
s2n/pq-crypto/bike/aes_ctr_prf.c
s2n/pq-crypto/bike/aes_ctr_prf.h
s2n/pq-crypto/bike/bike1_l1_kem.c
s2n/pq-crypto/bike/bike1_l1_kem.h
s2n/pq-crypto/bike/bike_defs.h
s2n/pq-crypto/bike/cleanup.h
s2n/pq-crypto/bike/converts_portable.c
s2n/pq-crypto/bike/decode.c
s2n/pq-crypto/bike/decode.h
s2n/pq-crypto/bike/defs.h
s2n/pq-crypto/bike/error.c
s2n/pq-crypto/bike/error.h
s2n/pq-crypto/bike/gf2x.h
s2n/pq-crypto/bike/openssl_utils.c
s2n/pq-crypto/bike/openssl_utils.h
s2n/pq-crypto/bike/parallel_hash.c
s2n/pq-crypto/bike/parallel_hash.h
s2n/pq-crypto/bike/sampling.c
s2n/pq-crypto/bike/sampling.h
s2n/pq-crypto/bike/sampling_portable.c
s2n/pq-crypto/bike/secure_decode_portable.c
s2n/pq-crypto/bike/sha.h
s2n/pq-crypto/bike/sha384.h
s2n/pq-crypto/bike/types.h
s2n/pq-crypto/bike/utilities.c
s2n/pq-crypto/bike/utilities.h
s2n/pq-crypto/sike/LICENSE.txt
s2n/pq-crypto/sike/Makefile
s2n/pq-crypto/sike/P503.c
s2n/pq-crypto/sike/P503_internal.h
s2n/pq-crypto/sike/Readme.md
s2n/pq-crypto/sike/api.h
s2n/pq-crypto/sike/config.h
s2n/pq-crypto/sike/ec_isogeny.c
s2n/pq-crypto/sike/fips202.c
s2n/pq-crypto/sike/fips202.h
s2n/pq-crypto/sike/fp_generic.c
s2n/pq-crypto/sike/fpx.c
s2n/pq-crypto/sike/sidh.c
s2n/pq-crypto/sike/sike_p503_kem.c
s2n/pq-crypto/sike/sike_p503_kem.h
s2n/stuffer/Makefile
s2n/stuffer/s2n_stuffer.c
s2n/stuffer/s2n_stuffer.h
s2n/stuffer/s2n_stuffer_base64.c
s2n/stuffer/s2n_stuffer_file.c
s2n/stuffer/s2n_stuffer_pem.c
s2n/stuffer/s2n_stuffer_text.c
s2n/tests/Makefile
s2n/tests/s2n_test.h
s2n/tests/LD_PRELOAD/Makefile
s2n/tests/LD_PRELOAD/allocator_overrides.c
s2n/tests/fuzz/Makefile
s2n/tests/fuzz/Readme.md
s2n/tests/fuzz/runFuzzTest.sh
s2n/tests/fuzz/s2n_bike_fuzz_test.c
s2n/tests/fuzz/s2n_client_cert_recv_test.c
s2n/tests/fuzz/s2n_client_cert_req_recv_test.c
s2n/tests/fuzz/s2n_client_cert_verify_recv_test.c
s2n/tests/fuzz/s2n_client_fuzz_test.c
s2n/tests/fuzz/s2n_client_hello_recv_fuzz_test.c
s2n/tests/fuzz/s2n_hybrid_ecdhe_sike_fuzz_test.c
s2n/tests/fuzz/s2n_memory_leak_negative_test.c
s2n/tests/fuzz/s2n_openssl_diff_pem_parsing_test.c
s2n/tests/fuzz/s2n_select_server_cert_test.c
s2n/tests/fuzz/s2n_server_fuzz_test.c
s2n/tests/fuzz/s2n_sike_fuzz_test.c
s2n/tests/fuzz/s2n_stuffer_pem_fuzz_test.c
s2n/tests/fuzz/LD_PRELOAD/Makefile
s2n/tests/fuzz/LD_PRELOAD/global_overrides.c
s2n/tests/fuzz/LD_PRELOAD/s2n_client_cert_verify_recv_test_overrides.c
s2n/tests/fuzz/LD_PRELOAD/s2n_client_fuzz_test_overrides.c
s2n/tests/fuzz/LD_PRELOAD/s2n_memory_leak_negative_test_overrides.c
s2n/tests/fuzz/LD_PRELOAD/s2n_server_fuzz_test_overrides.c
s2n/tests/integration/Makefile
s2n/tests/integration/s2n_client_endpoint_handshake_test.py
s2n/tests/integration/s2n_dynamic_record_size_test.py
s2n/tests/integration/s2n_handshake_test_gnutls-cli.py
s2n/tests/integration/s2n_handshake_test_gnutls-serv.py
s2n/tests/integration/s2n_handshake_test_s_client.py
s2n/tests/integration/s2n_handshake_test_s_server.py
s2n/tests/integration/s2n_sslyze_test.py
s2n/tests/integration/s2n_test_constants.py
s2n/tests/testlib/Makefile
s2n/tests/testlib/s2n_connection_test_utils.c
s2n/tests/testlib/s2n_kem_tests.c
s2n/tests/testlib/s2n_nist_kats.h
s2n/tests/testlib/s2n_stuffer_hex.c
s2n/tests/testlib/s2n_test_certs.c
s2n/tests/testlib/s2n_test_server_client.c
s2n/tests/testlib/s2n_testlib.h
s2n/tests/testlib/s2n_testlib_ecc_keys.c
s2n/tests/unit/Makefile
s2n/tests/unit/s2n_3des_test.c
s2n/tests/unit/s2n_aead_aes_test.c
s2n/tests/unit/s2n_aead_chacha20_poly1305_test.c
s2n/tests/unit/s2n_aes_sha_composite_test.c
s2n/tests/unit/s2n_aes_test.c
s2n/tests/unit/s2n_array_test.c
s2n/tests/unit/s2n_asn1_time_test.c
s2n/tests/unit/s2n_bike1_l1_kat_test.c
s2n/tests/unit/s2n_bike_test.c
s2n/tests/unit/s2n_cbc_verify_test.c
s2n/tests/unit/s2n_cert_chain_and_key_test.c
s2n/tests/unit/s2n_change_cipher_spec_test.c
s2n/tests/unit/s2n_cipher_preference_test.c
s2n/tests/unit/s2n_cipher_suite_match_test.c
s2n/tests/unit/s2n_cleanup_test.c
s2n/tests/unit/s2n_client_extensions_test.c
s2n/tests/unit/s2n_client_hello_retry_test.c
s2n/tests/unit/s2n_client_hello_test.c
s2n/tests/unit/s2n_client_key_share_extension_test.c
s2n/tests/unit/s2n_client_record_version_test.c
s2n/tests/unit/s2n_client_secure_renegotiation_test.c
s2n/tests/unit/s2n_client_supported_versions_extension_test.c
s2n/tests/unit/s2n_connection_context_test.c
s2n/tests/unit/s2n_drain_alert_test.c
s2n/tests/unit/s2n_drbg_test.c
s2n/tests/unit/s2n_ecc_test.c
s2n/tests/unit/s2n_ecdsa_test.c
s2n/tests/unit/s2n_encrypted_extensions_test.c
s2n/tests/unit/s2n_error_type_test.c
s2n/tests/unit/s2n_fragmentation_coalescing_test.c
s2n/tests/unit/s2n_handshake_preserve_errno_test.c
s2n/tests/unit/s2n_handshake_test.c
s2n/tests/unit/s2n_hash_test.c
s2n/tests/unit/s2n_hkdf_test.c
s2n/tests/unit/s2n_hmac_test.c
s2n/tests/unit/s2n_hybrid_ecdhe_sike_test.c
s2n/tests/unit/s2n_kem_test.c
s2n/tests/unit/s2n_kex_with_kem_test.c
s2n/tests/unit/s2n_key_share_extension_test.c
s2n/tests/unit/s2n_malformed_handshake_test.c
s2n/tests/unit/s2n_map_test.c
s2n/tests/unit/s2n_mem_usage_test.c
s2n/tests/unit/s2n_mutual_auth_test.c
s2n/tests/unit/s2n_optional_client_auth_test.c
s2n/tests/unit/s2n_override_openssl_random_test.c
s2n/tests/unit/s2n_pem_rsa_dhe_test.c
s2n/tests/unit/s2n_pem_test.c
s2n/tests/unit/s2n_random_test.c
s2n/tests/unit/s2n_rc4_test.c
s2n/tests/unit/s2n_record_size_test.c
s2n/tests/unit/s2n_record_test.c
s2n/tests/unit/s2n_release_non_empty_buffers.c
s2n/tests/unit/s2n_rfc5952_test.c
s2n/tests/unit/s2n_safety_test.c
s2n/tests/unit/s2n_self_talk_alerts_test.c
s2n/tests/unit/s2n_self_talk_alpn_test.c
s2n/tests/unit/s2n_self_talk_client_hello_cb_test.c
s2n/tests/unit/s2n_self_talk_custom_io_test.c
s2n/tests/unit/s2n_self_talk_min_protocol_version.c
s2n/tests/unit/s2n_self_talk_nonblocking_test.c
s2n/tests/unit/s2n_self_talk_session_id_test.c
s2n/tests/unit/s2n_self_talk_test.c
s2n/tests/unit/s2n_server_cert_verify_test.c
s2n/tests/unit/s2n_server_extensions_test.c
s2n/tests/unit/s2n_server_hello_test.c
s2n/tests/unit/s2n_server_key_share_extension_test.c
s2n/tests/unit/s2n_server_supported_versions_extension_test.c
s2n/tests/unit/s2n_session_cache_async_test.c
s2n/tests/unit/s2n_session_ticket_test.c
s2n/tests/unit/s2n_sike_p503_kat_test.c
s2n/tests/unit/s2n_sike_test.c
s2n/tests/unit/s2n_ssl_prf_test.c
s2n/tests/unit/s2n_str_test.c
s2n/tests/unit/s2n_stuffer_base64_test.c
s2n/tests/unit/s2n_stuffer_hex_test.c
s2n/tests/unit/s2n_stuffer_test.c
s2n/tests/unit/s2n_stuffer_text_test.c
s2n/tests/unit/s2n_timer_test.c
s2n/tests/unit/s2n_tls12_handshake_test.c
s2n/tests/unit/s2n_tls13_client_finished_test.c
s2n/tests/unit/s2n_tls13_handshake_test.c
s2n/tests/unit/s2n_tls13_keys_test.c
s2n/tests/unit/s2n_tls13_prf_test.c
s2n/tests/unit/s2n_tls13_record_aead_test.c
s2n/tests/unit/s2n_tls13_server_cert_test.c
s2n/tests/unit/s2n_tls13_server_finished_test.c
s2n/tests/unit/s2n_tls13_support_test.c
s2n/tests/unit/s2n_tls_hybrid_prf_test.c
s2n/tests/unit/s2n_tls_prf_test.c
s2n/tests/unit/s2n_tls_record_stuffer_test.c
s2n/tests/unit/s2n_utils_test.c
s2n/tests/unit/s2n_wildcard_hostname_test.c
s2n/tests/unit/s2n_x509_validator_test.c
s2n/tests/unit/valgrind.suppressions
s2n/tests/unit/kats/bike1_l1.kat
s2n/tests/unit/kats/hybrid_ecdhe_sike_p503.kat
s2n/tests/unit/kats/sike_p503.kat
s2n/tests/viz/Makefile
s2n/tests/viz/s2n_state_machine_viz.c
s2n/tls/Makefile
s2n/tls/s2n_aead.c
s2n/tls/s2n_alerts.c
s2n/tls/s2n_alerts.h
s2n/tls/s2n_cbc.c
s2n/tls/s2n_change_cipher_spec.c
s2n/tls/s2n_cipher_preferences.c
s2n/tls/s2n_cipher_preferences.h
s2n/tls/s2n_cipher_suites.c
s2n/tls/s2n_cipher_suites.h
s2n/tls/s2n_client_cert.c
s2n/tls/s2n_client_cert_preferences.c
s2n/tls/s2n_client_cert_preferences.h
s2n/tls/s2n_client_cert_request.c
s2n/tls/s2n_client_cert_verify.c
s2n/tls/s2n_client_extensions.c
s2n/tls/s2n_client_extensions.h
s2n/tls/s2n_client_finished.c
s2n/tls/s2n_client_hello.c
s2n/tls/s2n_client_hello.h
s2n/tls/s2n_client_hello_retry.c
s2n/tls/s2n_client_key_exchange.c
s2n/tls/s2n_client_key_exchange.h
s2n/tls/s2n_config.c
s2n/tls/s2n_config.h
s2n/tls/s2n_connection.c
s2n/tls/s2n_connection.h
s2n/tls/s2n_connection_evp_digests.c
s2n/tls/s2n_connection_evp_digests.h
s2n/tls/s2n_crypto.h
s2n/tls/s2n_encrypted_extensions.c
s2n/tls/s2n_handshake.c
s2n/tls/s2n_handshake.h
s2n/tls/s2n_handshake_io.c
s2n/tls/s2n_kem.c
s2n/tls/s2n_kem.h
s2n/tls/s2n_kex.c
s2n/tls/s2n_kex.h
s2n/tls/s2n_kex_data.h
s2n/tls/s2n_ocsp_stapling.c
s2n/tls/s2n_prf.c
s2n/tls/s2n_prf.h
s2n/tls/s2n_protocol_preferences.c
s2n/tls/s2n_record.h
s2n/tls/s2n_record_read.c
s2n/tls/s2n_record_read.h
s2n/tls/s2n_record_read_aead.c
s2n/tls/s2n_record_read_cbc.c
s2n/tls/s2n_record_read_composite.c
s2n/tls/s2n_record_read_stream.c
s2n/tls/s2n_record_write.c
s2n/tls/s2n_recv.c
s2n/tls/s2n_resume.c
s2n/tls/s2n_resume.h
s2n/tls/s2n_send.c
s2n/tls/s2n_server_cert.c
s2n/tls/s2n_server_cert_verify.c
s2n/tls/s2n_server_done.c
s2n/tls/s2n_server_extensions.c
s2n/tls/s2n_server_finished.c
s2n/tls/s2n_server_hello.c
s2n/tls/s2n_server_key_exchange.c
s2n/tls/s2n_server_key_exchange.h
s2n/tls/s2n_server_new_session_ticket.c
s2n/tls/s2n_shutdown.c
s2n/tls/s2n_signature_algorithms.c
s2n/tls/s2n_signature_algorithms.h
s2n/tls/s2n_tls.c
s2n/tls/s2n_tls.h
s2n/tls/s2n_tls13.c
s2n/tls/s2n_tls13.h
s2n/tls/s2n_tls13_handshake.c
s2n/tls/s2n_tls13_handshake.h
s2n/tls/s2n_tls_digest_preferences.h
s2n/tls/s2n_tls_parameters.h
s2n/tls/s2n_x509_validator.c
s2n/tls/s2n_x509_validator.h
s2n/tls/extensions/Makefile
s2n/tls/extensions/s2n_client_key_share.c
s2n/tls/extensions/s2n_client_key_share.h
s2n/tls/extensions/s2n_client_supported_versions.c
s2n/tls/extensions/s2n_client_supported_versions.h
s2n/tls/extensions/s2n_key_share.c
s2n/tls/extensions/s2n_key_share.h
s2n/tls/extensions/s2n_server_alpn.c
s2n/tls/extensions/s2n_server_alpn.h
s2n/tls/extensions/s2n_server_key_share.c
s2n/tls/extensions/s2n_server_key_share.h
s2n/tls/extensions/s2n_server_max_fragment_length.c
s2n/tls/extensions/s2n_server_max_fragment_length.h
s2n/tls/extensions/s2n_server_renegotiation_info.c
s2n/tls/extensions/s2n_server_renegotiation_info.h
s2n/tls/extensions/s2n_server_sct_list.c
s2n/tls/extensions/s2n_server_sct_list.h
s2n/tls/extensions/s2n_server_server_name.c
s2n/tls/extensions/s2n_server_server_name.h
s2n/tls/extensions/s2n_server_session_ticket.c
s2n/tls/extensions/s2n_server_session_ticket.h
s2n/tls/extensions/s2n_server_status_request.c
s2n/tls/extensions/s2n_server_status_request.h
s2n/tls/extensions/s2n_server_supported_versions.c
s2n/tls/extensions/s2n_server_supported_versions.h
s2n/tls/extensions/s2n_supported_versions.c
s2n/tls/extensions/s2n_supported_versions.h
s2n/utils/Makefile
s2n/utils/s2n_annotations.h
s2n/utils/s2n_array.c
s2n/utils/s2n_array.h
s2n/utils/s2n_asn1_time.c
s2n/utils/s2n_asn1_time.h
s2n/utils/s2n_bitmap.h
s2n/utils/s2n_blob.c
s2n/utils/s2n_blob.h
s2n/utils/s2n_compiler.h
s2n/utils/s2n_init.c
s2n/utils/s2n_init.h
s2n/utils/s2n_map.c
s2n/utils/s2n_map.h
s2n/utils/s2n_map_internal.h
s2n/utils/s2n_mem.c
s2n/utils/s2n_mem.h
s2n/utils/s2n_random.c
s2n/utils/s2n_random.h
s2n/utils/s2n_rfc5952.c
s2n/utils/s2n_rfc5952.h
s2n/utils/s2n_safety.c
s2n/utils/s2n_safety.h
s2n/utils/s2n_socket.c
s2n/utils/s2n_socket.h
s2n/utils/s2n_str.c
s2n/utils/s2n_str.h
s2n/utils/s2n_timer.c
s2n/utils/s2n_timer.h
source/auth.h
source/auth_credentials.c
source/auth_signer.c
source/auth_signing_config.c
source/crypto.c
source/crypto.h
source/http.h
source/http_connection.c
source/http_headers.c
source/http_message.c
source/http_proxy.c
source/http_stream.c
source/io.c
source/io.h
source/module.c
source/module.h
source/mqtt_client.c
source/mqtt_client.h
source/mqtt_client_connection.c
source/mqtt_client_connection.h
test/test_auth.py
test/test_exceptions.py
test/test_http_client.py
test/test_http_headers.py
test/test_io.py
test/test_mqtt.py