MANIFEST.in
README.md
setup.cfg
setup.py
awscrt/__init__.py
awscrt/auth.py
awscrt/common.py
awscrt/crypto.py
awscrt/exceptions.py
awscrt/http.py
awscrt/io.py
awscrt/mqtt.py
awscrt/s3.py
awscrt.egg-info/PKG-INFO
awscrt.egg-info/SOURCES.txt
awscrt.egg-info/dependency_links.txt
awscrt.egg-info/top_level.txt
awscrt/eventstream/__init__.py
awscrt/eventstream/rpc.py
crt/aws-c-auth/.clang-format
crt/aws-c-auth/.clang-tidy
crt/aws-c-auth/CMakeLists.txt
crt/aws-c-auth/CODE_OF_CONDUCT.md
crt/aws-c-auth/CONTRIBUTING.md
crt/aws-c-auth/LICENSE
crt/aws-c-auth/NOTICE
crt/aws-c-auth/README.md
crt/aws-c-auth/builder.json
crt/aws-c-auth/format-check.sh
crt/aws-c-auth/cmake/aws-c-auth-config.cmake
crt/aws-c-auth/include/aws/auth/auth.h
crt/aws-c-auth/include/aws/auth/aws_imds_client.h
crt/aws-c-auth/include/aws/auth/credentials.h
crt/aws-c-auth/include/aws/auth/exports.h
crt/aws-c-auth/include/aws/auth/signable.h
crt/aws-c-auth/include/aws/auth/signing.h
crt/aws-c-auth/include/aws/auth/signing_config.h
crt/aws-c-auth/include/aws/auth/signing_result.h
crt/aws-c-auth/include/aws/auth/external/cJSON.h
crt/aws-c-auth/include/aws/auth/private/aws_profile.h
crt/aws-c-auth/include/aws/auth/private/aws_signing.h
crt/aws-c-auth/include/aws/auth/private/credentials_utils.h
crt/aws-c-auth/include/aws/auth/private/sigv4_http_request.h
crt/aws-c-auth/source/auth.c
crt/aws-c-auth/source/aws_imds_client.c
crt/aws-c-auth/source/aws_profile.c
crt/aws-c-auth/source/aws_signing.c
crt/aws-c-auth/source/credentials.c
crt/aws-c-auth/source/credentials_provider_cached.c
crt/aws-c-auth/source/credentials_provider_chain.c
crt/aws-c-auth/source/credentials_provider_default_chain.c
crt/aws-c-auth/source/credentials_provider_delegate.c
crt/aws-c-auth/source/credentials_provider_ecs.c
crt/aws-c-auth/source/credentials_provider_environment.c
crt/aws-c-auth/source/credentials_provider_imds.c
crt/aws-c-auth/source/credentials_provider_process.c
crt/aws-c-auth/source/credentials_provider_profile.c
crt/aws-c-auth/source/credentials_provider_static.c
crt/aws-c-auth/source/credentials_provider_sts.c
crt/aws-c-auth/source/credentials_provider_sts_web_identity.c
crt/aws-c-auth/source/credentials_provider_x509.c
crt/aws-c-auth/source/credentials_utils.c
crt/aws-c-auth/source/signable.c
crt/aws-c-auth/source/signing.c
crt/aws-c-auth/source/signing_config.c
crt/aws-c-auth/source/signing_result.c
crt/aws-c-auth/source/sigv4_http_request.c
crt/aws-c-auth/source/external/cJSON.c
crt/aws-c-auth/tests/CMakeLists.txt
crt/aws-c-auth/tests/aws_imds_client_test.c
crt/aws-c-auth/tests/aws_profile_fatal_parse_tests.c
crt/aws-c-auth/tests/aws_profile_tests.c
crt/aws-c-auth/tests/credentials_provider_ecs_tests.c
crt/aws-c-auth/tests/credentials_provider_imds_tests.c
crt/aws-c-auth/tests/credentials_provider_process_tests.c
crt/aws-c-auth/tests/credentials_provider_sts_tests.c
crt/aws-c-auth/tests/credentials_provider_sts_web_identity_tests.c
crt/aws-c-auth/tests/credentials_provider_utils.c
crt/aws-c-auth/tests/credentials_provider_utils.h
crt/aws-c-auth/tests/credentials_provider_x509_tests.c
crt/aws-c-auth/tests/credentials_tests.c
crt/aws-c-auth/tests/shared_credentials_test_definitions.h
crt/aws-c-auth/tests/sigv4_tests.c
crt/aws-c-auth/tests/test_chunked_signing.c
crt/aws-c-auth/tests/test_signable.c
crt/aws-c-auth/tests/test_signable.h
crt/aws-c-auth/tests/fuzz/parse_config_profile.c
crt/aws-c-auth/tests/fuzz/parse_credentials_profile.c
crt/aws-c-cal/.clang-format
crt/aws-c-cal/.clang-tidy
crt/aws-c-cal/CMakeLists.txt
crt/aws-c-cal/CODE_OF_CONDUCT.md
crt/aws-c-cal/CONTRIBUTING.md
crt/aws-c-cal/LICENSE
crt/aws-c-cal/NOTICE
crt/aws-c-cal/README.md
crt/aws-c-cal/build-deps.sh
crt/aws-c-cal/builder.json
crt/aws-c-cal/format-check.sh
crt/aws-c-cal/sanitizer-blacklist.txt
crt/aws-c-cal/bin/sha256_profile/CMakeLists.txt
crt/aws-c-cal/bin/sha256_profile/main.c
crt/aws-c-cal/cmake/aws-c-cal-config.cmake
crt/aws-c-cal/cmake/modules/FindLibCrypto.cmake
crt/aws-c-cal/cmake/modules/aws-lc.cmake
crt/aws-c-cal/include/aws/cal/cal.h
crt/aws-c-cal/include/aws/cal/ecc.h
crt/aws-c-cal/include/aws/cal/exports.h
crt/aws-c-cal/include/aws/cal/hash.h
crt/aws-c-cal/include/aws/cal/hmac.h
crt/aws-c-cal/include/aws/cal/private/der.h
crt/aws-c-cal/include/aws/cal/private/ecc.h
crt/aws-c-cal/include/aws/cal/private/opensslcrypto_common.h
crt/aws-c-cal/source/cal.c
crt/aws-c-cal/source/der.c
crt/aws-c-cal/source/ecc.c
crt/aws-c-cal/source/hash.c
crt/aws-c-cal/source/hmac.c
crt/aws-c-cal/source/darwin/commoncrypto_hmac.c
crt/aws-c-cal/source/darwin/commoncrypto_md5.c
crt/aws-c-cal/source/darwin/commoncrypto_platform_init.c
crt/aws-c-cal/source/darwin/commoncrypto_sha256.c
crt/aws-c-cal/source/darwin/securityframework_ecc.c
crt/aws-c-cal/source/unix/openssl_platform_init.c
crt/aws-c-cal/source/unix/opensslcrypto_ecc.c
crt/aws-c-cal/source/unix/opensslcrypto_hash.c
crt/aws-c-cal/source/unix/opensslcrypto_hmac.c
crt/aws-c-cal/source/windows/bcrypt_ecc.c
crt/aws-c-cal/source/windows/bcrypt_hash.c
crt/aws-c-cal/source/windows/bcrypt_hmac.c
crt/aws-c-cal/source/windows/bcrypt_platform_init.c
crt/aws-c-cal/tests/CMakeLists.txt
crt/aws-c-cal/tests/der_test.c
crt/aws-c-cal/tests/ecc_test.c
crt/aws-c-cal/tests/md5_test.c
crt/aws-c-cal/tests/sha256_hmac_test.c
crt/aws-c-cal/tests/sha256_test.c
crt/aws-c-cal/tests/test_case_helper.h
crt/aws-c-common/.clang-format
crt/aws-c-common/.clang-tidy
crt/aws-c-common/CMakeLists.txt
crt/aws-c-common/CONTRIBUTING.md
crt/aws-c-common/LICENSE
crt/aws-c-common/NOTICE
crt/aws-c-common/README.md
crt/aws-c-common/builder.json
crt/aws-c-common/format-check.sh
crt/aws-c-common/sanitizer-blacklist.txt
crt/aws-c-common/.builder/actions/clang-tidy.py
crt/aws-c-common/cmake/AwsCFlags.cmake
crt/aws-c-common/cmake/AwsCheckHeaders.cmake
crt/aws-c-common/cmake/AwsFeatureTests.cmake
crt/aws-c-common/cmake/AwsFindPackage.cmake
crt/aws-c-common/cmake/AwsLibFuzzer.cmake
crt/aws-c-common/cmake/AwsSIMD.cmake
crt/aws-c-common/cmake/AwsSanitizers.cmake
crt/aws-c-common/cmake/AwsSharedLibSetup.cmake
crt/aws-c-common/cmake/AwsTestHarness.cmake
crt/aws-c-common/cmake/AwsThreadAffinity.cmake
crt/aws-c-common/cmake/CPackConfig.cmake
crt/aws-c-common/cmake/aws-c-common-config.cmake
crt/aws-c-common/cmake/rpm-scripts/changelog.txt
crt/aws-c-common/cmake/rpm-scripts/post.sh
crt/aws-c-common/cmake/rpm-scripts/postun.sh
crt/aws-c-common/include/aws/common/allocator.h
crt/aws-c-common/include/aws/common/array_list.h
crt/aws-c-common/include/aws/common/array_list.inl
crt/aws-c-common/include/aws/common/assert.h
crt/aws-c-common/include/aws/common/atomics.h
crt/aws-c-common/include/aws/common/atomics.inl
crt/aws-c-common/include/aws/common/atomics_fallback.inl
crt/aws-c-common/include/aws/common/atomics_gnu.inl
crt/aws-c-common/include/aws/common/atomics_gnu_old.inl
crt/aws-c-common/include/aws/common/atomics_msvc.inl
crt/aws-c-common/include/aws/common/byte_buf.h
crt/aws-c-common/include/aws/common/byte_order.h
crt/aws-c-common/include/aws/common/byte_order.inl
crt/aws-c-common/include/aws/common/cache.h
crt/aws-c-common/include/aws/common/clock.h
crt/aws-c-common/include/aws/common/clock.inl
crt/aws-c-common/include/aws/common/command_line_parser.h
crt/aws-c-common/include/aws/common/common.h
crt/aws-c-common/include/aws/common/condition_variable.h
crt/aws-c-common/include/aws/common/config.h.in
crt/aws-c-common/include/aws/common/cpuid.h
crt/aws-c-common/include/aws/common/date_time.h
crt/aws-c-common/include/aws/common/device_random.h
crt/aws-c-common/include/aws/common/encoding.h
crt/aws-c-common/include/aws/common/encoding.inl
crt/aws-c-common/include/aws/common/environment.h
crt/aws-c-common/include/aws/common/error.h
crt/aws-c-common/include/aws/common/error.inl
crt/aws-c-common/include/aws/common/exports.h
crt/aws-c-common/include/aws/common/fifo_cache.h
crt/aws-c-common/include/aws/common/hash_table.h
crt/aws-c-common/include/aws/common/lifo_cache.h
crt/aws-c-common/include/aws/common/linked_hash_table.h
crt/aws-c-common/include/aws/common/linked_list.h
crt/aws-c-common/include/aws/common/linked_list.inl
crt/aws-c-common/include/aws/common/log_channel.h
crt/aws-c-common/include/aws/common/log_formatter.h
crt/aws-c-common/include/aws/common/log_writer.h
crt/aws-c-common/include/aws/common/logging.h
crt/aws-c-common/include/aws/common/lru_cache.h
crt/aws-c-common/include/aws/common/macros.h
crt/aws-c-common/include/aws/common/math.cbmc.inl
crt/aws-c-common/include/aws/common/math.fallback.inl
crt/aws-c-common/include/aws/common/math.gcc_arm64_asm.inl
crt/aws-c-common/include/aws/common/math.gcc_builtin.inl
crt/aws-c-common/include/aws/common/math.gcc_overflow.inl
crt/aws-c-common/include/aws/common/math.gcc_x64_asm.inl
crt/aws-c-common/include/aws/common/math.h
crt/aws-c-common/include/aws/common/math.inl
crt/aws-c-common/include/aws/common/math.msvc.inl
crt/aws-c-common/include/aws/common/mutex.h
crt/aws-c-common/include/aws/common/package.h
crt/aws-c-common/include/aws/common/platform.h
crt/aws-c-common/include/aws/common/predicates.h
crt/aws-c-common/include/aws/common/priority_queue.h
crt/aws-c-common/include/aws/common/process.h
crt/aws-c-common/include/aws/common/ref_count.h
crt/aws-c-common/include/aws/common/resource_name.h
crt/aws-c-common/include/aws/common/ring_buffer.h
crt/aws-c-common/include/aws/common/ring_buffer.inl
crt/aws-c-common/include/aws/common/rw_lock.h
crt/aws-c-common/include/aws/common/statistics.h
crt/aws-c-common/include/aws/common/stdbool.h
crt/aws-c-common/include/aws/common/stdint.h
crt/aws-c-common/include/aws/common/string.h
crt/aws-c-common/include/aws/common/string.inl
crt/aws-c-common/include/aws/common/system_info.h
crt/aws-c-common/include/aws/common/task_scheduler.h
crt/aws-c-common/include/aws/common/thread.h
crt/aws-c-common/include/aws/common/thread_scheduler.h
crt/aws-c-common/include/aws/common/time.h
crt/aws-c-common/include/aws/common/uuid.h
crt/aws-c-common/include/aws/common/xml_parser.h
crt/aws-c-common/include/aws/common/zero.h
crt/aws-c-common/include/aws/common/zero.inl
crt/aws-c-common/include/aws/common/posix/common.inl
crt/aws-c-common/include/aws/common/private/array_list.h
crt/aws-c-common/include/aws/common/private/byte_buf.h
crt/aws-c-common/include/aws/common/private/dlloads.h
crt/aws-c-common/include/aws/common/private/hash_table_impl.h
crt/aws-c-common/include/aws/common/private/lookup3.inl
crt/aws-c-common/include/aws/common/private/thread_shared.h
crt/aws-c-common/include/aws/common/private/xml_parser_impl.h
crt/aws-c-common/include/aws/testing/aws_test_allocators.h
crt/aws-c-common/include/aws/testing/aws_test_harness.h
crt/aws-c-common/source/allocator.c
crt/aws-c-common/source/allocator_sba.c
crt/aws-c-common/source/array_list.c
crt/aws-c-common/source/assert.c
crt/aws-c-common/source/byte_buf.c
crt/aws-c-common/source/cache.c
crt/aws-c-common/source/codegen.c
crt/aws-c-common/source/command_line_parser.c
crt/aws-c-common/source/common.c
crt/aws-c-common/source/condition_variable.c
crt/aws-c-common/source/date_time.c
crt/aws-c-common/source/device_random.c
crt/aws-c-common/source/encoding.c
crt/aws-c-common/source/error.c
crt/aws-c-common/source/fifo_cache.c
crt/aws-c-common/source/hash_table.c
crt/aws-c-common/source/lifo_cache.c
crt/aws-c-common/source/linked_hash_table.c
crt/aws-c-common/source/log_channel.c
crt/aws-c-common/source/log_formatter.c
crt/aws-c-common/source/log_writer.c
crt/aws-c-common/source/logging.c
crt/aws-c-common/source/lru_cache.c
crt/aws-c-common/source/math.c
crt/aws-c-common/source/memtrace.c
crt/aws-c-common/source/priority_queue.c
crt/aws-c-common/source/process_common.c
crt/aws-c-common/source/ref_count.c
crt/aws-c-common/source/resource_name.c
crt/aws-c-common/source/ring_buffer.c
crt/aws-c-common/source/statistics.c
crt/aws-c-common/source/string.c
crt/aws-c-common/source/task_scheduler.c
crt/aws-c-common/source/thread_scheduler.c
crt/aws-c-common/source/thread_shared.c
crt/aws-c-common/source/uuid.c
crt/aws-c-common/source/xml_parser.c
crt/aws-c-common/source/android/logging.c
crt/aws-c-common/source/arch/arm/asm/cpuid.c
crt/aws-c-common/source/arch/arm/msvc/cpuid.c
crt/aws-c-common/source/arch/generic/cpuid.c
crt/aws-c-common/source/arch/intel/cpuid.c
crt/aws-c-common/source/arch/intel/encoding_avx2.c
crt/aws-c-common/source/arch/intel/asm/cpuid.c
crt/aws-c-common/source/arch/intel/msvc/cpuid.c
crt/aws-c-common/source/posix/clock.c
crt/aws-c-common/source/posix/condition_variable.c
crt/aws-c-common/source/posix/device_random.c
crt/aws-c-common/source/posix/environment.c
crt/aws-c-common/source/posix/mutex.c
crt/aws-c-common/source/posix/process.c
crt/aws-c-common/source/posix/rw_lock.c
crt/aws-c-common/source/posix/system_info.c
crt/aws-c-common/source/posix/thread.c
crt/aws-c-common/source/posix/time.c
crt/aws-c-common/source/windows/clock.c
crt/aws-c-common/source/windows/condition_variable.c
crt/aws-c-common/source/windows/device_random.c
crt/aws-c-common/source/windows/environment.c
crt/aws-c-common/source/windows/mutex.c
crt/aws-c-common/source/windows/process.c
crt/aws-c-common/source/windows/rw_lock.c
crt/aws-c-common/source/windows/system_info.c
crt/aws-c-common/source/windows/thread.c
crt/aws-c-common/source/windows/time.c
crt/aws-c-common/tests/CMakeLists.txt
crt/aws-c-common/tests/alloc_test.c
crt/aws-c-common/tests/array_list_test.c
crt/aws-c-common/tests/assert_test.c
crt/aws-c-common/tests/atomics_test.c
crt/aws-c-common/tests/byte_buf_test.c
crt/aws-c-common/tests/byte_cursor_find_test.c
crt/aws-c-common/tests/byte_order_test.c
crt/aws-c-common/tests/cache_test.c
crt/aws-c-common/tests/calloc_test.c
crt/aws-c-common/tests/clock_test.c
crt/aws-c-common/tests/command_line_parser_test.c
crt/aws-c-common/tests/condition_variable_test.c
crt/aws-c-common/tests/cpuid_test.c
crt/aws-c-common/tests/cursor_test.c
crt/aws-c-common/tests/date_time_test.c
crt/aws-c-common/tests/device_random_test.c
crt/aws-c-common/tests/encoding_test.c
crt/aws-c-common/tests/environment_test.c
crt/aws-c-common/tests/error_test.c
crt/aws-c-common/tests/hash_table_test.c
crt/aws-c-common/tests/linked_hash_table_test.c
crt/aws-c-common/tests/linked_list_test.c
crt/aws-c-common/tests/math_test.c
crt/aws-c-common/tests/memtrace_test.c
crt/aws-c-common/tests/mutex_test.c
crt/aws-c-common/tests/priority_queue_test.c
crt/aws-c-common/tests/process_test.c
crt/aws-c-common/tests/realloc_test.c
crt/aws-c-common/tests/resource_name_test.c
crt/aws-c-common/tests/ring_buffer_test.c
crt/aws-c-common/tests/rw_lock_test.c
crt/aws-c-common/tests/split_test.c
crt/aws-c-common/tests/string_test.c
crt/aws-c-common/tests/system_info_tests.c
crt/aws-c-common/tests/task_scheduler_test.c
crt/aws-c-common/tests/thread_scheduler_test.c
crt/aws-c-common/tests/thread_test.c
crt/aws-c-common/tests/timebomb_test.c
crt/aws-c-common/tests/uuid_test.c
crt/aws-c-common/tests/xml_parser_test.c
crt/aws-c-common/tests/zero_test.c
crt/aws-c-common/tests/fuzz/base64_encoding_transitive.c
crt/aws-c-common/tests/fuzz/hex_encoding_transitive.c
crt/aws-c-common/tests/logging/log_channel_test.c
crt/aws-c-common/tests/logging/log_formatter_test.c
crt/aws-c-common/tests/logging/log_writer_test.c
crt/aws-c-common/tests/logging/logging_filter_debug_static_test.c
crt/aws-c-common/tests/logging/logging_filter_error_static_test.c
crt/aws-c-common/tests/logging/logging_filter_fatal_static_test.c
crt/aws-c-common/tests/logging/logging_filter_info_static_test.c
crt/aws-c-common/tests/logging/logging_filter_none_static_test.c
crt/aws-c-common/tests/logging/logging_filter_trace_static_test.c
crt/aws-c-common/tests/logging/logging_filter_warn_static_test.c
crt/aws-c-common/tests/logging/logging_general_test.c
crt/aws-c-common/tests/logging/logging_misc.c
crt/aws-c-common/tests/logging/logging_test_utilities.c
crt/aws-c-common/tests/logging/logging_test_utilities.h
crt/aws-c-common/tests/logging/pipeline_logger_test.c
crt/aws-c-common/tests/logging/test_logger.c
crt/aws-c-common/tests/logging/test_logger.h
crt/aws-c-common/tests/resources/ascii.txt
crt/aws-c-common/tests/resources/utf16be.txt
crt/aws-c-common/tests/resources/utf16le.txt
crt/aws-c-common/tests/resources/utf8.txt
crt/aws-c-compression/.clang-format
crt/aws-c-compression/.clang-tidy
crt/aws-c-compression/CMakeLists.txt
crt/aws-c-compression/CODE_OF_CONDUCT.md
crt/aws-c-compression/CONTRIBUTING.md
crt/aws-c-compression/LICENSE
crt/aws-c-compression/NOTICE
crt/aws-c-compression/README.md
crt/aws-c-compression/builder.json
crt/aws-c-compression/format-check.sh
crt/aws-c-compression/cmake/aws-c-compression-config.cmake
crt/aws-c-compression/include/aws/compression/compression.h
crt/aws-c-compression/include/aws/compression/exports.h
crt/aws-c-compression/include/aws/compression/huffman.h
crt/aws-c-compression/include/aws/testing/compression/huffman.h
crt/aws-c-compression/include/aws/testing/compression/huffman.inl
crt/aws-c-compression/source/compression.c
crt/aws-c-compression/source/huffman.c
crt/aws-c-compression/source/huffman_generator/CMakeLists.txt
crt/aws-c-compression/source/huffman_generator/generator.c
crt/aws-c-compression/tests/CMakeLists.txt
crt/aws-c-compression/tests/huffman_test.c
crt/aws-c-compression/tests/library_test.c
crt/aws-c-compression/tests/test_huffman_static.c
crt/aws-c-compression/tests/test_huffman_static_table.def
crt/aws-c-compression/tests/fuzz/decode.c
crt/aws-c-compression/tests/fuzz/transitive.c
crt/aws-c-compression/tests/fuzz/transitive_chunked.c
crt/aws-c-event-stream/.clang-format
crt/aws-c-event-stream/.clang-tidy
crt/aws-c-event-stream/CMakeLists.txt
crt/aws-c-event-stream/CODE_OF_CONDUCT.md
crt/aws-c-event-stream/CONTRIBUTING.md
crt/aws-c-event-stream/LICENSE
crt/aws-c-event-stream/NOTICE
crt/aws-c-event-stream/README.md
crt/aws-c-event-stream/builder.json
crt/aws-c-event-stream/format-check.sh
crt/aws-c-event-stream/bin/CMakeLists.txt
crt/aws-c-event-stream/bin/event_stream_pipe.c
crt/aws-c-event-stream/bin/event_stream_write_test_case.c
crt/aws-c-event-stream/clang-tidy/run-clang-tidy.sh
crt/aws-c-event-stream/cmake/aws-c-event-stream-config.cmake
crt/aws-c-event-stream/include/aws/event-stream/event_stream.h
crt/aws-c-event-stream/include/aws/event-stream/event_stream_channel_handler.h
crt/aws-c-event-stream/include/aws/event-stream/event_stream_exports.h
crt/aws-c-event-stream/include/aws/event-stream/event_stream_rpc.h
crt/aws-c-event-stream/include/aws/event-stream/event_stream_rpc_client.h
crt/aws-c-event-stream/include/aws/event-stream/event_stream_rpc_server.h
crt/aws-c-event-stream/include/aws/event-stream/private/event_stream_rpc_priv.h
crt/aws-c-event-stream/include/aws/event-stream/private/event_stream_rpc_test_helper.h
crt/aws-c-event-stream/source/event_stream.c
crt/aws-c-event-stream/source/event_stream_channel_handler.c
crt/aws-c-event-stream/source/event_stream_rpc.c
crt/aws-c-event-stream/source/event_stream_rpc_client.c
crt/aws-c-event-stream/source/event_stream_rpc_server.c
crt/aws-c-event-stream/tests/CMakeLists.txt
crt/aws-c-event-stream/tests/channel_handler_test.c
crt/aws-c-event-stream/tests/event_stream_rpc_client_connection_test.c
crt/aws-c-event-stream/tests/event_stream_rpc_server_connection_test.c
crt/aws-c-event-stream/tests/message_deserializer_test.c
crt/aws-c-event-stream/tests/message_serializer_test.c
crt/aws-c-event-stream/tests/message_streaming_decoder_test.c
crt/aws-c-http/.clang-format
crt/aws-c-http/.clang-tidy
crt/aws-c-http/.tsan_suppressions.txt
crt/aws-c-http/CMakeLists.txt
crt/aws-c-http/CODE_OF_CONDUCT.md
crt/aws-c-http/CONTRIBUTING.md
crt/aws-c-http/LICENSE
crt/aws-c-http/NOTICE
crt/aws-c-http/README.md
crt/aws-c-http/build-deps.sh
crt/aws-c-http/builder.json
crt/aws-c-http/format-check.sh
crt/aws-c-http/sanitizer-blacklist.txt
crt/aws-c-http/bin/elasticurl/CMakeLists.txt
crt/aws-c-http/bin/elasticurl/README.md
crt/aws-c-http/bin/elasticurl/main.c
crt/aws-c-http/cmake/aws-c-http-config.cmake
crt/aws-c-http/include/aws/http/connection.h
crt/aws-c-http/include/aws/http/connection_manager.h
crt/aws-c-http/include/aws/http/exports.h
crt/aws-c-http/include/aws/http/http.h
crt/aws-c-http/include/aws/http/proxy.h
crt/aws-c-http/include/aws/http/request_response.h
crt/aws-c-http/include/aws/http/server.h
crt/aws-c-http/include/aws/http/statistics.h
crt/aws-c-http/include/aws/http/status_code.h
crt/aws-c-http/include/aws/http/websocket.h
crt/aws-c-http/include/aws/http/private/connection_impl.h
crt/aws-c-http/include/aws/http/private/connection_manager_system_vtable.h
crt/aws-c-http/include/aws/http/private/connection_monitor.h
crt/aws-c-http/include/aws/http/private/h1_connection.h
crt/aws-c-http/include/aws/http/private/h1_decoder.h
crt/aws-c-http/include/aws/http/private/h1_encoder.h
crt/aws-c-http/include/aws/http/private/h1_stream.h
crt/aws-c-http/include/aws/http/private/h2_connection.h
crt/aws-c-http/include/aws/http/private/h2_decoder.h
crt/aws-c-http/include/aws/http/private/h2_frames.h
crt/aws-c-http/include/aws/http/private/h2_stream.h
crt/aws-c-http/include/aws/http/private/hpack.h
crt/aws-c-http/include/aws/http/private/hpack_header_static_table.def
crt/aws-c-http/include/aws/http/private/hpack_huffman_static_table.def
crt/aws-c-http/include/aws/http/private/http_impl.h
crt/aws-c-http/include/aws/http/private/proxy_impl.h
crt/aws-c-http/include/aws/http/private/request_response_impl.h
crt/aws-c-http/include/aws/http/private/strutil.h
crt/aws-c-http/include/aws/http/private/websocket_decoder.h
crt/aws-c-http/include/aws/http/private/websocket_encoder.h
crt/aws-c-http/include/aws/http/private/websocket_impl.h
crt/aws-c-http/integration-testing/http_client_test.py
crt/aws-c-http/source/connection.c
crt/aws-c-http/source/connection_manager.c
crt/aws-c-http/source/connection_monitor.c
crt/aws-c-http/source/h1_connection.c
crt/aws-c-http/source/h1_decoder.c
crt/aws-c-http/source/h1_encoder.c
crt/aws-c-http/source/h1_stream.c
crt/aws-c-http/source/h2_connection.c
crt/aws-c-http/source/h2_decoder.c
crt/aws-c-http/source/h2_frames.c
crt/aws-c-http/source/h2_stream.c
crt/aws-c-http/source/hpack.c
crt/aws-c-http/source/hpack_huffman_static.c
crt/aws-c-http/source/http.c
crt/aws-c-http/source/proxy_connection.c
crt/aws-c-http/source/proxy_strategy.c
crt/aws-c-http/source/request_response.c
crt/aws-c-http/source/statistics.c
crt/aws-c-http/source/strutil.c
crt/aws-c-http/source/websocket.c
crt/aws-c-http/source/websocket_bootstrap.c
crt/aws-c-http/source/websocket_decoder.c
crt/aws-c-http/source/websocket_encoder.c
crt/aws-c-http/tests/CMakeLists.txt
crt/aws-c-http/tests/h2_test_helper.c
crt/aws-c-http/tests/h2_test_helper.h
crt/aws-c-http/tests/integration_test_proxy.c
crt/aws-c-http/tests/proxy_test_helper.c
crt/aws-c-http/tests/proxy_test_helper.h
crt/aws-c-http/tests/stream_test_helper.c
crt/aws-c-http/tests/stream_test_helper.h
crt/aws-c-http/tests/test_connection.c
crt/aws-c-http/tests/test_connection_manager.c
crt/aws-c-http/tests/test_connection_monitor.c
crt/aws-c-http/tests/test_h1_client.c
crt/aws-c-http/tests/test_h1_decoder.c
crt/aws-c-http/tests/test_h1_encoder.c
crt/aws-c-http/tests/test_h1_server.c
crt/aws-c-http/tests/test_h2_client.c
crt/aws-c-http/tests/test_h2_decoder.c
crt/aws-c-http/tests/test_h2_encoder.c
crt/aws-c-http/tests/test_h2_headers.c
crt/aws-c-http/tests/test_hpack.c
crt/aws-c-http/tests/test_message.c
crt/aws-c-http/tests/test_proxy.c
crt/aws-c-http/tests/test_strutil.c
crt/aws-c-http/tests/test_tls.c
crt/aws-c-http/tests/test_websocket_bootstrap.c
crt/aws-c-http/tests/test_websocket_decoder.c
crt/aws-c-http/tests/test_websocket_encoder.c
crt/aws-c-http/tests/test_websocket_handler.c
crt/aws-c-http/tests/fuzz/fuzz_h2_decoder_correct.c
crt/aws-c-http/tests/fuzz/fuzz_h2_decoder_random.c
crt/aws-c-http/tests/resources/unittests.crt
crt/aws-c-http/tests/resources/unittests.key
crt/aws-c-http/tests/resources/unittests.p12
crt/aws-c-io/.clang-format
crt/aws-c-io/.clang-tidy
crt/aws-c-io/CMakeLists.txt
crt/aws-c-io/CODE_OF_CONDUCT.md
crt/aws-c-io/CONTRIBUTING.md
crt/aws-c-io/LICENSE
crt/aws-c-io/NOTICE
crt/aws-c-io/README.md
crt/aws-c-io/build-deps.sh
crt/aws-c-io/builder.json
crt/aws-c-io/format-check.sh
crt/aws-c-io/cmake/aws-c-io-config.cmake
crt/aws-c-io/include/aws/io/channel.h
crt/aws-c-io/include/aws/io/channel_bootstrap.h
crt/aws-c-io/include/aws/io/event_loop.h
crt/aws-c-io/include/aws/io/exports.h
crt/aws-c-io/include/aws/io/file_utils.h
crt/aws-c-io/include/aws/io/host_resolver.h
crt/aws-c-io/include/aws/io/io.h
crt/aws-c-io/include/aws/io/logging.h
crt/aws-c-io/include/aws/io/message_pool.h
crt/aws-c-io/include/aws/io/pipe.h
crt/aws-c-io/include/aws/io/pki_utils.h
crt/aws-c-io/include/aws/io/retry_strategy.h
crt/aws-c-io/include/aws/io/shared_library.h
crt/aws-c-io/include/aws/io/socket.h
crt/aws-c-io/include/aws/io/socket_channel_handler.h
crt/aws-c-io/include/aws/io/statistics.h
crt/aws-c-io/include/aws/io/stream.h
crt/aws-c-io/include/aws/io/tls_channel_handler.h
crt/aws-c-io/include/aws/io/uri.h
crt/aws-c-io/include/aws/io/private/pem_utils.h
crt/aws-c-io/include/aws/io/private/tls_channel_handler_shared.h
crt/aws-c-io/include/aws/testing/io_testing_channel.h
crt/aws-c-io/source/alpn_handler.c
crt/aws-c-io/source/channel.c
crt/aws-c-io/source/channel_bootstrap.c
crt/aws-c-io/source/event_loop.c
crt/aws-c-io/source/exponential_backoff_retry_strategy.c
crt/aws-c-io/source/file_utils_shared.c
crt/aws-c-io/source/host_resolver.c
crt/aws-c-io/source/io.c
crt/aws-c-io/source/message_pool.c
crt/aws-c-io/source/pem_utils.c
crt/aws-c-io/source/pki_utils.c
crt/aws-c-io/source/retry_strategy.c
crt/aws-c-io/source/socket_channel_handler.c
crt/aws-c-io/source/standard_retry_strategy.c
crt/aws-c-io/source/statistics.c
crt/aws-c-io/source/stream.c
crt/aws-c-io/source/tls_channel_handler.c
crt/aws-c-io/source/tls_channel_handler_shared.c
crt/aws-c-io/source/uri.c
crt/aws-c-io/source/bsd/kqueue_event_loop.c
crt/aws-c-io/source/darwin/darwin_pki_utils.c
crt/aws-c-io/source/darwin/secure_transport_tls_channel_handler.c
crt/aws-c-io/source/linux/epoll_event_loop.c
crt/aws-c-io/source/posix/file_utils.c
crt/aws-c-io/source/posix/host_resolver.c
crt/aws-c-io/source/posix/pipe.c
crt/aws-c-io/source/posix/shared_library.c
crt/aws-c-io/source/posix/socket.c
crt/aws-c-io/source/s2n/s2n_tls_channel_handler.c
crt/aws-c-io/source/windows/file_utils.c
crt/aws-c-io/source/windows/host_resolver.c
crt/aws-c-io/source/windows/secure_channel_tls_handler.c
crt/aws-c-io/source/windows/shared_library.c
crt/aws-c-io/source/windows/windows_pki_utils.c
crt/aws-c-io/source/windows/winsock_init.c
crt/aws-c-io/source/windows/iocp/iocp_event_loop.c
crt/aws-c-io/source/windows/iocp/pipe.c
crt/aws-c-io/source/windows/iocp/socket.c
crt/aws-c-io/tests/CMakeLists.txt
crt/aws-c-io/tests/alpn_handler_test.c
crt/aws-c-io/tests/byo_crypto_test.c
crt/aws-c-io/tests/channel_test.c
crt/aws-c-io/tests/default_host_resolver_test.c
crt/aws-c-io/tests/error_test.c
crt/aws-c-io/tests/event_loop_test.c
crt/aws-c-io/tests/exponential_backoff_retry_test.c
crt/aws-c-io/tests/file_utils_test.c
crt/aws-c-io/tests/io_testing_channel_test.c
crt/aws-c-io/tests/mock_dns_resolver.c
crt/aws-c-io/tests/mock_dns_resolver.h
crt/aws-c-io/tests/pem_utils_test.c
crt/aws-c-io/tests/pipe_test.c
crt/aws-c-io/tests/pki_utils_test.c
crt/aws-c-io/tests/read_write_test_handler.c
crt/aws-c-io/tests/read_write_test_handler.h
crt/aws-c-io/tests/shared_library_test.c
crt/aws-c-io/tests/socket_handler_test.c
crt/aws-c-io/tests/socket_test.c
crt/aws-c-io/tests/standard_retry_test.c
crt/aws-c-io/tests/statistics_handler_test.c
crt/aws-c-io/tests/statistics_handler_test.h
crt/aws-c-io/tests/stream_test.c
crt/aws-c-io/tests/tls_handler_test.c
crt/aws-c-io/tests/uri_test.c
crt/aws-c-io/tests/resources/key_pair0.pem
crt/aws-c-io/tests/resources/key_pair1.pem
crt/aws-c-io/tests/resources/key_pair2.pem
crt/aws-c-io/tests/resources/key_pair3.pem
crt/aws-c-io/tests/resources/key_pair4.pem
crt/aws-c-io/tests/resources/key_pair5.pem
crt/aws-c-io/tests/resources/key_pair6.pem
crt/aws-c-io/tests/resources/key_pair7.pem
crt/aws-c-io/tests/resources/suppressions.txt
crt/aws-c-io/tests/resources/unittests.crt
crt/aws-c-io/tests/resources/unittests.csr
crt/aws-c-io/tests/resources/unittests.key
crt/aws-c-io/tests/resources/unittests.p12
crt/aws-c-io/tests/vcc/Makefile
crt/aws-c-io/tests/vcc/README.md
crt/aws-c-io/tests/vcc/cancel_task.c
crt/aws-c-io/tests/vcc/client.c
crt/aws-c-io/tests/vcc/is_on_callers_thread.c
crt/aws-c-io/tests/vcc/lifecycle.c
crt/aws-c-io/tests/vcc/main_loop.c
crt/aws-c-io/tests/vcc/new_destroy.c
crt/aws-c-io/tests/vcc/preamble.h
crt/aws-c-io/tests/vcc/process_task_pre_queue.c
crt/aws-c-io/tests/vcc/schedule.c
crt/aws-c-io/tests/vcc/subscribe.c
crt/aws-c-io/tests/vcc/unsubscribe.c
crt/aws-c-mqtt/.clang-format
crt/aws-c-mqtt/.clang-tidy
crt/aws-c-mqtt/CMakeLists.txt
crt/aws-c-mqtt/CODE_OF_CONDUCT.md
crt/aws-c-mqtt/CONTRIBUTING.md
crt/aws-c-mqtt/LICENSE
crt/aws-c-mqtt/NOTICE
crt/aws-c-mqtt/README.md
crt/aws-c-mqtt/builder.json
crt/aws-c-mqtt/format-check.sh
crt/aws-c-mqtt/cmake/aws-c-mqtt-config.cmake
crt/aws-c-mqtt/include/aws/mqtt/client.h
crt/aws-c-mqtt/include/aws/mqtt/exports.h
crt/aws-c-mqtt/include/aws/mqtt/mqtt.h
crt/aws-c-mqtt/include/aws/mqtt/private/client_impl.h
crt/aws-c-mqtt/include/aws/mqtt/private/fixed_header.h
crt/aws-c-mqtt/include/aws/mqtt/private/mqtt_client_test_helper.h
crt/aws-c-mqtt/include/aws/mqtt/private/packets.h
crt/aws-c-mqtt/include/aws/mqtt/private/topic_tree.h
crt/aws-c-mqtt/source/client.c
crt/aws-c-mqtt/source/client_channel_handler.c
crt/aws-c-mqtt/source/fixed_header.c
crt/aws-c-mqtt/source/mqtt.c
crt/aws-c-mqtt/source/packets.c
crt/aws-c-mqtt/source/topic_tree.c
crt/aws-c-mqtt/tests/CMakeLists.txt
crt/aws-c-mqtt/tests/aws_iot_client_test.c
crt/aws-c-mqtt/tests/connection_state_test.c
crt/aws-c-mqtt/tests/mqtt_mock_server_handler.c
crt/aws-c-mqtt/tests/mqtt_mock_server_handler.h
crt/aws-c-mqtt/tests/packet_encoding_test.c
crt/aws-c-mqtt/tests/paho_client_test.c
crt/aws-c-mqtt/tests/topic_tree_test.c
crt/aws-c-s3/.clang-format
crt/aws-c-s3/.clang-tidy
crt/aws-c-s3/CMakeLists.txt
crt/aws-c-s3/CODE_OF_CONDUCT.md
crt/aws-c-s3/CONTRIBUTING.md
crt/aws-c-s3/LICENSE
crt/aws-c-s3/NOTICE
crt/aws-c-s3/README.md
crt/aws-c-s3/builder.json
crt/aws-c-s3/format-check.sh
crt/aws-c-s3/cmake/aws-c-s3-config.cmake
crt/aws-c-s3/include/aws/s3/exports.h
crt/aws-c-s3/include/aws/s3/s3.h
crt/aws-c-s3/include/aws/s3/s3_client.h
crt/aws-c-s3/include/aws/s3/private/s3_auto_ranged_get.h
crt/aws-c-s3/include/aws/s3/private/s3_auto_ranged_put.h
crt/aws-c-s3/include/aws/s3/private/s3_client_impl.h
crt/aws-c-s3/include/aws/s3/private/s3_default_meta_request.h
crt/aws-c-s3/include/aws/s3/private/s3_meta_request_impl.h
crt/aws-c-s3/include/aws/s3/private/s3_request.h
crt/aws-c-s3/include/aws/s3/private/s3_request_messages.h
crt/aws-c-s3/include/aws/s3/private/s3_util.h
crt/aws-c-s3/source/s3.c
crt/aws-c-s3/source/s3_auto_ranged_get.c
crt/aws-c-s3/source/s3_auto_ranged_put.c
crt/aws-c-s3/source/s3_client.c
crt/aws-c-s3/source/s3_default_meta_request.c
crt/aws-c-s3/source/s3_meta_request.c
crt/aws-c-s3/source/s3_request.c
crt/aws-c-s3/source/s3_request_messages.c
crt/aws-c-s3/source/s3_util.c
crt/aws-c-s3/tests/CMakeLists.txt
crt/aws-c-s3/tests/s3_bad_input_stream.c
crt/aws-c-s3/tests/s3_cancel_tests.c
crt/aws-c-s3/tests/s3_compute_platform_info_test.c
crt/aws-c-s3/tests/s3_data_plane_tests.c
crt/aws-c-s3/tests/s3_retry_tests.c
crt/aws-c-s3/tests/s3_test_input_stream.c
crt/aws-c-s3/tests/s3_tester.c
crt/aws-c-s3/tests/s3_tester.h
crt/aws-c-s3/tests/s3_vip_tests.c
crt/aws-checksums/.clang-format
crt/aws-checksums/.clang-tidy
crt/aws-checksums/CMakeLists.txt
crt/aws-checksums/LICENSE
crt/aws-checksums/README.md
crt/aws-checksums/build-deps.sh
crt/aws-checksums/builder.json
crt/aws-checksums/format-check.sh
crt/aws-checksums/.builder/actions/clang-tidy.py
crt/aws-checksums/cmake/AwsSharedLibSetup.cmake
crt/aws-checksums/cmake/aws-checksums-config.cmake
crt/aws-checksums/include/aws/checksums/crc.h
crt/aws-checksums/include/aws/checksums/exports.h
crt/aws-checksums/include/aws/checksums/private/crc_priv.h
crt/aws-checksums/source/crc.c
crt/aws-checksums/source/crc_sw.c
crt/aws-checksums/source/arm/crc32c_arm.c
crt/aws-checksums/source/generic/crc32c_null.c
crt/aws-checksums/source/intel/asm/crc32c_sse42_asm.c
crt/aws-checksums/source/intel/visualc/visualc_crc32c_sse42.c
crt/aws-checksums/tests/CMakeLists.txt
crt/aws-checksums/tests/crc_test.c
crt/aws-lc/.clang-format
crt/aws-lc/API-CONVENTIONS.md
crt/aws-lc/BREAKING-CHANGES.md
crt/aws-lc/BUILDING.md
crt/aws-lc/CMakeLists.txt
crt/aws-lc/CODE_OF_CONDUCT.md
crt/aws-lc/CONTRIBUTING.md
crt/aws-lc/FUZZING.md
crt/aws-lc/INCORPORATING.md
crt/aws-lc/LICENSE
crt/aws-lc/NOTICE
crt/aws-lc/PORTING.md
crt/aws-lc/PORTING_TO_AWSLC.md
crt/aws-lc/README.md
crt/aws-lc/SANDBOXING.md
crt/aws-lc/STYLE.md
crt/aws-lc/codereview.settings
crt/aws-lc/go.mod
crt/aws-lc/go.sum
crt/aws-lc/sources.cmake
crt/aws-lc/cmake/awslc-config.cmake
crt/aws-lc/crypto/CMakeLists.txt
crt/aws-lc/crypto/abi_self_test.cc
crt/aws-lc/crypto/compiler_test.cc
crt/aws-lc/crypto/constant_time_test.cc
crt/aws-lc/crypto/cpu-aarch64-fuchsia.c
crt/aws-lc/crypto/cpu-aarch64-linux.c
crt/aws-lc/crypto/cpu-aarch64-win.c
crt/aws-lc/crypto/cpu-arm-linux.c
crt/aws-lc/crypto/cpu-arm-linux.h
crt/aws-lc/crypto/cpu-arm-linux_test.cc
crt/aws-lc/crypto/cpu-arm.c
crt/aws-lc/crypto/cpu-intel.c
crt/aws-lc/crypto/cpu-ppc64le.c
crt/aws-lc/crypto/crypto.c
crt/aws-lc/crypto/crypto_test.cc
crt/aws-lc/crypto/ex_data.c
crt/aws-lc/crypto/impl_dispatch_test.cc
crt/aws-lc/crypto/internal.h
crt/aws-lc/crypto/mem.c
crt/aws-lc/crypto/refcount_c11.c
crt/aws-lc/crypto/refcount_lock.c
crt/aws-lc/crypto/refcount_test.cc
crt/aws-lc/crypto/self_test.cc
crt/aws-lc/crypto/thread.c
crt/aws-lc/crypto/thread_none.c
crt/aws-lc/crypto/thread_pthread.c
crt/aws-lc/crypto/thread_test.cc
crt/aws-lc/crypto/thread_win.c
crt/aws-lc/crypto/asn1/a_bitstr.c
crt/aws-lc/crypto/asn1/a_bool.c
crt/aws-lc/crypto/asn1/a_d2i_fp.c
crt/aws-lc/crypto/asn1/a_dup.c
crt/aws-lc/crypto/asn1/a_enum.c
crt/aws-lc/crypto/asn1/a_gentm.c
crt/aws-lc/crypto/asn1/a_i2d_fp.c
crt/aws-lc/crypto/asn1/a_int.c
crt/aws-lc/crypto/asn1/a_mbstr.c
crt/aws-lc/crypto/asn1/a_object.c
crt/aws-lc/crypto/asn1/a_octet.c
crt/aws-lc/crypto/asn1/a_print.c
crt/aws-lc/crypto/asn1/a_strnid.c
crt/aws-lc/crypto/asn1/a_time.c
crt/aws-lc/crypto/asn1/a_type.c
crt/aws-lc/crypto/asn1/a_utctm.c
crt/aws-lc/crypto/asn1/a_utf8.c
crt/aws-lc/crypto/asn1/asn1_lib.c
crt/aws-lc/crypto/asn1/asn1_locl.h
crt/aws-lc/crypto/asn1/asn1_par.c
crt/aws-lc/crypto/asn1/asn1_test.cc
crt/aws-lc/crypto/asn1/asn_pack.c
crt/aws-lc/crypto/asn1/charmap.pl
crt/aws-lc/crypto/asn1/f_enum.c
crt/aws-lc/crypto/asn1/f_int.c
crt/aws-lc/crypto/asn1/f_string.c
crt/aws-lc/crypto/asn1/tasn_dec.c
crt/aws-lc/crypto/asn1/tasn_enc.c
crt/aws-lc/crypto/asn1/tasn_fre.c
crt/aws-lc/crypto/asn1/tasn_new.c
crt/aws-lc/crypto/asn1/tasn_typ.c
crt/aws-lc/crypto/asn1/tasn_utl.c
crt/aws-lc/crypto/asn1/time_support.c
crt/aws-lc/crypto/base64/base64.c
crt/aws-lc/crypto/base64/base64_test.cc
crt/aws-lc/crypto/bio/bio.c
crt/aws-lc/crypto/bio/bio_mem.c
crt/aws-lc/crypto/bio/bio_test.cc
crt/aws-lc/crypto/bio/connect.c
crt/aws-lc/crypto/bio/fd.c
crt/aws-lc/crypto/bio/file.c
crt/aws-lc/crypto/bio/hexdump.c
crt/aws-lc/crypto/bio/internal.h
crt/aws-lc/crypto/bio/pair.c
crt/aws-lc/crypto/bio/printf.c
crt/aws-lc/crypto/bio/socket.c
crt/aws-lc/crypto/bio/socket_helper.c
crt/aws-lc/crypto/blake2/blake2.c
crt/aws-lc/crypto/blake2/blake2_test.cc
crt/aws-lc/crypto/bn_extra/bn_asn1.c
crt/aws-lc/crypto/bn_extra/convert.c
crt/aws-lc/crypto/buf/buf.c
crt/aws-lc/crypto/buf/buf_test.cc
crt/aws-lc/crypto/bytestring/asn1_compat.c
crt/aws-lc/crypto/bytestring/ber.c
crt/aws-lc/crypto/bytestring/bytestring_test.cc
crt/aws-lc/crypto/bytestring/cbb.c
crt/aws-lc/crypto/bytestring/cbs.c
crt/aws-lc/crypto/bytestring/internal.h
crt/aws-lc/crypto/bytestring/unicode.c
crt/aws-lc/crypto/chacha/chacha.c
crt/aws-lc/crypto/chacha/chacha_test.cc
crt/aws-lc/crypto/chacha/internal.h
crt/aws-lc/crypto/chacha/asm/chacha-armv4.pl
crt/aws-lc/crypto/chacha/asm/chacha-armv8.pl
crt/aws-lc/crypto/chacha/asm/chacha-x86.pl
crt/aws-lc/crypto/chacha/asm/chacha-x86_64.pl
crt/aws-lc/crypto/cipher_extra/aead_test.cc
crt/aws-lc/crypto/cipher_extra/cipher_extra.c
crt/aws-lc/crypto/cipher_extra/cipher_test.cc
crt/aws-lc/crypto/cipher_extra/derive_key.c
crt/aws-lc/crypto/cipher_extra/e_aesccm.c
crt/aws-lc/crypto/cipher_extra/e_aesctrhmac.c
crt/aws-lc/crypto/cipher_extra/e_aesgcmsiv.c
crt/aws-lc/crypto/cipher_extra/e_chacha20poly1305.c
crt/aws-lc/crypto/cipher_extra/e_null.c
crt/aws-lc/crypto/cipher_extra/e_rc2.c
crt/aws-lc/crypto/cipher_extra/e_rc4.c
crt/aws-lc/crypto/cipher_extra/e_tls.c
crt/aws-lc/crypto/cipher_extra/internal.h
crt/aws-lc/crypto/cipher_extra/tls_cbc.c
crt/aws-lc/crypto/cipher_extra/asm/aes128gcmsiv-x86_64.pl
crt/aws-lc/crypto/cipher_extra/asm/chacha20_poly1305_x86_64.pl
crt/aws-lc/crypto/cmac/cmac.c
crt/aws-lc/crypto/cmac/cmac_test.cc
crt/aws-lc/crypto/conf/conf.c
crt/aws-lc/crypto/conf/conf_def.h
crt/aws-lc/crypto/conf/internal.h
crt/aws-lc/crypto/curve25519/curve25519.c
crt/aws-lc/crypto/curve25519/curve25519_tables.h
crt/aws-lc/crypto/curve25519/ed25519_test.cc
crt/aws-lc/crypto/curve25519/internal.h
crt/aws-lc/crypto/curve25519/make_curve25519_tables.py
crt/aws-lc/crypto/curve25519/spake25519.c
crt/aws-lc/crypto/curve25519/spake25519_test.cc
crt/aws-lc/crypto/curve25519/x25519_test.cc
crt/aws-lc/crypto/curve25519/asm/x25519-asm-arm.S
crt/aws-lc/crypto/dh_extra/dh_asn1.c
crt/aws-lc/crypto/dh_extra/dh_test.cc
crt/aws-lc/crypto/dh_extra/params.c
crt/aws-lc/crypto/digest_extra/digest_extra.c
crt/aws-lc/crypto/digest_extra/digest_test.cc
crt/aws-lc/crypto/dsa/dsa.c
crt/aws-lc/crypto/dsa/dsa_asn1.c
crt/aws-lc/crypto/dsa/dsa_test.cc
crt/aws-lc/crypto/dsa/internal.h
crt/aws-lc/crypto/ec_extra/ec_asn1.c
crt/aws-lc/crypto/ec_extra/ec_derive.c
crt/aws-lc/crypto/ec_extra/hash_to_curve.c
crt/aws-lc/crypto/ec_extra/internal.h
crt/aws-lc/crypto/ecdh_extra/ecdh_extra.c
crt/aws-lc/crypto/ecdh_extra/ecdh_test.cc
crt/aws-lc/crypto/ecdsa_extra/ecdsa_asn1.c
crt/aws-lc/crypto/engine/engine.c
crt/aws-lc/crypto/err/asn1.errordata
crt/aws-lc/crypto/err/bio.errordata
crt/aws-lc/crypto/err/bn.errordata
crt/aws-lc/crypto/err/cipher.errordata
crt/aws-lc/crypto/err/conf.errordata
crt/aws-lc/crypto/err/dh.errordata
crt/aws-lc/crypto/err/digest.errordata
crt/aws-lc/crypto/err/dsa.errordata
crt/aws-lc/crypto/err/ec.errordata
crt/aws-lc/crypto/err/ecdh.errordata
crt/aws-lc/crypto/err/ecdsa.errordata
crt/aws-lc/crypto/err/engine.errordata
crt/aws-lc/crypto/err/err.c
crt/aws-lc/crypto/err/err_data_generate.go
crt/aws-lc/crypto/err/err_test.cc
crt/aws-lc/crypto/err/evp.errordata
crt/aws-lc/crypto/err/hkdf.errordata
crt/aws-lc/crypto/err/internal.h
crt/aws-lc/crypto/err/obj.errordata
crt/aws-lc/crypto/err/pem.errordata
crt/aws-lc/crypto/err/pkcs7.errordata
crt/aws-lc/crypto/err/pkcs8.errordata
crt/aws-lc/crypto/err/rsa.errordata
crt/aws-lc/crypto/err/ssl.errordata
crt/aws-lc/crypto/err/trust_token.errordata
crt/aws-lc/crypto/err/x509.errordata
crt/aws-lc/crypto/err/x509v3.errordata
crt/aws-lc/crypto/evp/digestsign.c
crt/aws-lc/crypto/evp/evp.c
crt/aws-lc/crypto/evp/evp_asn1.c
crt/aws-lc/crypto/evp/evp_ctx.c
crt/aws-lc/crypto/evp/evp_extra_test.cc
crt/aws-lc/crypto/evp/evp_test.cc
crt/aws-lc/crypto/evp/internal.h
crt/aws-lc/crypto/evp/p_dsa_asn1.c
crt/aws-lc/crypto/evp/p_ec.c
crt/aws-lc/crypto/evp/p_ec_asn1.c
crt/aws-lc/crypto/evp/p_ed25519.c
crt/aws-lc/crypto/evp/p_ed25519_asn1.c
crt/aws-lc/crypto/evp/p_rsa.c
crt/aws-lc/crypto/evp/p_rsa_asn1.c
crt/aws-lc/crypto/evp/p_x25519.c
crt/aws-lc/crypto/evp/p_x25519_asn1.c
crt/aws-lc/crypto/evp/pbkdf.c
crt/aws-lc/crypto/evp/pbkdf_test.cc
crt/aws-lc/crypto/evp/print.c
crt/aws-lc/crypto/evp/scrypt.c
crt/aws-lc/crypto/evp/scrypt_test.cc
crt/aws-lc/crypto/evp/sign.c
crt/aws-lc/crypto/fipsmodule/CMakeLists.txt
crt/aws-lc/crypto/fipsmodule/FIPS.md
crt/aws-lc/crypto/fipsmodule/bcm.c
crt/aws-lc/crypto/fipsmodule/delocate.h
crt/aws-lc/crypto/fipsmodule/fips_shared.lds
crt/aws-lc/crypto/fipsmodule/fips_shared_support.c
crt/aws-lc/crypto/fipsmodule/intcheck1.png
crt/aws-lc/crypto/fipsmodule/intcheck2.png
crt/aws-lc/crypto/fipsmodule/intcheck3.png
crt/aws-lc/crypto/fipsmodule/is_fips.c
crt/aws-lc/crypto/fipsmodule/aes/aes.c
crt/aws-lc/crypto/fipsmodule/aes/aes_nohw.c
crt/aws-lc/crypto/fipsmodule/aes/aes_test.cc
crt/aws-lc/crypto/fipsmodule/aes/internal.h
crt/aws-lc/crypto/fipsmodule/aes/key_wrap.c
crt/aws-lc/crypto/fipsmodule/aes/mode_wrappers.c
crt/aws-lc/crypto/fipsmodule/aes/asm/aesni-x86.pl
crt/aws-lc/crypto/fipsmodule/aes/asm/aesni-x86_64.pl
crt/aws-lc/crypto/fipsmodule/aes/asm/aesp8-ppc.pl
crt/aws-lc/crypto/fipsmodule/aes/asm/aesv8-armx.pl
crt/aws-lc/crypto/fipsmodule/aes/asm/bsaes-armv7.pl
crt/aws-lc/crypto/fipsmodule/aes/asm/vpaes-armv7.pl
crt/aws-lc/crypto/fipsmodule/aes/asm/vpaes-armv8.pl
crt/aws-lc/crypto/fipsmodule/aes/asm/vpaes-x86.pl
crt/aws-lc/crypto/fipsmodule/aes/asm/vpaes-x86_64.pl
crt/aws-lc/crypto/fipsmodule/bn/add.c
crt/aws-lc/crypto/fipsmodule/bn/bn.c
crt/aws-lc/crypto/fipsmodule/bn/bn_test.cc
crt/aws-lc/crypto/fipsmodule/bn/bytes.c
crt/aws-lc/crypto/fipsmodule/bn/cmp.c
crt/aws-lc/crypto/fipsmodule/bn/ctx.c
crt/aws-lc/crypto/fipsmodule/bn/div.c
crt/aws-lc/crypto/fipsmodule/bn/div_extra.c
crt/aws-lc/crypto/fipsmodule/bn/exponentiation.c
crt/aws-lc/crypto/fipsmodule/bn/gcd.c
crt/aws-lc/crypto/fipsmodule/bn/gcd_extra.c
crt/aws-lc/crypto/fipsmodule/bn/generic.c
crt/aws-lc/crypto/fipsmodule/bn/internal.h
crt/aws-lc/crypto/fipsmodule/bn/jacobi.c
crt/aws-lc/crypto/fipsmodule/bn/montgomery.c
crt/aws-lc/crypto/fipsmodule/bn/montgomery_inv.c
crt/aws-lc/crypto/fipsmodule/bn/mul.c
crt/aws-lc/crypto/fipsmodule/bn/prime.c
crt/aws-lc/crypto/fipsmodule/bn/random.c
crt/aws-lc/crypto/fipsmodule/bn/rsaz_exp.c
crt/aws-lc/crypto/fipsmodule/bn/rsaz_exp.h
crt/aws-lc/crypto/fipsmodule/bn/shift.c
crt/aws-lc/crypto/fipsmodule/bn/sqrt.c
crt/aws-lc/crypto/fipsmodule/bn/asm/armv4-mont.pl
crt/aws-lc/crypto/fipsmodule/bn/asm/armv8-mont.pl
crt/aws-lc/crypto/fipsmodule/bn/asm/bn-586.pl
crt/aws-lc/crypto/fipsmodule/bn/asm/co-586.pl
crt/aws-lc/crypto/fipsmodule/bn/asm/rsaz-avx2.pl
crt/aws-lc/crypto/fipsmodule/bn/asm/x86-mont.pl
crt/aws-lc/crypto/fipsmodule/bn/asm/x86_64-gcc.c
crt/aws-lc/crypto/fipsmodule/bn/asm/x86_64-mont.pl
crt/aws-lc/crypto/fipsmodule/bn/asm/x86_64-mont5.pl
crt/aws-lc/crypto/fipsmodule/cipher/aead.c
crt/aws-lc/crypto/fipsmodule/cipher/cipher.c
crt/aws-lc/crypto/fipsmodule/cipher/e_aes.c
crt/aws-lc/crypto/fipsmodule/cipher/e_des.c
crt/aws-lc/crypto/fipsmodule/cipher/internal.h
crt/aws-lc/crypto/fipsmodule/des/des.c
crt/aws-lc/crypto/fipsmodule/des/internal.h
crt/aws-lc/crypto/fipsmodule/dh/check.c
crt/aws-lc/crypto/fipsmodule/dh/dh.c
crt/aws-lc/crypto/fipsmodule/digest/digest.c
crt/aws-lc/crypto/fipsmodule/digest/digests.c
crt/aws-lc/crypto/fipsmodule/digest/internal.h
crt/aws-lc/crypto/fipsmodule/digest/md32_common.h
crt/aws-lc/crypto/fipsmodule/ec/ec.c
crt/aws-lc/crypto/fipsmodule/ec/ec_key.c
crt/aws-lc/crypto/fipsmodule/ec/ec_montgomery.c
crt/aws-lc/crypto/fipsmodule/ec/ec_test.cc
crt/aws-lc/crypto/fipsmodule/ec/felem.c
crt/aws-lc/crypto/fipsmodule/ec/internal.h
crt/aws-lc/crypto/fipsmodule/ec/make_tables.go
crt/aws-lc/crypto/fipsmodule/ec/oct.c
crt/aws-lc/crypto/fipsmodule/ec/p224-64.c
crt/aws-lc/crypto/fipsmodule/ec/p256-nistz-table.h
crt/aws-lc/crypto/fipsmodule/ec/p256-nistz.c
crt/aws-lc/crypto/fipsmodule/ec/p256-nistz.h
crt/aws-lc/crypto/fipsmodule/ec/p256-nistz_test.cc
crt/aws-lc/crypto/fipsmodule/ec/p256.c
crt/aws-lc/crypto/fipsmodule/ec/p256_table.h
crt/aws-lc/crypto/fipsmodule/ec/scalar.c
crt/aws-lc/crypto/fipsmodule/ec/simple.c
crt/aws-lc/crypto/fipsmodule/ec/simple_mul.c
crt/aws-lc/crypto/fipsmodule/ec/util.c
crt/aws-lc/crypto/fipsmodule/ec/wnaf.c
crt/aws-lc/crypto/fipsmodule/ec/asm/p256-armv8-asm.pl
crt/aws-lc/crypto/fipsmodule/ec/asm/p256-x86_64-asm.pl
crt/aws-lc/crypto/fipsmodule/ec/asm/p256_beeu-armv8-asm.pl
crt/aws-lc/crypto/fipsmodule/ec/asm/p256_beeu-x86_64-asm.pl
crt/aws-lc/crypto/fipsmodule/ecdh/ecdh.c
crt/aws-lc/crypto/fipsmodule/ecdsa/ecdsa.c
crt/aws-lc/crypto/fipsmodule/ecdsa/ecdsa_test.cc
crt/aws-lc/crypto/fipsmodule/hmac/hmac.c
crt/aws-lc/crypto/fipsmodule/md4/md4.c
crt/aws-lc/crypto/fipsmodule/md5/internal.h
crt/aws-lc/crypto/fipsmodule/md5/md5.c
crt/aws-lc/crypto/fipsmodule/md5/md5_test.cc
crt/aws-lc/crypto/fipsmodule/md5/asm/md5-586.pl
crt/aws-lc/crypto/fipsmodule/md5/asm/md5-x86_64.pl
crt/aws-lc/crypto/fipsmodule/modes/cbc.c
crt/aws-lc/crypto/fipsmodule/modes/cfb.c
crt/aws-lc/crypto/fipsmodule/modes/ctr.c
crt/aws-lc/crypto/fipsmodule/modes/gcm.c
crt/aws-lc/crypto/fipsmodule/modes/gcm_nohw.c
crt/aws-lc/crypto/fipsmodule/modes/gcm_test.cc
crt/aws-lc/crypto/fipsmodule/modes/internal.h
crt/aws-lc/crypto/fipsmodule/modes/ofb.c
crt/aws-lc/crypto/fipsmodule/modes/polyval.c
crt/aws-lc/crypto/fipsmodule/modes/asm/aesni-gcm-x86_64.pl
crt/aws-lc/crypto/fipsmodule/modes/asm/ghash-armv4.pl
crt/aws-lc/crypto/fipsmodule/modes/asm/ghash-neon-armv8.pl
crt/aws-lc/crypto/fipsmodule/modes/asm/ghash-ssse3-x86.pl
crt/aws-lc/crypto/fipsmodule/modes/asm/ghash-ssse3-x86_64.pl
crt/aws-lc/crypto/fipsmodule/modes/asm/ghash-x86.pl
crt/aws-lc/crypto/fipsmodule/modes/asm/ghash-x86_64.pl
crt/aws-lc/crypto/fipsmodule/modes/asm/ghashp8-ppc.pl
crt/aws-lc/crypto/fipsmodule/modes/asm/ghashv8-armx.pl
crt/aws-lc/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx
crt/aws-lc/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx
crt/aws-lc/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx
crt/aws-lc/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx
crt/aws-lc/crypto/fipsmodule/rand/ctrdrbg.c
crt/aws-lc/crypto/fipsmodule/rand/ctrdrbg_test.cc
crt/aws-lc/crypto/fipsmodule/rand/ctrdrbg_vectors.txt
crt/aws-lc/crypto/fipsmodule/rand/fork_detect.c
crt/aws-lc/crypto/fipsmodule/rand/fork_detect.h
crt/aws-lc/crypto/fipsmodule/rand/fork_detect_test.cc
crt/aws-lc/crypto/fipsmodule/rand/getrandom_fillin.h
crt/aws-lc/crypto/fipsmodule/rand/internal.h
crt/aws-lc/crypto/fipsmodule/rand/rand.c
crt/aws-lc/crypto/fipsmodule/rand/urandom.c
crt/aws-lc/crypto/fipsmodule/rand/urandom_test.cc
crt/aws-lc/crypto/fipsmodule/rand/asm/rdrand-x86_64.pl
crt/aws-lc/crypto/fipsmodule/rsa/blinding.c
crt/aws-lc/crypto/fipsmodule/rsa/internal.h
crt/aws-lc/crypto/fipsmodule/rsa/padding.c
crt/aws-lc/crypto/fipsmodule/rsa/rsa.c
crt/aws-lc/crypto/fipsmodule/rsa/rsa_impl.c
crt/aws-lc/crypto/fipsmodule/self_check/self_check.c
crt/aws-lc/crypto/fipsmodule/sha/internal.h
crt/aws-lc/crypto/fipsmodule/sha/sha1-altivec.c
crt/aws-lc/crypto/fipsmodule/sha/sha1.c
crt/aws-lc/crypto/fipsmodule/sha/sha256.c
crt/aws-lc/crypto/fipsmodule/sha/sha512.c
crt/aws-lc/crypto/fipsmodule/sha/sha_test.cc
crt/aws-lc/crypto/fipsmodule/sha/asm/sha1-586.pl
crt/aws-lc/crypto/fipsmodule/sha/asm/sha1-armv4-large.pl
crt/aws-lc/crypto/fipsmodule/sha/asm/sha1-armv8.pl
crt/aws-lc/crypto/fipsmodule/sha/asm/sha1-x86_64.pl
crt/aws-lc/crypto/fipsmodule/sha/asm/sha256-586.pl
crt/aws-lc/crypto/fipsmodule/sha/asm/sha256-armv4.pl
crt/aws-lc/crypto/fipsmodule/sha/asm/sha512-586.pl
crt/aws-lc/crypto/fipsmodule/sha/asm/sha512-armv4.pl
crt/aws-lc/crypto/fipsmodule/sha/asm/sha512-armv8.pl
crt/aws-lc/crypto/fipsmodule/sha/asm/sha512-x86_64.pl
crt/aws-lc/crypto/fipsmodule/tls/internal.h
crt/aws-lc/crypto/fipsmodule/tls/kdf.c
crt/aws-lc/crypto/hkdf/hkdf.c
crt/aws-lc/crypto/hkdf/hkdf_test.cc
crt/aws-lc/crypto/hmac_extra/hmac_test.cc
crt/aws-lc/crypto/hpke/hpke.c
crt/aws-lc/crypto/hpke/hpke_test.cc
crt/aws-lc/crypto/hpke/internal.h
crt/aws-lc/crypto/hrss/hrss.c
crt/aws-lc/crypto/hrss/hrss_test.cc
crt/aws-lc/crypto/hrss/internal.h
crt/aws-lc/crypto/hrss/asm/poly_rq_mul.S
crt/aws-lc/crypto/lhash/lhash.c
crt/aws-lc/crypto/lhash/lhash_test.cc
crt/aws-lc/crypto/obj/README
crt/aws-lc/crypto/obj/obj.c
crt/aws-lc/crypto/obj/obj_dat.h
crt/aws-lc/crypto/obj/obj_mac.num
crt/aws-lc/crypto/obj/obj_test.cc
crt/aws-lc/crypto/obj/obj_xref.c
crt/aws-lc/crypto/obj/objects.go
crt/aws-lc/crypto/obj/objects.txt
crt/aws-lc/crypto/pem/pem_all.c
crt/aws-lc/crypto/pem/pem_info.c
crt/aws-lc/crypto/pem/pem_lib.c
crt/aws-lc/crypto/pem/pem_oth.c
crt/aws-lc/crypto/pem/pem_pk8.c
crt/aws-lc/crypto/pem/pem_pkey.c
crt/aws-lc/crypto/pem/pem_test.cc
crt/aws-lc/crypto/pem/pem_x509.c
crt/aws-lc/crypto/pem/pem_xaux.c
crt/aws-lc/crypto/perlasm/arm-xlate.pl
crt/aws-lc/crypto/perlasm/ppc-xlate.pl
crt/aws-lc/crypto/perlasm/readme
crt/aws-lc/crypto/perlasm/x86_64-xlate.pl
crt/aws-lc/crypto/perlasm/x86asm.pl
crt/aws-lc/crypto/perlasm/x86gas.pl
crt/aws-lc/crypto/perlasm/x86masm.pl
crt/aws-lc/crypto/perlasm/x86nasm.pl
crt/aws-lc/crypto/pkcs7/internal.h
crt/aws-lc/crypto/pkcs7/pkcs7.c
crt/aws-lc/crypto/pkcs7/pkcs7_test.cc
crt/aws-lc/crypto/pkcs7/pkcs7_x509.c
crt/aws-lc/crypto/pkcs8/internal.h
crt/aws-lc/crypto/pkcs8/p5_pbev2.c
crt/aws-lc/crypto/pkcs8/pkcs12_test.cc
crt/aws-lc/crypto/pkcs8/pkcs8.c
crt/aws-lc/crypto/pkcs8/pkcs8_test.cc
crt/aws-lc/crypto/pkcs8/pkcs8_x509.c
crt/aws-lc/crypto/poly1305/internal.h
crt/aws-lc/crypto/poly1305/poly1305.c
crt/aws-lc/crypto/poly1305/poly1305_arm.c
crt/aws-lc/crypto/poly1305/poly1305_arm_asm.S
crt/aws-lc/crypto/poly1305/poly1305_test.cc
crt/aws-lc/crypto/poly1305/poly1305_vec.c
crt/aws-lc/crypto/pool/internal.h
crt/aws-lc/crypto/pool/pool.c
crt/aws-lc/crypto/pool/pool_test.cc
crt/aws-lc/crypto/rand_extra/deterministic.c
crt/aws-lc/crypto/rand_extra/forkunsafe.c
crt/aws-lc/crypto/rand_extra/fuchsia.c
crt/aws-lc/crypto/rand_extra/passive.c
crt/aws-lc/crypto/rand_extra/rand_extra.c
crt/aws-lc/crypto/rand_extra/rand_test.cc
crt/aws-lc/crypto/rand_extra/windows.c
crt/aws-lc/crypto/rc4/rc4.c
crt/aws-lc/crypto/rsa_extra/rsa_asn1.c
crt/aws-lc/crypto/rsa_extra/rsa_print.c
crt/aws-lc/crypto/rsa_extra/rsa_test.cc
crt/aws-lc/crypto/siphash/siphash.c
crt/aws-lc/crypto/siphash/siphash_test.cc
crt/aws-lc/crypto/stack/stack.c
crt/aws-lc/crypto/stack/stack_test.cc
crt/aws-lc/crypto/test/CMakeLists.txt
crt/aws-lc/crypto/test/abi_test.cc
crt/aws-lc/crypto/test/abi_test.h
crt/aws-lc/crypto/test/file_test.cc
crt/aws-lc/crypto/test/file_test.h
crt/aws-lc/crypto/test/file_test_gtest.cc
crt/aws-lc/crypto/test/gtest_main.cc
crt/aws-lc/crypto/test/gtest_main.h
crt/aws-lc/crypto/test/malloc.cc
crt/aws-lc/crypto/test/test_util.cc
crt/aws-lc/crypto/test/test_util.h
crt/aws-lc/crypto/test/wycheproof_util.cc
crt/aws-lc/crypto/test/wycheproof_util.h
crt/aws-lc/crypto/test/asm/trampoline-armv4.pl
crt/aws-lc/crypto/test/asm/trampoline-armv8.pl
crt/aws-lc/crypto/test/asm/trampoline-ppc.pl
crt/aws-lc/crypto/test/asm/trampoline-x86.pl
crt/aws-lc/crypto/test/asm/trampoline-x86_64.pl
crt/aws-lc/crypto/trust_token/internal.h
crt/aws-lc/crypto/trust_token/pmbtoken.c
crt/aws-lc/crypto/trust_token/trust_token.c
crt/aws-lc/crypto/trust_token/trust_token_test.cc
crt/aws-lc/crypto/trust_token/voprf.c
crt/aws-lc/crypto/x509/a_digest.c
crt/aws-lc/crypto/x509/a_sign.c
crt/aws-lc/crypto/x509/a_strex.c
crt/aws-lc/crypto/x509/a_verify.c
crt/aws-lc/crypto/x509/algorithm.c
crt/aws-lc/crypto/x509/asn1_gen.c
crt/aws-lc/crypto/x509/by_dir.c
crt/aws-lc/crypto/x509/by_file.c
crt/aws-lc/crypto/x509/charmap.h
crt/aws-lc/crypto/x509/i2d_pr.c
crt/aws-lc/crypto/x509/internal.h
crt/aws-lc/crypto/x509/rsa_pss.c
crt/aws-lc/crypto/x509/t_crl.c
crt/aws-lc/crypto/x509/t_req.c
crt/aws-lc/crypto/x509/t_x509.c
crt/aws-lc/crypto/x509/t_x509a.c
crt/aws-lc/crypto/x509/vpm_int.h
crt/aws-lc/crypto/x509/x509.c
crt/aws-lc/crypto/x509/x509_att.c
crt/aws-lc/crypto/x509/x509_cmp.c
crt/aws-lc/crypto/x509/x509_d2.c
crt/aws-lc/crypto/x509/x509_def.c
crt/aws-lc/crypto/x509/x509_ext.c
crt/aws-lc/crypto/x509/x509_lu.c
crt/aws-lc/crypto/x509/x509_obj.c
crt/aws-lc/crypto/x509/x509_r2x.c
crt/aws-lc/crypto/x509/x509_req.c
crt/aws-lc/crypto/x509/x509_set.c
crt/aws-lc/crypto/x509/x509_test.cc
crt/aws-lc/crypto/x509/x509_time_test.cc
crt/aws-lc/crypto/x509/x509_trs.c
crt/aws-lc/crypto/x509/x509_txt.c
crt/aws-lc/crypto/x509/x509_v3.c
crt/aws-lc/crypto/x509/x509_vfy.c
crt/aws-lc/crypto/x509/x509_vpm.c
crt/aws-lc/crypto/x509/x509cset.c
crt/aws-lc/crypto/x509/x509name.c
crt/aws-lc/crypto/x509/x509rset.c
crt/aws-lc/crypto/x509/x509spki.c
crt/aws-lc/crypto/x509/x_algor.c
crt/aws-lc/crypto/x509/x_all.c
crt/aws-lc/crypto/x509/x_attrib.c
crt/aws-lc/crypto/x509/x_crl.c
crt/aws-lc/crypto/x509/x_exten.c
crt/aws-lc/crypto/x509/x_info.c
crt/aws-lc/crypto/x509/x_name.c
crt/aws-lc/crypto/x509/x_pkey.c
crt/aws-lc/crypto/x509/x_pubkey.c
crt/aws-lc/crypto/x509/x_req.c
crt/aws-lc/crypto/x509/x_sig.c
crt/aws-lc/crypto/x509/x_spki.c
crt/aws-lc/crypto/x509/x_val.c
crt/aws-lc/crypto/x509/x_x509.c
crt/aws-lc/crypto/x509/x_x509a.c
crt/aws-lc/crypto/x509/test/basic_constraints_ca.pem
crt/aws-lc/crypto/x509/test/basic_constraints_ca_pathlen_0.pem
crt/aws-lc/crypto/x509/test/basic_constraints_ca_pathlen_1.pem
crt/aws-lc/crypto/x509/test/basic_constraints_ca_pathlen_10.pem
crt/aws-lc/crypto/x509/test/basic_constraints_leaf.pem
crt/aws-lc/crypto/x509/test/basic_constraints_none.pem
crt/aws-lc/crypto/x509/test/invalid_extension_intermediate.pem
crt/aws-lc/crypto/x509/test/invalid_extension_intermediate_authority_key_identifier.pem
crt/aws-lc/crypto/x509/test/invalid_extension_intermediate_basic_constraints.pem
crt/aws-lc/crypto/x509/test/invalid_extension_intermediate_ext_key_usage.pem
crt/aws-lc/crypto/x509/test/invalid_extension_intermediate_key_usage.pem
crt/aws-lc/crypto/x509/test/invalid_extension_intermediate_name_constraints.pem
crt/aws-lc/crypto/x509/test/invalid_extension_intermediate_subject_alt_name.pem
crt/aws-lc/crypto/x509/test/invalid_extension_intermediate_subject_key_identifier.pem
crt/aws-lc/crypto/x509/test/invalid_extension_leaf.pem
crt/aws-lc/crypto/x509/test/invalid_extension_leaf_authority_key_identifier.pem
crt/aws-lc/crypto/x509/test/invalid_extension_leaf_basic_constraints.pem
crt/aws-lc/crypto/x509/test/invalid_extension_leaf_ext_key_usage.pem
crt/aws-lc/crypto/x509/test/invalid_extension_leaf_key_usage.pem
crt/aws-lc/crypto/x509/test/invalid_extension_leaf_name_constraints.pem
crt/aws-lc/crypto/x509/test/invalid_extension_leaf_subject_alt_name.pem
crt/aws-lc/crypto/x509/test/invalid_extension_leaf_subject_key_identifier.pem
crt/aws-lc/crypto/x509/test/invalid_extension_root.pem
crt/aws-lc/crypto/x509/test/invalid_extension_root_authority_key_identifier.pem
crt/aws-lc/crypto/x509/test/invalid_extension_root_basic_constraints.pem
crt/aws-lc/crypto/x509/test/invalid_extension_root_ext_key_usage.pem
crt/aws-lc/crypto/x509/test/invalid_extension_root_key_usage.pem
crt/aws-lc/crypto/x509/test/invalid_extension_root_name_constraints.pem
crt/aws-lc/crypto/x509/test/invalid_extension_root_subject_alt_name.pem
crt/aws-lc/crypto/x509/test/invalid_extension_root_subject_key_identifier.pem
crt/aws-lc/crypto/x509/test/make_basic_constraints.go
crt/aws-lc/crypto/x509/test/make_invalid_extensions.go
crt/aws-lc/crypto/x509/test/make_many_constraints.go
crt/aws-lc/crypto/x509/test/many_constraints.pem
crt/aws-lc/crypto/x509/test/many_names1.pem
crt/aws-lc/crypto/x509/test/many_names2.pem
crt/aws-lc/crypto/x509/test/many_names3.pem
crt/aws-lc/crypto/x509/test/some_names1.pem
crt/aws-lc/crypto/x509/test/some_names2.pem
crt/aws-lc/crypto/x509/test/some_names3.pem
crt/aws-lc/crypto/x509v3/ext_dat.h
crt/aws-lc/crypto/x509v3/internal.h
crt/aws-lc/crypto/x509v3/pcy_cache.c
crt/aws-lc/crypto/x509v3/pcy_data.c
crt/aws-lc/crypto/x509v3/pcy_int.h
crt/aws-lc/crypto/x509v3/pcy_lib.c
crt/aws-lc/crypto/x509v3/pcy_map.c
crt/aws-lc/crypto/x509v3/pcy_node.c
crt/aws-lc/crypto/x509v3/pcy_tree.c
crt/aws-lc/crypto/x509v3/tab_test.cc
crt/aws-lc/crypto/x509v3/v3_akey.c
crt/aws-lc/crypto/x509v3/v3_akeya.c
crt/aws-lc/crypto/x509v3/v3_alt.c
crt/aws-lc/crypto/x509v3/v3_bcons.c
crt/aws-lc/crypto/x509v3/v3_bitst.c
crt/aws-lc/crypto/x509v3/v3_conf.c
crt/aws-lc/crypto/x509v3/v3_cpols.c
crt/aws-lc/crypto/x509v3/v3_crld.c
crt/aws-lc/crypto/x509v3/v3_enum.c
crt/aws-lc/crypto/x509v3/v3_extku.c
crt/aws-lc/crypto/x509v3/v3_genn.c
crt/aws-lc/crypto/x509v3/v3_ia5.c
crt/aws-lc/crypto/x509v3/v3_info.c
crt/aws-lc/crypto/x509v3/v3_int.c
crt/aws-lc/crypto/x509v3/v3_lib.c
crt/aws-lc/crypto/x509v3/v3_ncons.c
crt/aws-lc/crypto/x509v3/v3_ocsp.c
crt/aws-lc/crypto/x509v3/v3_pci.c
crt/aws-lc/crypto/x509v3/v3_pcia.c
crt/aws-lc/crypto/x509v3/v3_pcons.c
crt/aws-lc/crypto/x509v3/v3_pmaps.c
crt/aws-lc/crypto/x509v3/v3_prn.c
crt/aws-lc/crypto/x509v3/v3_purp.c
crt/aws-lc/crypto/x509v3/v3_skey.c
crt/aws-lc/crypto/x509v3/v3_utl.c
crt/aws-lc/crypto/x509v3/v3name_test.cc
crt/aws-lc/decrepit/CMakeLists.txt
crt/aws-lc/decrepit/macros.h
crt/aws-lc/decrepit/bio/base64_bio.c
crt/aws-lc/decrepit/blowfish/blowfish.c
crt/aws-lc/decrepit/blowfish/blowfish_test.cc
crt/aws-lc/decrepit/cast/cast.c
crt/aws-lc/decrepit/cast/cast_tables.c
crt/aws-lc/decrepit/cast/cast_test.cc
crt/aws-lc/decrepit/cast/internal.h
crt/aws-lc/decrepit/cfb/cfb.c
crt/aws-lc/decrepit/cfb/cfb_test.cc
crt/aws-lc/decrepit/des/cfb64ede.c
crt/aws-lc/decrepit/dh/dh_decrepit.c
crt/aws-lc/decrepit/dsa/dsa_decrepit.c
crt/aws-lc/decrepit/evp/dss1.c
crt/aws-lc/decrepit/evp/evp_do_all.c
crt/aws-lc/decrepit/obj/obj_decrepit.c
crt/aws-lc/decrepit/rc4/rc4_decrepit.c
crt/aws-lc/decrepit/ripemd/internal.h
crt/aws-lc/decrepit/ripemd/ripemd.c
crt/aws-lc/decrepit/ripemd/ripemd_test.cc
crt/aws-lc/decrepit/rsa/rsa_decrepit.c
crt/aws-lc/decrepit/ssl/ssl_decrepit.c
crt/aws-lc/decrepit/x509/x509_decrepit.c
crt/aws-lc/decrepit/xts/xts.c
crt/aws-lc/decrepit/xts/xts_test.cc
crt/aws-lc/generated-src/crypto_test_data.cc
crt/aws-lc/generated-src/err_data.c
crt/aws-lc/generated-src/ios-aarch64/crypto/chacha/chacha-armv8.S
crt/aws-lc/generated-src/ios-aarch64/crypto/fipsmodule/aesv8-armx64.S
crt/aws-lc/generated-src/ios-aarch64/crypto/fipsmodule/armv8-mont.S
crt/aws-lc/generated-src/ios-aarch64/crypto/fipsmodule/ghash-neon-armv8.S
crt/aws-lc/generated-src/ios-aarch64/crypto/fipsmodule/ghashv8-armx64.S
crt/aws-lc/generated-src/ios-aarch64/crypto/fipsmodule/p256-armv8-asm.S
crt/aws-lc/generated-src/ios-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm.S
crt/aws-lc/generated-src/ios-aarch64/crypto/fipsmodule/sha1-armv8.S
crt/aws-lc/generated-src/ios-aarch64/crypto/fipsmodule/sha256-armv8.S
crt/aws-lc/generated-src/ios-aarch64/crypto/fipsmodule/sha512-armv8.S
crt/aws-lc/generated-src/ios-aarch64/crypto/fipsmodule/vpaes-armv8.S
crt/aws-lc/generated-src/ios-aarch64/crypto/test/trampoline-armv8.S
crt/aws-lc/generated-src/ios-arm/crypto/chacha/chacha-armv4.S
crt/aws-lc/generated-src/ios-arm/crypto/fipsmodule/aesv8-armx32.S
crt/aws-lc/generated-src/ios-arm/crypto/fipsmodule/armv4-mont.S
crt/aws-lc/generated-src/ios-arm/crypto/fipsmodule/bsaes-armv7.S
crt/aws-lc/generated-src/ios-arm/crypto/fipsmodule/ghash-armv4.S
crt/aws-lc/generated-src/ios-arm/crypto/fipsmodule/ghashv8-armx32.S
crt/aws-lc/generated-src/ios-arm/crypto/fipsmodule/sha1-armv4-large.S
crt/aws-lc/generated-src/ios-arm/crypto/fipsmodule/sha256-armv4.S
crt/aws-lc/generated-src/ios-arm/crypto/fipsmodule/sha512-armv4.S
crt/aws-lc/generated-src/ios-arm/crypto/fipsmodule/vpaes-armv7.S
crt/aws-lc/generated-src/ios-arm/crypto/test/trampoline-armv4.S
crt/aws-lc/generated-src/linux-aarch64/crypto/chacha/chacha-armv8.S
crt/aws-lc/generated-src/linux-aarch64/crypto/fipsmodule/aesv8-armx64.S
crt/aws-lc/generated-src/linux-aarch64/crypto/fipsmodule/armv8-mont.S
crt/aws-lc/generated-src/linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S
crt/aws-lc/generated-src/linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S
crt/aws-lc/generated-src/linux-aarch64/crypto/fipsmodule/p256-armv8-asm.S
crt/aws-lc/generated-src/linux-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm.S
crt/aws-lc/generated-src/linux-aarch64/crypto/fipsmodule/sha1-armv8.S
crt/aws-lc/generated-src/linux-aarch64/crypto/fipsmodule/sha256-armv8.S
crt/aws-lc/generated-src/linux-aarch64/crypto/fipsmodule/sha512-armv8.S
crt/aws-lc/generated-src/linux-aarch64/crypto/fipsmodule/vpaes-armv8.S
crt/aws-lc/generated-src/linux-aarch64/crypto/test/trampoline-armv8.S
crt/aws-lc/generated-src/linux-arm/crypto/chacha/chacha-armv4.S
crt/aws-lc/generated-src/linux-arm/crypto/fipsmodule/aesv8-armx32.S
crt/aws-lc/generated-src/linux-arm/crypto/fipsmodule/armv4-mont.S
crt/aws-lc/generated-src/linux-arm/crypto/fipsmodule/bsaes-armv7.S
crt/aws-lc/generated-src/linux-arm/crypto/fipsmodule/ghash-armv4.S
crt/aws-lc/generated-src/linux-arm/crypto/fipsmodule/ghashv8-armx32.S
crt/aws-lc/generated-src/linux-arm/crypto/fipsmodule/sha1-armv4-large.S
crt/aws-lc/generated-src/linux-arm/crypto/fipsmodule/sha256-armv4.S
crt/aws-lc/generated-src/linux-arm/crypto/fipsmodule/sha512-armv4.S
crt/aws-lc/generated-src/linux-arm/crypto/fipsmodule/vpaes-armv7.S
crt/aws-lc/generated-src/linux-arm/crypto/test/trampoline-armv4.S
crt/aws-lc/generated-src/linux-ppc64le/crypto/fipsmodule/aesp8-ppc.S
crt/aws-lc/generated-src/linux-ppc64le/crypto/fipsmodule/ghashp8-ppc.S
crt/aws-lc/generated-src/linux-ppc64le/crypto/test/trampoline-ppc.S
crt/aws-lc/generated-src/linux-x86/crypto/chacha/chacha-x86.S
crt/aws-lc/generated-src/linux-x86/crypto/fipsmodule/aesni-x86.S
crt/aws-lc/generated-src/linux-x86/crypto/fipsmodule/bn-586.S
crt/aws-lc/generated-src/linux-x86/crypto/fipsmodule/co-586.S
crt/aws-lc/generated-src/linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S
crt/aws-lc/generated-src/linux-x86/crypto/fipsmodule/ghash-x86.S
crt/aws-lc/generated-src/linux-x86/crypto/fipsmodule/md5-586.S
crt/aws-lc/generated-src/linux-x86/crypto/fipsmodule/sha1-586.S
crt/aws-lc/generated-src/linux-x86/crypto/fipsmodule/sha256-586.S
crt/aws-lc/generated-src/linux-x86/crypto/fipsmodule/sha512-586.S
crt/aws-lc/generated-src/linux-x86/crypto/fipsmodule/vpaes-x86.S
crt/aws-lc/generated-src/linux-x86/crypto/fipsmodule/x86-mont.S
crt/aws-lc/generated-src/linux-x86/crypto/test/trampoline-x86.S
crt/aws-lc/generated-src/linux-x86_64/crypto/chacha/chacha-x86_64.S
crt/aws-lc/generated-src/linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S
crt/aws-lc/generated-src/linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S
crt/aws-lc/generated-src/linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S
crt/aws-lc/generated-src/linux-x86_64/crypto/fipsmodule/aesni-x86_64.S
crt/aws-lc/generated-src/linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S
crt/aws-lc/generated-src/linux-x86_64/crypto/fipsmodule/ghash-x86_64.S
crt/aws-lc/generated-src/linux-x86_64/crypto/fipsmodule/md5-x86_64.S
crt/aws-lc/generated-src/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S
crt/aws-lc/generated-src/linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S
crt/aws-lc/generated-src/linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S
crt/aws-lc/generated-src/linux-x86_64/crypto/fipsmodule/rsaz-avx2.S
crt/aws-lc/generated-src/linux-x86_64/crypto/fipsmodule/sha1-x86_64.S
crt/aws-lc/generated-src/linux-x86_64/crypto/fipsmodule/sha256-x86_64.S
crt/aws-lc/generated-src/linux-x86_64/crypto/fipsmodule/sha512-x86_64.S
crt/aws-lc/generated-src/linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S
crt/aws-lc/generated-src/linux-x86_64/crypto/fipsmodule/x86_64-mont.S
crt/aws-lc/generated-src/linux-x86_64/crypto/fipsmodule/x86_64-mont5.S
crt/aws-lc/generated-src/linux-x86_64/crypto/test/trampoline-x86_64.S
crt/aws-lc/generated-src/mac-x86/crypto/chacha/chacha-x86.S
crt/aws-lc/generated-src/mac-x86/crypto/fipsmodule/aesni-x86.S
crt/aws-lc/generated-src/mac-x86/crypto/fipsmodule/bn-586.S
crt/aws-lc/generated-src/mac-x86/crypto/fipsmodule/co-586.S
crt/aws-lc/generated-src/mac-x86/crypto/fipsmodule/ghash-ssse3-x86.S
crt/aws-lc/generated-src/mac-x86/crypto/fipsmodule/ghash-x86.S
crt/aws-lc/generated-src/mac-x86/crypto/fipsmodule/md5-586.S
crt/aws-lc/generated-src/mac-x86/crypto/fipsmodule/sha1-586.S
crt/aws-lc/generated-src/mac-x86/crypto/fipsmodule/sha256-586.S
crt/aws-lc/generated-src/mac-x86/crypto/fipsmodule/sha512-586.S
crt/aws-lc/generated-src/mac-x86/crypto/fipsmodule/vpaes-x86.S
crt/aws-lc/generated-src/mac-x86/crypto/fipsmodule/x86-mont.S
crt/aws-lc/generated-src/mac-x86/crypto/test/trampoline-x86.S
crt/aws-lc/generated-src/mac-x86_64/crypto/chacha/chacha-x86_64.S
crt/aws-lc/generated-src/mac-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S
crt/aws-lc/generated-src/mac-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S
crt/aws-lc/generated-src/mac-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S
crt/aws-lc/generated-src/mac-x86_64/crypto/fipsmodule/aesni-x86_64.S
crt/aws-lc/generated-src/mac-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S
crt/aws-lc/generated-src/mac-x86_64/crypto/fipsmodule/ghash-x86_64.S
crt/aws-lc/generated-src/mac-x86_64/crypto/fipsmodule/md5-x86_64.S
crt/aws-lc/generated-src/mac-x86_64/crypto/fipsmodule/p256-x86_64-asm.S
crt/aws-lc/generated-src/mac-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S
crt/aws-lc/generated-src/mac-x86_64/crypto/fipsmodule/rdrand-x86_64.S
crt/aws-lc/generated-src/mac-x86_64/crypto/fipsmodule/rsaz-avx2.S
crt/aws-lc/generated-src/mac-x86_64/crypto/fipsmodule/sha1-x86_64.S
crt/aws-lc/generated-src/mac-x86_64/crypto/fipsmodule/sha256-x86_64.S
crt/aws-lc/generated-src/mac-x86_64/crypto/fipsmodule/sha512-x86_64.S
crt/aws-lc/generated-src/mac-x86_64/crypto/fipsmodule/vpaes-x86_64.S
crt/aws-lc/generated-src/mac-x86_64/crypto/fipsmodule/x86_64-mont.S
crt/aws-lc/generated-src/mac-x86_64/crypto/fipsmodule/x86_64-mont5.S
crt/aws-lc/generated-src/mac-x86_64/crypto/test/trampoline-x86_64.S
crt/aws-lc/generated-src/win-aarch64/crypto/chacha/chacha-armv8.S
crt/aws-lc/generated-src/win-aarch64/crypto/fipsmodule/aesv8-armx64.S
crt/aws-lc/generated-src/win-aarch64/crypto/fipsmodule/armv8-mont.S
crt/aws-lc/generated-src/win-aarch64/crypto/fipsmodule/ghash-neon-armv8.S
crt/aws-lc/generated-src/win-aarch64/crypto/fipsmodule/ghashv8-armx64.S
crt/aws-lc/generated-src/win-aarch64/crypto/fipsmodule/p256-armv8-asm.S
crt/aws-lc/generated-src/win-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm.S
crt/aws-lc/generated-src/win-aarch64/crypto/fipsmodule/sha1-armv8.S
crt/aws-lc/generated-src/win-aarch64/crypto/fipsmodule/sha256-armv8.S
crt/aws-lc/generated-src/win-aarch64/crypto/fipsmodule/sha512-armv8.S
crt/aws-lc/generated-src/win-aarch64/crypto/fipsmodule/vpaes-armv8.S
crt/aws-lc/generated-src/win-aarch64/crypto/test/trampoline-armv8.S
crt/aws-lc/generated-src/win-x86/crypto/chacha/chacha-x86.asm
crt/aws-lc/generated-src/win-x86/crypto/fipsmodule/aesni-x86.asm
crt/aws-lc/generated-src/win-x86/crypto/fipsmodule/bn-586.asm
crt/aws-lc/generated-src/win-x86/crypto/fipsmodule/co-586.asm
crt/aws-lc/generated-src/win-x86/crypto/fipsmodule/ghash-ssse3-x86.asm
crt/aws-lc/generated-src/win-x86/crypto/fipsmodule/ghash-x86.asm
crt/aws-lc/generated-src/win-x86/crypto/fipsmodule/md5-586.asm
crt/aws-lc/generated-src/win-x86/crypto/fipsmodule/sha1-586.asm
crt/aws-lc/generated-src/win-x86/crypto/fipsmodule/sha256-586.asm
crt/aws-lc/generated-src/win-x86/crypto/fipsmodule/sha512-586.asm
crt/aws-lc/generated-src/win-x86/crypto/fipsmodule/vpaes-x86.asm
crt/aws-lc/generated-src/win-x86/crypto/fipsmodule/x86-mont.asm
crt/aws-lc/generated-src/win-x86/crypto/test/trampoline-x86.asm
crt/aws-lc/generated-src/win-x86_64/crypto/chacha/chacha-x86_64.asm
crt/aws-lc/generated-src/win-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.asm
crt/aws-lc/generated-src/win-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.asm
crt/aws-lc/generated-src/win-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.asm
crt/aws-lc/generated-src/win-x86_64/crypto/fipsmodule/aesni-x86_64.asm
crt/aws-lc/generated-src/win-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.asm
crt/aws-lc/generated-src/win-x86_64/crypto/fipsmodule/ghash-x86_64.asm
crt/aws-lc/generated-src/win-x86_64/crypto/fipsmodule/md5-x86_64.asm
crt/aws-lc/generated-src/win-x86_64/crypto/fipsmodule/p256-x86_64-asm.asm
crt/aws-lc/generated-src/win-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.asm
crt/aws-lc/generated-src/win-x86_64/crypto/fipsmodule/rdrand-x86_64.asm
crt/aws-lc/generated-src/win-x86_64/crypto/fipsmodule/rsaz-avx2.asm
crt/aws-lc/generated-src/win-x86_64/crypto/fipsmodule/sha1-x86_64.asm
crt/aws-lc/generated-src/win-x86_64/crypto/fipsmodule/sha256-x86_64.asm
crt/aws-lc/generated-src/win-x86_64/crypto/fipsmodule/sha512-x86_64.asm
crt/aws-lc/generated-src/win-x86_64/crypto/fipsmodule/vpaes-x86_64.asm
crt/aws-lc/generated-src/win-x86_64/crypto/fipsmodule/x86_64-mont.asm
crt/aws-lc/generated-src/win-x86_64/crypto/fipsmodule/x86_64-mont5.asm
crt/aws-lc/generated-src/win-x86_64/crypto/test/trampoline-x86_64.asm
crt/aws-lc/include/openssl/aead.h
crt/aws-lc/include/openssl/aes.h
crt/aws-lc/include/openssl/arm_arch.h
crt/aws-lc/include/openssl/asn1.h
crt/aws-lc/include/openssl/asn1_mac.h
crt/aws-lc/include/openssl/asn1t.h
crt/aws-lc/include/openssl/base.h
crt/aws-lc/include/openssl/base64.h
crt/aws-lc/include/openssl/bio.h
crt/aws-lc/include/openssl/blake2.h
crt/aws-lc/include/openssl/blowfish.h
crt/aws-lc/include/openssl/bn.h
crt/aws-lc/include/openssl/buf.h
crt/aws-lc/include/openssl/buffer.h
crt/aws-lc/include/openssl/bytestring.h
crt/aws-lc/include/openssl/cast.h
crt/aws-lc/include/openssl/chacha.h
crt/aws-lc/include/openssl/cipher.h
crt/aws-lc/include/openssl/cmac.h
crt/aws-lc/include/openssl/conf.h
crt/aws-lc/include/openssl/cpu.h
crt/aws-lc/include/openssl/crypto.h
crt/aws-lc/include/openssl/curve25519.h
crt/aws-lc/include/openssl/des.h
crt/aws-lc/include/openssl/dh.h
crt/aws-lc/include/openssl/digest.h
crt/aws-lc/include/openssl/dsa.h
crt/aws-lc/include/openssl/dtls1.h
crt/aws-lc/include/openssl/e_os2.h
crt/aws-lc/include/openssl/ec.h
crt/aws-lc/include/openssl/ec_key.h
crt/aws-lc/include/openssl/ecdh.h
crt/aws-lc/include/openssl/ecdsa.h
crt/aws-lc/include/openssl/engine.h
crt/aws-lc/include/openssl/err.h
crt/aws-lc/include/openssl/evp.h
crt/aws-lc/include/openssl/ex_data.h
crt/aws-lc/include/openssl/hkdf.h
crt/aws-lc/include/openssl/hmac.h
crt/aws-lc/include/openssl/hrss.h
crt/aws-lc/include/openssl/is_boringssl.h
crt/aws-lc/include/openssl/lhash.h
crt/aws-lc/include/openssl/md4.h
crt/aws-lc/include/openssl/md5.h
crt/aws-lc/include/openssl/mem.h
crt/aws-lc/include/openssl/nid.h
crt/aws-lc/include/openssl/obj.h
crt/aws-lc/include/openssl/obj_mac.h
crt/aws-lc/include/openssl/objects.h
crt/aws-lc/include/openssl/opensslconf.h
crt/aws-lc/include/openssl/opensslv.h
crt/aws-lc/include/openssl/ossl_typ.h
crt/aws-lc/include/openssl/pem.h
crt/aws-lc/include/openssl/pkcs12.h
crt/aws-lc/include/openssl/pkcs7.h
crt/aws-lc/include/openssl/pkcs8.h
crt/aws-lc/include/openssl/poly1305.h
crt/aws-lc/include/openssl/pool.h
crt/aws-lc/include/openssl/rand.h
crt/aws-lc/include/openssl/rc4.h
crt/aws-lc/include/openssl/ripemd.h
crt/aws-lc/include/openssl/rsa.h
crt/aws-lc/include/openssl/safestack.h
crt/aws-lc/include/openssl/sha.h
crt/aws-lc/include/openssl/siphash.h
crt/aws-lc/include/openssl/span.h
crt/aws-lc/include/openssl/ssl.h
crt/aws-lc/include/openssl/ssl3.h
crt/aws-lc/include/openssl/stack.h
crt/aws-lc/include/openssl/thread.h
crt/aws-lc/include/openssl/tls1.h
crt/aws-lc/include/openssl/trust_token.h
crt/aws-lc/include/openssl/type_check.h
crt/aws-lc/include/openssl/x509.h
crt/aws-lc/include/openssl/x509_vfy.h
crt/aws-lc/include/openssl/x509v3.h
crt/aws-lc/third_party/fiat/BUILD.gn
crt/aws-lc/third_party/fiat/LICENSE
crt/aws-lc/third_party/fiat/METADATA
crt/aws-lc/third_party/fiat/README.chromium
crt/aws-lc/third_party/fiat/README.md
crt/aws-lc/third_party/fiat/curve25519_32.h
crt/aws-lc/third_party/fiat/curve25519_64.h
crt/aws-lc/third_party/fiat/p256_32.h
crt/aws-lc/third_party/fiat/p256_64.h
crt/aws-lc/util/fipstools/acvp/modulewrapper/CMakeLists.txt
crt/aws-lc/util/fipstools/acvp/modulewrapper/modulewrapper.cc
crt/aws-lc/util/fipstools/cavp/CMakeLists.txt
crt/aws-lc/util/fipstools/cavp/cavp_aes_gcm_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_aes_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_ctr_drbg_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_ecdsa2_keypair_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_ecdsa2_pkv_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_ecdsa2_siggen_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_ecdsa2_sigver_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_hmac_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_kas_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_keywrap_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_main.cc
crt/aws-lc/util/fipstools/cavp/cavp_rsa2_keygen_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_rsa2_siggen_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_rsa2_sigver_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_sha_monte_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_sha_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_tdes_test.cc
crt/aws-lc/util/fipstools/cavp/cavp_test_util.cc
crt/aws-lc/util/fipstools/cavp/cavp_test_util.h
crt/aws-lc/util/fipstools/cavp/cavp_tlskdf_test.cc
crt/aws-lc/util/fipstools/cavp/run_cavp.go
crt/aws-lc/util/fipstools/cavp/test_fips.c
crt/s2n/.clang-format
crt/s2n/CMakeLists.txt
crt/s2n/LICENSE
crt/s2n/Makefile
crt/s2n/NOTICE
crt/s2n/README.md
crt/s2n/codecov.yml
crt/s2n/s2n.mk
crt/s2n/api/s2n.h
crt/s2n/bin/Makefile
crt/s2n/bin/common.c
crt/s2n/bin/common.h
crt/s2n/bin/echo.c
crt/s2n/bin/https.c
crt/s2n/bin/s2nc.c
crt/s2n/bin/s2nd.c
crt/s2n/cmake/s2n-config.cmake
crt/s2n/cmake/modules/FindLibCrypto.cmake
crt/s2n/coverage/Makefile
crt/s2n/crypto/Makefile
crt/s2n/crypto/s2n_aead_cipher_aes_gcm.c
crt/s2n/crypto/s2n_aead_cipher_chacha20_poly1305.c
crt/s2n/crypto/s2n_cbc_cipher_3des.c
crt/s2n/crypto/s2n_cbc_cipher_aes.c
crt/s2n/crypto/s2n_certificate.c
crt/s2n/crypto/s2n_certificate.h
crt/s2n/crypto/s2n_cipher.c
crt/s2n/crypto/s2n_cipher.h
crt/s2n/crypto/s2n_composite_cipher_aes_sha.c
crt/s2n/crypto/s2n_crypto.h
crt/s2n/crypto/s2n_dhe.c
crt/s2n/crypto/s2n_dhe.h
crt/s2n/crypto/s2n_drbg.c
crt/s2n/crypto/s2n_drbg.h
crt/s2n/crypto/s2n_ecc_evp.c
crt/s2n/crypto/s2n_ecc_evp.h
crt/s2n/crypto/s2n_ecdsa.c
crt/s2n/crypto/s2n_ecdsa.h
crt/s2n/crypto/s2n_evp.c
crt/s2n/crypto/s2n_evp.h
crt/s2n/crypto/s2n_fips.c
crt/s2n/crypto/s2n_fips.h
crt/s2n/crypto/s2n_hash.c
crt/s2n/crypto/s2n_hash.h
crt/s2n/crypto/s2n_hkdf.c
crt/s2n/crypto/s2n_hkdf.h
crt/s2n/crypto/s2n_hmac.c
crt/s2n/crypto/s2n_hmac.h
crt/s2n/crypto/s2n_openssl.h
crt/s2n/crypto/s2n_openssl_evp.h
crt/s2n/crypto/s2n_openssl_x509.h
crt/s2n/crypto/s2n_pkey.c
crt/s2n/crypto/s2n_pkey.h
crt/s2n/crypto/s2n_rsa.c
crt/s2n/crypto/s2n_rsa.h
crt/s2n/crypto/s2n_rsa_pss.c
crt/s2n/crypto/s2n_rsa_pss.h
crt/s2n/crypto/s2n_rsa_signing.c
crt/s2n/crypto/s2n_rsa_signing.h
crt/s2n/crypto/s2n_sequence.c
crt/s2n/crypto/s2n_sequence.h
crt/s2n/crypto/s2n_signature.h
crt/s2n/crypto/s2n_stream_cipher_null.c
crt/s2n/crypto/s2n_stream_cipher_rc4.c
crt/s2n/crypto/s2n_tls13_keys.c
crt/s2n/crypto/s2n_tls13_keys.h
crt/s2n/error/Makefile
crt/s2n/error/s2n_errno.c
crt/s2n/error/s2n_errno.h
crt/s2n/lib/Makefile
crt/s2n/libcrypto-build/README.md
crt/s2n/pq-crypto/Makefile
crt/s2n/pq-crypto/README.md
crt/s2n/pq-crypto/s2n_pq.c
crt/s2n/pq-crypto/s2n_pq.h
crt/s2n/pq-crypto/s2n_pq_asm.mk
crt/s2n/pq-crypto/s2n_pq_random.c
crt/s2n/pq-crypto/s2n_pq_random.h
crt/s2n/pq-crypto/bike_r1/LICENSE
crt/s2n/pq-crypto/bike_r1/Makefile
crt/s2n/pq-crypto/bike_r1/README.md
crt/s2n/pq-crypto/bike_r1/aes.h
crt/s2n/pq-crypto/bike_r1/aes_ctr_prf.c
crt/s2n/pq-crypto/bike_r1/aes_ctr_prf.h
crt/s2n/pq-crypto/bike_r1/aes_wrap.h
crt/s2n/pq-crypto/bike_r1/bike_defs.h
crt/s2n/pq-crypto/bike_r1/bike_r1_kem.c
crt/s2n/pq-crypto/bike_r1/cleanup.h
crt/s2n/pq-crypto/bike_r1/converts_portable.c
crt/s2n/pq-crypto/bike_r1/decode.c
crt/s2n/pq-crypto/bike_r1/decode.h
crt/s2n/pq-crypto/bike_r1/defs.h
crt/s2n/pq-crypto/bike_r1/error.c
crt/s2n/pq-crypto/bike_r1/error.h
crt/s2n/pq-crypto/bike_r1/functions_renaming.h
crt/s2n/pq-crypto/bike_r1/gf2x.h
crt/s2n/pq-crypto/bike_r1/gf2x_internal.h
crt/s2n/pq-crypto/bike_r1/gf2x_mul.c
crt/s2n/pq-crypto/bike_r1/gf2x_portable.c
crt/s2n/pq-crypto/bike_r1/openssl_utils.c
crt/s2n/pq-crypto/bike_r1/openssl_utils.h
crt/s2n/pq-crypto/bike_r1/parallel_hash.c
crt/s2n/pq-crypto/bike_r1/parallel_hash.h
crt/s2n/pq-crypto/bike_r1/sampling.c
crt/s2n/pq-crypto/bike_r1/sampling.h
crt/s2n/pq-crypto/bike_r1/sampling_portable.c
crt/s2n/pq-crypto/bike_r1/secure_decode_portable.c
crt/s2n/pq-crypto/bike_r1/sha.h
crt/s2n/pq-crypto/bike_r1/sha384.h
crt/s2n/pq-crypto/bike_r1/types.h
crt/s2n/pq-crypto/bike_r1/utilities.c
crt/s2n/pq-crypto/bike_r1/utilities.h
crt/s2n/pq-crypto/bike_r2/LICENSE
crt/s2n/pq-crypto/bike_r2/Makefile
crt/s2n/pq-crypto/bike_r2/README.md
crt/s2n/pq-crypto/bike_r2/aes_ctr_prf.c
crt/s2n/pq-crypto/bike_r2/aes_ctr_prf.h
crt/s2n/pq-crypto/bike_r2/aes_wrap.h
crt/s2n/pq-crypto/bike_r2/bike_defs.h
crt/s2n/pq-crypto/bike_r2/bike_r2_kem.c
crt/s2n/pq-crypto/bike_r2/cleanup.h
crt/s2n/pq-crypto/bike_r2/decode.c
crt/s2n/pq-crypto/bike_r2/decode.h
crt/s2n/pq-crypto/bike_r2/defs.h
crt/s2n/pq-crypto/bike_r2/error.c
crt/s2n/pq-crypto/bike_r2/error.h
crt/s2n/pq-crypto/bike_r2/functions_renaming.h
crt/s2n/pq-crypto/bike_r2/gf2x.h
crt/s2n/pq-crypto/bike_r2/gf2x_internal.h
crt/s2n/pq-crypto/bike_r2/gf2x_mul.c
crt/s2n/pq-crypto/bike_r2/gf2x_portable.c
crt/s2n/pq-crypto/bike_r2/openssl_utils.c
crt/s2n/pq-crypto/bike_r2/openssl_utils.h
crt/s2n/pq-crypto/bike_r2/sampling.c
crt/s2n/pq-crypto/bike_r2/sampling.h
crt/s2n/pq-crypto/bike_r2/sampling_portable.c
crt/s2n/pq-crypto/bike_r2/secure_decode_portable.c
crt/s2n/pq-crypto/bike_r2/sha.h
crt/s2n/pq-crypto/bike_r2/types.h
crt/s2n/pq-crypto/bike_r2/utilities.c
crt/s2n/pq-crypto/bike_r2/utilities.h
crt/s2n/pq-crypto/kyber_90s_r2/Makefile
crt/s2n/pq-crypto/kyber_90s_r2/aes.h
crt/s2n/pq-crypto/kyber_90s_r2/aes256ctr.c
crt/s2n/pq-crypto/kyber_90s_r2/aes256ctr.h
crt/s2n/pq-crypto/kyber_90s_r2/aes_c.c
crt/s2n/pq-crypto/kyber_90s_r2/cbd.c
crt/s2n/pq-crypto/kyber_90s_r2/cbd.h
crt/s2n/pq-crypto/kyber_90s_r2/indcpa.c
crt/s2n/pq-crypto/kyber_90s_r2/indcpa.h
crt/s2n/pq-crypto/kyber_90s_r2/kyber_90s_r2_kem.c
crt/s2n/pq-crypto/kyber_90s_r2/ntt.c
crt/s2n/pq-crypto/kyber_90s_r2/ntt.h
crt/s2n/pq-crypto/kyber_90s_r2/params.h
crt/s2n/pq-crypto/kyber_90s_r2/poly.c
crt/s2n/pq-crypto/kyber_90s_r2/poly.h
crt/s2n/pq-crypto/kyber_90s_r2/polyvec.c
crt/s2n/pq-crypto/kyber_90s_r2/polyvec.h
crt/s2n/pq-crypto/kyber_90s_r2/reduce.c
crt/s2n/pq-crypto/kyber_90s_r2/reduce.h
crt/s2n/pq-crypto/kyber_90s_r2/sha2.h
crt/s2n/pq-crypto/kyber_90s_r2/sha2_c.c
crt/s2n/pq-crypto/kyber_90s_r2/symmetric.h
crt/s2n/pq-crypto/kyber_90s_r2/verify.c
crt/s2n/pq-crypto/kyber_90s_r2/verify.h
crt/s2n/pq-crypto/kyber_r2/Makefile
crt/s2n/pq-crypto/kyber_r2/cbd.c
crt/s2n/pq-crypto/kyber_r2/cbd.h
crt/s2n/pq-crypto/kyber_r2/fips202_kyber_r2.c
crt/s2n/pq-crypto/kyber_r2/fips202_kyber_r2.h
crt/s2n/pq-crypto/kyber_r2/indcpa.c
crt/s2n/pq-crypto/kyber_r2/indcpa.h
crt/s2n/pq-crypto/kyber_r2/kyber_r2_kem.c
crt/s2n/pq-crypto/kyber_r2/ntt.c
crt/s2n/pq-crypto/kyber_r2/ntt.h
crt/s2n/pq-crypto/kyber_r2/params.h
crt/s2n/pq-crypto/kyber_r2/poly.c
crt/s2n/pq-crypto/kyber_r2/poly.h
crt/s2n/pq-crypto/kyber_r2/polyvec.c
crt/s2n/pq-crypto/kyber_r2/polyvec.h
crt/s2n/pq-crypto/kyber_r2/reduce.c
crt/s2n/pq-crypto/kyber_r2/reduce.h
crt/s2n/pq-crypto/kyber_r2/symmetric-fips202.c
crt/s2n/pq-crypto/kyber_r2/symmetric.h
crt/s2n/pq-crypto/kyber_r2/verify.c
crt/s2n/pq-crypto/kyber_r2/verify.h
crt/s2n/pq-crypto/sike_r1/LICENSE.txt
crt/s2n/pq-crypto/sike_r1/Makefile
crt/s2n/pq-crypto/sike_r1/P503_internal_r1.h
crt/s2n/pq-crypto/sike_r1/P503_r1.c
crt/s2n/pq-crypto/sike_r1/Readme.md
crt/s2n/pq-crypto/sike_r1/api_r1.h
crt/s2n/pq-crypto/sike_r1/config_r1.h
crt/s2n/pq-crypto/sike_r1/ec_isogeny_r1.c
crt/s2n/pq-crypto/sike_r1/fips202_r1.c
crt/s2n/pq-crypto/sike_r1/fips202_r1.h
crt/s2n/pq-crypto/sike_r1/fp_generic_r1.c
crt/s2n/pq-crypto/sike_r1/fpx_r1.c
crt/s2n/pq-crypto/sike_r1/sidh_r1.c
crt/s2n/pq-crypto/sike_r1/sike_r1_kem.c
crt/s2n/pq-crypto/sike_r1/sike_r1_namespace.h
crt/s2n/pq-crypto/sike_r2/Makefile
crt/s2n/pq-crypto/sike_r2/P434.c
crt/s2n/pq-crypto/sike_r2/P434_api.h
crt/s2n/pq-crypto/sike_r2/P434_internal.h
crt/s2n/pq-crypto/sike_r2/config.h
crt/s2n/pq-crypto/sike_r2/ec_isogeny.c
crt/s2n/pq-crypto/sike_r2/fips202.c
crt/s2n/pq-crypto/sike_r2/fips202.h
crt/s2n/pq-crypto/sike_r2/fp.c
crt/s2n/pq-crypto/sike_r2/fpx.c
crt/s2n/pq-crypto/sike_r2/sidh.c
crt/s2n/pq-crypto/sike_r2/sike_r2_kem.c
crt/s2n/pq-crypto/sike_r2/sikep434r2_fp_x64_asm.S
crt/s2n/scram/README.md
crt/s2n/scram/SCRAM_paper.pdf
crt/s2n/scram/aes_scram.py
crt/s2n/scram/install_and_run.sh
crt/s2n/scripts/s2n_safety_macros.py
crt/s2n/scripts/s2n_safety_explicit_context/codemod.sh
crt/s2n/scripts/s2n_safety_explicit_context/requirements.txt
crt/s2n/stuffer/Makefile
crt/s2n/stuffer/s2n_stuffer.c
crt/s2n/stuffer/s2n_stuffer.h
crt/s2n/stuffer/s2n_stuffer_base64.c
crt/s2n/stuffer/s2n_stuffer_file.c
crt/s2n/stuffer/s2n_stuffer_network_order.c
crt/s2n/stuffer/s2n_stuffer_pem.c
crt/s2n/stuffer/s2n_stuffer_text.c
crt/s2n/tests/features/__restrict__.c
crt/s2n/tests/features/cpuid.c
crt/s2n/tests/features/execinfo.c
crt/s2n/tests/features/fallthrough.c
crt/s2n/tests/unit/s2n_pq_asm_noop_test.c
crt/s2n/tls/Makefile
crt/s2n/tls/s2n_aead.c
crt/s2n/tls/s2n_alerts.c
crt/s2n/tls/s2n_alerts.h
crt/s2n/tls/s2n_async_pkey.c
crt/s2n/tls/s2n_async_pkey.h
crt/s2n/tls/s2n_auth_selection.c
crt/s2n/tls/s2n_auth_selection.h
crt/s2n/tls/s2n_cbc.c
crt/s2n/tls/s2n_change_cipher_spec.c
crt/s2n/tls/s2n_cipher_preferences.c
crt/s2n/tls/s2n_cipher_preferences.h
crt/s2n/tls/s2n_cipher_suites.c
crt/s2n/tls/s2n_cipher_suites.h
crt/s2n/tls/s2n_client_cert.c
crt/s2n/tls/s2n_client_cert_verify.c
crt/s2n/tls/s2n_client_finished.c
crt/s2n/tls/s2n_client_hello.c
crt/s2n/tls/s2n_client_hello.h
crt/s2n/tls/s2n_client_key_exchange.c
crt/s2n/tls/s2n_client_key_exchange.h
crt/s2n/tls/s2n_config.c
crt/s2n/tls/s2n_config.h
crt/s2n/tls/s2n_connection.c
crt/s2n/tls/s2n_connection.h
crt/s2n/tls/s2n_connection_evp_digests.c
crt/s2n/tls/s2n_connection_evp_digests.h
crt/s2n/tls/s2n_crypto.h
crt/s2n/tls/s2n_crypto_constants.h
crt/s2n/tls/s2n_early_data.c
crt/s2n/tls/s2n_early_data.h
crt/s2n/tls/s2n_ecc_preferences.c
crt/s2n/tls/s2n_ecc_preferences.h
crt/s2n/tls/s2n_encrypted_extensions.c
crt/s2n/tls/s2n_establish_session.c
crt/s2n/tls/s2n_handshake.c
crt/s2n/tls/s2n_handshake.h
crt/s2n/tls/s2n_handshake_io.c
crt/s2n/tls/s2n_handshake_transcript.c
crt/s2n/tls/s2n_handshake_type.c
crt/s2n/tls/s2n_handshake_type.h
crt/s2n/tls/s2n_kem.c
crt/s2n/tls/s2n_kem.h
crt/s2n/tls/s2n_kem_preferences.c
crt/s2n/tls/s2n_kem_preferences.h
crt/s2n/tls/s2n_kex.c
crt/s2n/tls/s2n_kex.h
crt/s2n/tls/s2n_kex_data.h
crt/s2n/tls/s2n_key_log.c
crt/s2n/tls/s2n_key_log.h
crt/s2n/tls/s2n_key_update.c
crt/s2n/tls/s2n_key_update.h
crt/s2n/tls/s2n_ocsp_stapling.c
crt/s2n/tls/s2n_post_handshake.c
crt/s2n/tls/s2n_post_handshake.h
crt/s2n/tls/s2n_prf.c
crt/s2n/tls/s2n_prf.h
crt/s2n/tls/s2n_protocol_preferences.c
crt/s2n/tls/s2n_protocol_preferences.h
crt/s2n/tls/s2n_psk.c
crt/s2n/tls/s2n_psk.h
crt/s2n/tls/s2n_quic_support.c
crt/s2n/tls/s2n_quic_support.h
crt/s2n/tls/s2n_record.h
crt/s2n/tls/s2n_record_read.c
crt/s2n/tls/s2n_record_read.h
crt/s2n/tls/s2n_record_read_aead.c
crt/s2n/tls/s2n_record_read_cbc.c
crt/s2n/tls/s2n_record_read_composite.c
crt/s2n/tls/s2n_record_read_stream.c
crt/s2n/tls/s2n_record_write.c
crt/s2n/tls/s2n_recv.c
crt/s2n/tls/s2n_resume.c
crt/s2n/tls/s2n_resume.h
crt/s2n/tls/s2n_security_policies.c
crt/s2n/tls/s2n_security_policies.h
crt/s2n/tls/s2n_send.c
crt/s2n/tls/s2n_server_cert.c
crt/s2n/tls/s2n_server_cert_request.c
crt/s2n/tls/s2n_server_done.c
crt/s2n/tls/s2n_server_extensions.c
crt/s2n/tls/s2n_server_extensions.h
crt/s2n/tls/s2n_server_finished.c
crt/s2n/tls/s2n_server_hello.c
crt/s2n/tls/s2n_server_hello_retry.c
crt/s2n/tls/s2n_server_key_exchange.c
crt/s2n/tls/s2n_server_key_exchange.h
crt/s2n/tls/s2n_server_new_session_ticket.c
crt/s2n/tls/s2n_shutdown.c
crt/s2n/tls/s2n_signature_algorithms.c
crt/s2n/tls/s2n_signature_algorithms.h
crt/s2n/tls/s2n_signature_scheme.c
crt/s2n/tls/s2n_signature_scheme.h
crt/s2n/tls/s2n_tls.c
crt/s2n/tls/s2n_tls.h
crt/s2n/tls/s2n_tls13.c
crt/s2n/tls/s2n_tls13.h
crt/s2n/tls/s2n_tls13_certificate_verify.c
crt/s2n/tls/s2n_tls13_certificate_verify.h
crt/s2n/tls/s2n_tls13_handshake.c
crt/s2n/tls/s2n_tls13_handshake.h
crt/s2n/tls/s2n_tls_digest_preferences.h
crt/s2n/tls/s2n_tls_parameters.h
crt/s2n/tls/s2n_x509_validator.c
crt/s2n/tls/s2n_x509_validator.h
crt/s2n/tls/extensions/Makefile
crt/s2n/tls/extensions/s2n_client_alpn.c
crt/s2n/tls/extensions/s2n_client_alpn.h
crt/s2n/tls/extensions/s2n_client_early_data_indication.c
crt/s2n/tls/extensions/s2n_client_key_share.c
crt/s2n/tls/extensions/s2n_client_key_share.h
crt/s2n/tls/extensions/s2n_client_max_frag_len.c
crt/s2n/tls/extensions/s2n_client_max_frag_len.h
crt/s2n/tls/extensions/s2n_client_pq_kem.c
crt/s2n/tls/extensions/s2n_client_pq_kem.h
crt/s2n/tls/extensions/s2n_client_psk.c
crt/s2n/tls/extensions/s2n_client_psk.h
crt/s2n/tls/extensions/s2n_client_renegotiation_info.c
crt/s2n/tls/extensions/s2n_client_renegotiation_info.h
crt/s2n/tls/extensions/s2n_client_sct_list.c
crt/s2n/tls/extensions/s2n_client_sct_list.h
crt/s2n/tls/extensions/s2n_client_server_name.c
crt/s2n/tls/extensions/s2n_client_server_name.h
crt/s2n/tls/extensions/s2n_client_session_ticket.c
crt/s2n/tls/extensions/s2n_client_session_ticket.h
crt/s2n/tls/extensions/s2n_client_signature_algorithms.c
crt/s2n/tls/extensions/s2n_client_signature_algorithms.h
crt/s2n/tls/extensions/s2n_client_status_request.c
crt/s2n/tls/extensions/s2n_client_status_request.h
crt/s2n/tls/extensions/s2n_client_supported_groups.c
crt/s2n/tls/extensions/s2n_client_supported_groups.h
crt/s2n/tls/extensions/s2n_client_supported_versions.c
crt/s2n/tls/extensions/s2n_client_supported_versions.h
crt/s2n/tls/extensions/s2n_cookie.c
crt/s2n/tls/extensions/s2n_cookie.h
crt/s2n/tls/extensions/s2n_early_data_indication.h
crt/s2n/tls/extensions/s2n_ec_point_format.c
crt/s2n/tls/extensions/s2n_ec_point_format.h
crt/s2n/tls/extensions/s2n_extension_list.c
crt/s2n/tls/extensions/s2n_extension_list.h
crt/s2n/tls/extensions/s2n_extension_type.c
crt/s2n/tls/extensions/s2n_extension_type.h
crt/s2n/tls/extensions/s2n_extension_type_lists.c
crt/s2n/tls/extensions/s2n_extension_type_lists.h
crt/s2n/tls/extensions/s2n_key_share.c
crt/s2n/tls/extensions/s2n_key_share.h
crt/s2n/tls/extensions/s2n_psk_key_exchange_modes.c
crt/s2n/tls/extensions/s2n_psk_key_exchange_modes.h
crt/s2n/tls/extensions/s2n_quic_transport_params.c
crt/s2n/tls/extensions/s2n_quic_transport_params.h
crt/s2n/tls/extensions/s2n_server_alpn.c
crt/s2n/tls/extensions/s2n_server_alpn.h
crt/s2n/tls/extensions/s2n_server_certificate_status.c
crt/s2n/tls/extensions/s2n_server_certificate_status.h
crt/s2n/tls/extensions/s2n_server_key_share.c
crt/s2n/tls/extensions/s2n_server_key_share.h
crt/s2n/tls/extensions/s2n_server_max_fragment_length.c
crt/s2n/tls/extensions/s2n_server_max_fragment_length.h
crt/s2n/tls/extensions/s2n_server_psk.c
crt/s2n/tls/extensions/s2n_server_psk.h
crt/s2n/tls/extensions/s2n_server_renegotiation_info.c
crt/s2n/tls/extensions/s2n_server_renegotiation_info.h
crt/s2n/tls/extensions/s2n_server_sct_list.c
crt/s2n/tls/extensions/s2n_server_sct_list.h
crt/s2n/tls/extensions/s2n_server_server_name.c
crt/s2n/tls/extensions/s2n_server_server_name.h
crt/s2n/tls/extensions/s2n_server_session_ticket.c
crt/s2n/tls/extensions/s2n_server_session_ticket.h
crt/s2n/tls/extensions/s2n_server_signature_algorithms.c
crt/s2n/tls/extensions/s2n_server_signature_algorithms.h
crt/s2n/tls/extensions/s2n_server_status_request.c
crt/s2n/tls/extensions/s2n_server_status_request.h
crt/s2n/tls/extensions/s2n_server_supported_versions.c
crt/s2n/tls/extensions/s2n_server_supported_versions.h
crt/s2n/tls/extensions/s2n_supported_versions.c
crt/s2n/tls/extensions/s2n_supported_versions.h
crt/s2n/utils/Makefile
crt/s2n/utils/s2n_annotations.h
crt/s2n/utils/s2n_array.c
crt/s2n/utils/s2n_array.h
crt/s2n/utils/s2n_asn1_time.c
crt/s2n/utils/s2n_asn1_time.h
crt/s2n/utils/s2n_bitmap.h
crt/s2n/utils/s2n_blob.c
crt/s2n/utils/s2n_blob.h
crt/s2n/utils/s2n_compiler.h
crt/s2n/utils/s2n_ensure.c
crt/s2n/utils/s2n_ensure.h
crt/s2n/utils/s2n_init.c
crt/s2n/utils/s2n_init.h
crt/s2n/utils/s2n_map.c
crt/s2n/utils/s2n_map.h
crt/s2n/utils/s2n_map_internal.h
crt/s2n/utils/s2n_mem.c
crt/s2n/utils/s2n_mem.h
crt/s2n/utils/s2n_random.c
crt/s2n/utils/s2n_random.h
crt/s2n/utils/s2n_result.c
crt/s2n/utils/s2n_result.h
crt/s2n/utils/s2n_rfc5952.c
crt/s2n/utils/s2n_rfc5952.h
crt/s2n/utils/s2n_safety.c
crt/s2n/utils/s2n_safety.h
crt/s2n/utils/s2n_safety_macros.h
crt/s2n/utils/s2n_set.c
crt/s2n/utils/s2n_set.h
crt/s2n/utils/s2n_socket.c
crt/s2n/utils/s2n_socket.h
crt/s2n/utils/s2n_str.c
crt/s2n/utils/s2n_str.h
crt/s2n/utils/s2n_timer.c
crt/s2n/utils/s2n_timer.h
source/auth.h
source/auth_credentials.c
source/auth_signer.c
source/auth_signing_config.c
source/common.c
source/common.h
source/crypto.c
source/crypto.h
source/event_stream.h
source/event_stream_headers.c
source/event_stream_rpc_client_connection.c
source/event_stream_rpc_client_continuation.c
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
source/s3.h
source/s3_client.c
source/s3_meta_request.c
test/test_appexit.py
test/test_auth.py
test/test_common.py
test/test_eventstream.py
test/test_eventstream_rpc.py
test/test_exceptions.py
test/test_http_client.py
test/test_http_headers.py
test/test_io.py
test/test_mqtt.py
test/test_s3.py