- ac3cf7c Add more protection to mbedtls_platform_zeroize by Dave Rodgman · 1 year, 11 months 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 · 1 year, 11 months ago
- b5d9715 Merge pull request #7857 from minosgalanakis/bugifx/address_curve_bits by Paul Elliott · 1 year, 11 months 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 · 1 year, 11 months 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
- 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
- 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
- 0ac57ca Rename is_psa_crypto -> in_psa_crypto_repo by David Horstmann · 2 years ago
- 7f93d22 Rename psa_crypto_lib_filename to just crypto_lib_filename by David Horstmann · 2 years ago
- 4dcddcf Parameterize out of source build directory by David Horstmann · 2 years ago
- 76a7738 Invert logic for repo detection in all.sh by David Horstmann · 2 years ago
- e31014a Tweak test_psa_compliance pylint annotations by David Horstmann · 2 years, 1 month ago
- 42f42f4 Support psa-crypto repo in psa_storage.py by David Horstmann · 2 years, 1 month ago
- 1d09184 Modify test_psa_compliance.py for psa-crypto repo by David Horstmann · 2 years, 1 month ago
- 795d8b5 Modify build_tree.py for the PSA Crypto repo by David Horstmann · 2 years, 1 month ago
- 9a6c45b Make all.sh PSA-crypto-friendly by David Horstmann · 2 years, 1 month ago
- d43cab3 Correct analyze_outcomes identation by Tomás González · 2 years ago
- 41d689f Merge pull request #7985 from tom-cosgrove-arm/single-source-of-truth-for-licensing by Tom Cosgrove · 2 years ago
- 1515f35 Remove IAR warning fixes to 2.28 from changelog by Agathiyan Bragadeesh · 2 years ago
- c5eb13d Reword IAR changelog for fixing compiler warnings by Agathiyan Bragadeesh · 2 years ago
- 3d2d599 Merge pull request #7996 from gilles-peskine-arm/small_primes-gaps by Tom Cosgrove · 2 years ago
- e65bba4 Merge pull request #7803 from gilles-peskine-arm/psa-low-hash-mac-size by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7803-17d5081ffb27e1be0807d52ede3edffdc722482a
- a063144 Correct analyze_outcomes.py identation by Tomás González · 2 years ago
- 30b0378 Fix off-by-one error by Gilles Peskine · 2 years ago
- 5022311 Tidy up allow list definition by Tomás González · 2 years ago
- 7ebb18f Make non-executed tests that are not in the allow list an error by Tomás González · 2 years ago
- ad7725d Fix type annotation by Gilles Peskine · 2 years ago
- 6d14c2b Remove dead code by Gilles Peskine · 2 years ago
- c9187c5 New test suite for the low-level hash interface by Gilles Peskine · 2 years, 2 months ago
- e20d688 Fix missing operand modifier by Dave Rodgman · 2 years ago
- 17d5081 Merge pull request #8099 from gilles-peskine-arm/split-config_psa-prepare by Tom Cosgrove · 2 years ago
- d50562c Merge pull request #7827 from davidhorstmann-arm/reword-net-free-description-2544 by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7827-31b2d7414d245a19cc01321179bc7cbe21cc9ce0
- 43f7602 Fixup incorrectly-formatted ChangeLog entry by David Horstmann · 2 years ago
- fdb7223 Move PSA information and dependency automation into their own module by Gilles Peskine · 2 years, 2 months ago
- 0c99a90 Avoid signed right shift UB by Dave Rodgman · 2 years ago
- 31b2d74 Merge pull request #8053 from gilles-peskine-arm/mpi_exp_mod-remove_initial_copy by Tom Cosgrove · 2 years ago
- 796bc2b Merge pull request #7486 from AndrzejKurek/calloc-also-zeroizes by Gilles Peskine · 2 years ago
- 0addbe6 Merge pull request #8069 from paul-elliott-arm/fix_ecjpake_deadcode by Gilles Peskine · 2 years ago
- d686c2a Merge pull request #7971 from AgathiyanB/fix-data-files-makefile by Gilles Peskine · 2 years ago
- 65204f8 Merge pull request #8035 from daverodgman/aesce-support-perf by Dave Rodgman · 2 years ago
- ea4fc97 Restore a comment and fix it by Gilles Peskine · 2 years, 3 months ago
- 9af413b Don't try to include mbedtls/config_*.h by Gilles Peskine · 2 years, 3 months ago
- 44243e1 Remove obsolete header inclusions by Gilles Peskine · 2 years, 3 months ago
- 7b7ecf5 Fix condition to include MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE by Gilles Peskine · 2 years, 3 months ago
- a458d48 Move the inclusion of the PSA config file(s) into build_info.h by Gilles Peskine · 2 years, 3 months ago
- 8cd1da4 Remove spurious extern "C" by Gilles Peskine · 2 years, 3 months ago
- d296480 Merge pull request #8017 from ivq/unchecked_return by Tom Cosgrove · 2 years ago
- e220d25 Merge pull request #8086 from yanesca/remove-new-bignum by Janos Follath · 2 years ago gh-readonly-queue/development/pr-8086-1fdc884ed831927600838a3656b6d74a0417d52b
- 0ce0fbc Simplify aarch64 asm for mbedtls_ct_uint_lt by Dave Rodgman · 2 years ago
- 3ab114e Move non-function-specific macro outside of function definition by Dave Rodgman · 2 years ago
- f2249ec Rename mbedtls_aesce_has_support macro to satisfy case rules by Dave Rodgman · 2 years ago
- b30adce Use -1 as uninitialised marker by Dave Rodgman · 2 years ago
- 4566132 Make mbedtls_aesce_has_support more efficient by Dave Rodgman · 2 years ago
- 1fdc884 Merge pull request #7384 from yuhaoth/pr/add-aes-accelerator-only-mode by Dave Rodgman · 2 years ago
- 1923c91 Add ChangeLog entry for otherName SAN fixes by David Horstmann · 2 years ago
- cfae6a1 Fix incorrect detection of HardwareModuleName by David Horstmann · 2 years ago
- 2ea44d2 Fix: Set type_id in x509_get_other_name() by David Horstmann · 2 years ago
- 0a6272d revert padlock from aesni module by Jerry Yu · 2 years ago
- 61fc5ed improve readability of error message by Jerry Yu · 2 years ago
- 372f7a0 Add missing check by Jerry Yu · 2 years ago
- 5cad47d Modify test description by Kusumit Ghoderao · 2 years ago
- 505dffd Merge pull request #7937 from yanrayw/code_size_compare_improvement by Bence Szépkúti · 2 years ago
- eeaad50 Merge pull request #8079 from adeaarm/port_IAR_build_fix by Gilles Peskine · 2 years ago
- e4d634c Add tests with higher input costs for pbkdf2 by Kusumit Ghoderao · 2 years ago
- dbd13c3 Merge pull request #7662 from lpy4105/issue/renew_cert_2027-01-01 by Gilles Peskine · 2 years ago
- 8e9d6b9 Remove the workaround for psa_key_agreement_internal by Antonio de Angelis · 2 years ago
- f2334b7 Remove new bignum when not needed by Janos Follath · 2 years ago
- 48eae13 Fix formatting in changelog by Agathiyan Bragadeesh · 2 years ago
- 2c01874 Add newline at end of changelog by Agathiyan Bragadeesh · 2 years ago
- 294be94 Merge pull request #7818 from silabs-Kusumit/PBKDF2_cmac_implementation by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7818-a4c01dd6e9264c40c33a1b9fcd3309b0cad0595f
- 9608447 replace padlock_c with padlock_have_code by Jerry Yu · 2 years ago