- f5c5ce7 Partly unify LOCAL_CFLAGS by Gilles Peskine · 1 year, 8 months ago
- 4ad5733 Unify treatment of MBEDTLS_TEST_OBJS by Gilles Peskine · 1 year, 8 months ago
- afccc1a Indent nested conditionals by Gilles Peskine · 1 year, 8 months ago
- c6088ec Merge pull request #8384 from paul-elliott-arm/remove_ssl_null_tls12 by Tom Cosgrove · 1 year, 8 months ago
- 907cb02 Merge pull request #8618 from Ryan-Everett-arm/new-state-transition-documentation by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/development/pr-8618-4bf4473ef0960fd221a739a187a8f1ec3abb970f
- 4bf4473 Merge pull request #8633 from Wenxing-hou/clear_clienthello_comment by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/development/pr-8633-0e6fdc4f1d1bf7093e8a8f43e3cfbc742f1e8b2b
- 0e6fdc4 Merge pull request #8342 from yanesca/threading_test_pc by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/development/pr-8342-35085c5e893430886609386ad093131900d68723
- 3dd6cde Mention functional correctness explicitly by Ryan Everett · 1 year, 8 months ago
- f5e1356 Clarify key generation and memory-management correctness by Ryan Everett · 1 year, 8 months ago
- 35085c5 Merge pull request #7930 from tomi-font/7583-non-PSA_pk_sign_ext by Manuel Pégourié-Gonnard · 1 year, 8 months ago
- 851d8df fix/work around dependency issues when !MBEDTLS_ECP_C by Tomi Fontanilles · 1 year, 8 months ago
- e6a664e changelog: fix missing newline at end of file by Tomi Fontanilles · 1 year, 8 months ago
- 9f41770 pk_*: remove remaining references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
- 5297e43 non-psa-pk-implementation: rephrase the changelog entry by Tomi Fontanilles · 1 year, 8 months ago
- bad170e pk: remove last references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
- 1941af0 pk_wrap: remove last references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
- 9c69348 pk test suite: rename the parameter named parameter by Tomi Fontanilles · 1 year, 8 months ago
- 573dc23 rsa: introduce rsa_internal_rsassa_pss_sign_no_mode_check() by Tomi Fontanilles · 1 year, 8 months ago
- 8174662 pk: implement non-PSA mbedtls_pk_sign_ext() by Tomi Fontanilles · 2 years, 1 month ago
- 80ca493 gitignore: add clangd index files by Tomi Fontanilles · 2 years, 1 month ago
- a70b3c2 rsa: minor comment/guard improvements by Tomi Fontanilles · 2 years, 1 month ago
- 9934f83 Merge pull request #7766 from gilles-peskine-arm/psa-transition-doc-create by Manuel Pégourié-Gonnard · 1 year, 8 months ago
- 299bbac Merge pull request #8644 from gilles-peskine-arm/domain_parameters_document_size_hack by Manuel Pégourié-Gonnard · 1 year, 8 months ago
- a4b38f2 Merge pull request #8579 from valeriosetti/issue7995 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
- a69c782 Merge pull request #8634 from daverodgman/iar-fixes by Dave Rodgman · 1 year, 8 months ago
- 1a9e05b Note that domain parameters are not supported with drivers by Gilles Peskine · 1 year, 8 months ago
- 5ad9539 Remove DSA and DH domain parameters from the documentation by Gilles Peskine · 1 year, 8 months ago
- 7f062a5 pkwrite: add newlines when calling mbedtls_pem_write_buffer() by Valerio Setti · 1 year, 8 months ago
- 4bb5740 Revert "pem: auto add newlines to header/footer in mbedtls_pem_write_buffer()" by Valerio Setti · 1 year, 8 months ago
- 9deb549 Document the domain_parameters_size==SIZE_MAX hack by Gilles Peskine · 1 year, 8 months ago
- 22dbaf0 Add AES_PSA_INIT() to thread test case by Paul Elliott · 1 year, 8 months ago
- 445af3c Move test dependancies to function file by Paul Elliott · 1 year, 8 months ago
- e4b3f75 Remove unnecessary check by Paul Elliott · 1 year, 8 months ago
- 79dc6da Improve make pthread linking mechanism by Paul Elliott · 1 year, 8 months ago
- 40f0ec2 Remove requirement for SHA512 from ctr_drbg test by Paul Elliott · 1 year, 8 months ago
- 20a95bc Remove explicit linking of PThread in make by Paul Elliott · 1 year, 8 months ago
- 6587959 Add ability to pass make variables to psa_collect_statuses.py by Paul Elliott · 1 year, 8 months ago
- be978a8 Add option to pass make variables to depends.py by Paul Elliott · 1 year, 8 months ago
- 80fa88e Remove warning with GCC 12 and TSan by Paul Elliott · 1 year, 8 months ago
- 356597f Make TSan test run operate on full config by Paul Elliott · 1 year, 8 months ago
- bb0e48f Make number of threads a test argument by Paul Elliott · 1 year, 8 months ago
- fed410f Increase entropy buffer sizes by Paul Elliott · 1 year, 8 months ago
- 811c600 Guard tests correctly by Paul Elliott · 1 year, 8 months ago
- 6a997c9 Fix code style by Paul Elliott · 1 year, 8 months ago
- 2667eda Explicitly link tests with pthreads by Paul Elliott · 1 year, 8 months ago
- 8860021 Fix false claim of variables used unitialised by Paul Elliott · 1 year, 9 months ago
- bbdfc8a Add TsanDbg, standardise Tsan with other sanitisers by Paul Elliott · 1 year, 9 months ago
- bda25dd Add re-seeding option to test by Paul Elliott · 1 year, 9 months ago
- 20b2efa Fix missing include by Paul Elliott · 1 year, 9 months ago
- 178bf3e Fix failing multi-threaded unit test by Janos Follath · 1 year, 10 months ago
- a16ee6b Add multi-threaded unit test by Janos Follath · 1 year, 10 months ago
- 9338cac Add tsan to all.sh by Janos Follath · 1 year, 10 months ago
- eb075c5 Add cmake build type for tsan by Janos Follath · 1 year, 10 months ago
- af616d9 Merge remote-tracking branch 'origin/development' into iar-fixes by Dave Rodgman · 1 year, 8 months ago
- 8f1c36d Merge pull request #8607 from valeriosetti/issue8602 by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8607-a085fa8ccff28d178693e9dd745fc9b305c053d9
- a085fa8 Merge pull request #8627 from tom-cosgrove-arm/ip_len by Bence Szépkúti · 1 year, 8 months ago
- 543d275 Merge pull request #8635 from daverodgman/asan-opt by Dave Rodgman · 1 year, 8 months ago
- abd8977 Make check_files ignore png files in docs by Ryan Everett · 1 year, 8 months ago
- c1c6e0d Justify linearization points by Ryan Everett · 1 year, 8 months ago
- d5635e9 Undo accidental change by Dave Rodgman · 1 year, 8 months ago
- a2cf240 Add explanatory comment by Dave Rodgman · 1 year, 8 months ago
- cddab78 Merge pull request #8630 from joerchan/mbedtls-tfm-compat by Manuel Pégourié-Gonnard · 1 year, 8 months ago
- c1f0f5b Fix a typo by Dave Rodgman · 1 year, 8 months ago
- b90f87b Use gcc for -m32 Asan builds by Dave Rodgman · 1 year, 8 months ago
- 815b240 Fix unused function/variable warnings from clang by Dave Rodgman · 1 year, 8 months ago
- 17127e9 Use clang as default compiler for Asan by Dave Rodgman · 1 year, 8 months ago
- 852de3c Build with -O2, but without assembly by Dave Rodgman · 1 year, 8 months ago
- 9ede76c changelog: add changelog for move of mbedtls_ecc psa helper functions by Joakim Andersson · 1 year, 8 months ago
- 6ecb9ce Link directly to the state transition diagram by Ryan Everett · 1 year, 8 months ago
- acfd774 Add some clarifications in thread_safety.md by Ryan Everett · 1 year, 8 months ago
- 3eb4274 Fix transitions in diagram by Ryan Everett · 1 year, 8 months ago
- a19c753 Remove redundant use of -O2 with ASAN_FLAGS by Dave Rodgman · 1 year, 8 months ago
- 3b9de38 Make clienthello comment clear by Wenxing Hou · 1 year, 8 months ago
- b461b87 Change how the state transition diagram is stored by Ryan Everett · 1 year, 8 months ago
- b349108 library: Move mbedtls_ecc helper functions to psa_util by Joakim Andersson · 1 year, 8 months ago
- 69928db Fix compile warning from IAR by Dave Rodgman · 1 year, 8 months ago
- 650674b Add MBEDTLS_BSWAPxx intrinsics for IAR by Dave Rodgman · 1 year, 8 months ago
- f3c04f3 Better definition of MBEDTLS_IS_BIG_ENDIAN for IAR by Dave Rodgman · 1 year, 8 months ago
- 1f67363 Merge pull request #8616 from lpy4105/issue/8553/test-driver-only-rsa by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8616-001fb731311e7814c12f9f53e1ef61f341b64148
- 001fb73 Merge pull request #8612 from valeriosetti/issue8601 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
- bdba26c Merge pull request #8626 from davidhorstmann-arm/fix-uninit-mpi-test by Dave Rodgman · 1 year, 8 months ago gh-readonly-queue/development/pr-8626-7404af6ec3befe5b188b8b776f42cb1db6da74d8
- 1ef1eb2 Clarify psa_constant_names by Gilles Peskine · 1 year, 8 months ago
- 7404af6 Merge pull request #8599 from valeriosetti/issue8357 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
- 5feac95 Correct and clarify discussion of AES-CMAC-PRF-128 by Gilles Peskine · 1 year, 8 months ago
- 0308d79 Fix some MAC-related function names by Gilles Peskine · 1 year, 8 months ago
- ea6b3c0 Merge pull request #8605 from valeriosetti/issue8600 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
- b4362d2 Merge pull request #8523 from tom-daubney-arm/modify_check_generated_files_script by Gilles Peskine · 1 year, 8 months ago
- a211bb7 Merge pull request #8596 from xkqian/tls13_early_data_input_file by Gilles Peskine · 1 year, 8 months ago
- c5b7285 library: Remove unused psa_crypto_core.h include by Joakim Andersson · 1 year, 8 months ago
- a9581d2 Fix CI failure of uninitialized fp by Xiaokang Qian · 1 year, 8 months ago
- 656d4b3 Avoid use of `ip_len` as it clashes with a macro in AIX system headers by Tom Cosgrove · 1 year, 8 months ago
- e04a97a Move MPI initialization to start of function by David Horstmann · 1 year, 8 months ago
- 0f60c67 Merge pull request #8619 from davidhorstmann-arm/fix-selftest-doublefree by Paul Elliott · 1 year, 8 months ago gh-readonly-queue/development/pr-8619-90d07118ad0108b9d1f61524173d801c6e8ce781
- aedfc09 Revert to ae952174a7 and addressing some comments by Xiaokang Qian · 1 year, 8 months ago
- f05b768 Use existing variable containing full path by Thomas Daubney · 1 year, 8 months ago
- f75893b Update comments by Pengyu Lv · 1 year, 8 months ago
- d90fbf7 Adjuest checks in generate_key_rsa suite by Pengyu Lv · 1 year, 8 months ago
- e9efbc2 Error out when get domain_parameters is not supported by Pengyu Lv · 1 year, 8 months ago
- 64cd2f2 Fix potential double-free in calloc selftest by David Horstmann · 1 year, 8 months ago
- 177a45f Small clarifications in documentation by Ryan Everett · 1 year, 8 months ago