- a722d0a Update CMake minimum version(s) to match main CMakeLists.txt by Paul Elliott · 1 year, 11 months ago
- 9b9ac4c Merge pull request #8175 from ronald-cron-arm/fix-query-config-generation-with-cmake by Ronald Cron · 1 year, 11 months ago
- ad2f351 Merge pull request #8171 from ronald-cron-arm/misc-minor-fixes by Ronald Cron · 1 year, 11 months ago
- 7fda906 Merge pull request #8161 from gilles-peskine-arm/config-boolean-options-wrong-section-202309 by Dave Rodgman · 1 year, 11 months ago
- 82fe082 Merge pull request #8180 from daverodgman/sha2-zeroize by Dave Rodgman · 1 year, 11 months ago
- aafd1e0 Ensure all md_<hash>_finish functions perform zeroization by Dave Rodgman · 1 year, 11 months ago
- ce1bb3d Merge pull request #8178 from tom-cosgrove-arm/remove-tautological-null-pointer-check-sha3_c by Paul Elliott · 1 year, 11 months ago gh-readonly-queue/development/pr-8178-33fbd373bea54711ce935a376e5e594f85f9d020
- 876346e Remove always-false null pointer check in sha3.c that Coverity complains about by Tom Cosgrove · 1 year, 11 months ago
- d7a983a Fix generate_query_config.pl usage by Ronald Cron · 1 year, 11 months ago
- eab2055 Fix query_config.c generation with CMake build system by Ronald Cron · 2 years ago
- 33fbd37 Merge pull request #8174 from Mbed-TLS/fix-pkwrite-test-dependencies by Ronald Cron · 1 year, 11 months ago
- 8ece2e9 Fix incorrect test dependencies in pkwrite tests by David Horstmann · 1 year, 11 months ago fix-pkwrite-test-dependencies
- 8673383 Modernize documentation of MBEDTLS_PLATFORM_ZEROIZE_ALT by Gilles Peskine · 1 year, 11 months ago
- d3d566f PSA config: Add comment about HKDF by Ronald Cron · 1 year, 11 months ago
- b9c7953 pkwrite: Fix defined but not used warning by Ronald Cron · 1 year, 11 months ago
- 5859098 Merge pull request #8160 from daverodgman/warn-unreachable by Gilles Peskine · 1 year, 11 months ago
- d1ce030 Merge pull request #8159 from gilles-peskine-arm/split-config_psa-split by Gilles Peskine · 1 year, 11 months ago
- 85061b9 Improve sanity checking of MBEDTLS_HAVE_INTxx by Dave Rodgman · 1 year, 11 months ago
- b7b8c09 Update bignum_core.c by Dave Rodgman · 1 year, 11 months ago
- f9e4caf Comment out default definition by Gilles Peskine · 1 year, 11 months ago
- ff2558a Fix unused variable in some TLS 1.3 builds by Gilles Peskine · 1 year, 11 months ago
- d65ea42 Fix some TLS 1.3 settings that were required in mbedtls_config.h by Gilles Peskine · 1 year, 11 months ago
- da69eaa TLS 1.3 support is mostly complete by Gilles Peskine · 1 year, 11 months ago
- a8861e0 Fix boolean options in the wrong section by Gilles Peskine · 1 year, 11 months ago
- 7e1e7be Simplify fixes for unreachable code by Dave Rodgman · 1 year, 11 months ago
- cfa7223 Fix warnings about unreachable code by Dave Rodgman · 1 year, 11 months ago
- 0364c8a Introduce MBEDTLS_IGNORE_UNREACHABLE_BEGIN by Dave Rodgman · 1 year, 11 months ago
- 945d674 Merge pull request #8157 from actonlang/fix-include-psa-utils-internals by Paul Elliott · 1 year, 11 months ago
- edc2379 Split build_info.h: create and populate mbedtls/config_adjust_ssl.h by Gilles Peskine · 1 year, 11 months ago
- dc720b0 Split build_info.h: create mbedtls/config_adjust_x509.h by Gilles Peskine · 1 year, 11 months ago
- 9d6a63b Split build_info.h: create and populate mbedtls/config_adjust_legacy_crypto.h by Gilles Peskine · 1 year, 11 months ago
- 4fb1542 Split config_psa.h: create and populate mbedtls/config_adjust_legacy_from_psa.h by Gilles Peskine · 1 year, 11 months ago
- 10c6f07 Split config_psa.h: create and populate mbedtls/config_adjust_psa_from_legacy.h by Gilles Peskine · 1 year, 11 months ago
- eca0178 Split config_psa.h: create and populate mbedtls/config_adjust_psa_superset_legacy.h by Gilles Peskine · 1 year, 11 months ago
- 5823977 Split config_psa.h: create and populate psa/crypto_adjust_auto_enabled.h by Gilles Peskine · 1 year, 11 months ago
- 7b7d903 Split config_psa.h: create and populate psa/crypto_adjust_config_synonyms.h by Gilles Peskine · 1 year, 11 months ago
- b9664ee Don't include configuration adjustment headers by Gilles Peskine · 1 year, 11 months ago
- 8bd8a46 Merge pull request #8141 from tom-cosgrove-arm/define-psa-macros-to-1 by Tom Cosgrove · 1 year, 11 months ago
- a1aeff4 Use quotes include of psa_util_internal.h by Kristian Larsson · 1 year, 11 months ago
- 8595984 Merge pull request #8143 from tom-cosgrove-arm/check-mbedtls_platform_zeroize-calls by Dave Rodgman · 1 year, 11 months ago gh-readonly-queue/development/pr-8143-4f69668558f5578302aa250ad7a69b3b1f3944e8
- b2fafa5 config-wrapper-zeroize-memset.h should be user-config-zeroize-memset.h and not include mbedtls_config.h by Tom Cosgrove · 1 year, 11 months ago
- d9572c0 Move the description of MBEDTLS_TEST_DEFINES_ZEROIZE to before its use by Tom Cosgrove · 1 year, 11 months ago
- 7eced7d Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
- daddf11 Add a build to all.sh to check mbedtls_platform_zeroize() calls by Tom Cosgrove · 1 year, 11 months ago
- 351a391 Fix incorrect use of mbedtls_platform_zeroize() in tests by Tom Cosgrove · 1 year, 11 months ago
- 42b02a9 Add the ability to verify mbedtls_platform_zeroize() calls with -Wsizeof-pointer-memaccess by Tom Cosgrove · 1 year, 11 months ago
- 4f69668 Merge pull request #8082 from daverodgman/misc-code-size by Dave Rodgman · 1 year, 11 months ago gh-readonly-queue/development/pr-8082-662c497395c01f083e11f3463b14b001ce874e2b
- 662c497 Merge pull request #8144 from daverodgman/zeroize-stronger by Dave Rodgman · 1 year, 11 months ago
- 1dab445 Update guard for ecp by Dave Rodgman · 1 year, 11 months ago
- 16a7672 Merge pull request #8068 from paul-elliott-arm/fix_tls_zeroization by Dave Rodgman · 1 year, 11 months ago gh-readonly-queue/development/pr-8068-02ad791f2973f5f5b86e1d7a1c1d72401f78f70b
- 02ad791 Merge pull request #8116 from gilles-peskine-arm/config_psa-changelog-3.5 by Tom Cosgrove · 1 year, 11 months ago
- 83ae22d Add Changelog entry by Paul Elliott · 2 years ago
- fe55320 Avoid error from old gcc version by Dave Rodgman · 1 year, 11 months ago
- 5f6060a Code style by Dave Rodgman · 1 year, 11 months ago
- ba67451 Fix gcc compile warnings by Dave Rodgman · 1 year, 11 months ago
- ac3cf7c Add more protection to mbedtls_platform_zeroize by Dave Rodgman · 2 years ago
- 6147511 Merge pull request #7955 from davidhorstmann-arm/psa-crypto-script-changes by Paul Elliott · 1 year, 11 months ago
- 6ebe7d2 Merge pull request #8095 from davidhorstmann-arm/initialize-struct-get-other-name by Paul Elliott · 2 years ago
- c43c3aa Define all PSA_xxx macros to 1 rather than have them empty, for consistency by Tom Cosgrove · 2 years ago
- b5d9715 Merge pull request #7857 from minosgalanakis/bugifx/address_curve_bits by Paul Elliott · 2 years ago
- 4f47f3d Covert PSA guards to MBEDTLS by Dave Rodgman · 2 years ago
- a9a53a0 Merge remote-tracking branch 'origin/development' into misc-code-size by Dave Rodgman · 2 years ago
- dea266f Use MBEDTLS_MD_LIGHT instead of MBEDTLS_MD_C by Dave Rodgman · 2 years ago
- 8d706f6 Simplify camellia error conversion macros by Dave Rodgman · 2 years ago
- 09a9e58 Add missing error conversion case by Dave Rodgman · 2 years ago
- 68efcf5 Remove not-needed #include by Dave Rodgman · 2 years ago
- f763238 Merge pull request #8130 from davidhorstmann-arm/fix-unnecessary-include-prefixes by Gilles Peskine · 2 years ago
- 793654b Merge pull request #8137 from paul-elliott-arm/regen_coverity_token by Paul Elliott · 2 years ago
- 7b2b76a Merge pull request #7165 from yanrayw/7094-collect-compatsh-test-cases by Gilles Peskine · 2 years ago
- 5a387c8 Merge pull request #8140 from daverodgman/sha3-zeroize by Tom Cosgrove · 2 years ago
- 984309c Call mbedtls_platform_zeroize via mbedtls_sha3_free by Dave Rodgman · 2 years ago
- dbddb00 Ensure mbedtls_sha3_finish zeroizes the context by Dave Rodgman · 2 years ago
- 240240d Regenerate coverity scan token by Paul Elliott · 2 years ago
- 22ec2ae Fix unnecessary header prefixes in tests by David Horstmann · 2 years ago
- 63f0abe check_test_cases: add a comment to explain idx in walk_compat_sh by Yanray Wang · 2 years ago
- 29bf911 Merge pull request #7839 from daverodgman/psa-sha3 by Dave Rodgman · 2 years ago
- 8f3ec8e Use '--target' instead of shortened '-t' by David Horstmann · 2 years ago
- ab717b5 Merge remote-tracking branch 'origin/development' into 7094-collect-compatsh-test-cases by Yanray Wang · 2 years ago
- 3ed1871 Disable pylint error for non-uppercase names by David Horstmann · 2 years ago
- 33e1f42 Fix use of mbedtls_psa_safer_memcmp in test code by Dave Rodgman · 2 years ago
- 9cc6b2f Add missing import in test_psa_compliance.py by David Horstmann · 2 years ago
- fd9264e Fix pylint errors by David Horstmann · 2 years ago
- f3a4168 Merge pull request #8126 from daverodgman/p256-m-aarch64 by Gilles Peskine · 2 years ago
- a878b66 Merge pull request #8090 from silabs-Kusumit/PBKDF2_higher_cost_tests by Gilles Peskine · 2 years ago
- 41c316d Move -B switch into a single argument by David Horstmann · 2 years ago
- 7870115 Fully replace mbedtls_psa_safer_memcmp by Dave Rodgman · 2 years ago
- b48822c Appease pylint by renaming variables by David Horstmann · 2 years ago
- beaee26 Test PSA compliance: Build only the crypto target by David Horstmann · 2 years ago
- c69074d Tidy up reference to Mbed TLS in help message by David Horstmann · 2 years ago
- 024a3b3 Disable p256-m asm on aarch64 by Dave Rodgman · 2 years ago
- 2ba89be Disable pylint error in CMake command by David Horstmann · 2 years ago
- 3b8984a Remove or qualify references to Mbed TLS by David Horstmann · 2 years ago
- f757069 Rename 'mbedtls_dir' -> 'root_dir' by David Horstmann · 2 years ago
- 98af198 Correctly detect presence of the built library by David Horstmann · 2 years ago
- 58cf7c6 Use repo detection functions at start of all.sh by David Horstmann · 2 years ago
- d02b5f8 Separate directory discernment into 2 functions by David Horstmann · 2 years ago
- 2fde999 Improve directory coverage in PSA repo detection by David Horstmann · 2 years ago
- d395590 Merge pull request #7579 from daverodgman/safer-ct-asm by Dave Rodgman · 2 years ago
- 8ca2041 Merge pull request #8074 from tgonzalezorlandoarm/tg/allowlist by Gilles Peskine · 2 years ago
- 2a29672 Merge pull request #8084 from AgathiyanB/remove-type-qualifier-in-assignment-casts by Gilles Peskine · 2 years ago