1. 5c7e944 fix line length by Dave Rodgman · 1 year, 8 months ago
  2. 3bc2499 Merge branch 'development' into default-compiler-all by Dave Rodgman · 1 year, 8 months ago
  3. 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
  4. 35085c5 Merge pull request #7930 from tomi-font/7583-non-PSA_pk_sign_ext by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  5. 851d8df fix/work around dependency issues when !MBEDTLS_ECP_C by Tomi Fontanilles · 1 year, 8 months ago
  6. e6a664e changelog: fix missing newline at end of file by Tomi Fontanilles · 1 year, 8 months ago
  7. 9f41770 pk_*: remove remaining references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
  8. 5297e43 non-psa-pk-implementation: rephrase the changelog entry by Tomi Fontanilles · 1 year, 8 months ago
  9. bad170e pk: remove last references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
  10. 1941af0 pk_wrap: remove last references to MBEDTLS_PSA_CRYPTO_C by Tomi Fontanilles · 1 year, 8 months ago
  11. 9c69348 pk test suite: rename the parameter named parameter by Tomi Fontanilles · 1 year, 8 months ago
  12. 573dc23 rsa: introduce rsa_internal_rsassa_pss_sign_no_mode_check() by Tomi Fontanilles · 1 year, 8 months ago
  13. 8174662 pk: implement non-PSA mbedtls_pk_sign_ext() by Tomi Fontanilles · 2 years, 1 month ago
  14. 80ca493 gitignore: add clangd index files by Tomi Fontanilles · 2 years, 1 month ago
  15. a70b3c2 rsa: minor comment/guard improvements by Tomi Fontanilles · 2 years, 1 month ago
  16. 9934f83 Merge pull request #7766 from gilles-peskine-arm/psa-transition-doc-create by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  17. 299bbac Merge pull request #8644 from gilles-peskine-arm/domain_parameters_document_size_hack by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  18. a4b38f2 Merge pull request #8579 from valeriosetti/issue7995 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  19. c393222 Work around clang 3.8 bug by Dave Rodgman · 1 year, 8 months ago
  20. a69c782 Merge pull request #8634 from daverodgman/iar-fixes by Dave Rodgman · 1 year, 8 months ago
  21. fc5b955 Don't use full path for setting CC by Dave Rodgman · 1 year, 8 months ago
  22. bc8e61d Use gcc in test_full_deprecated_warning by Dave Rodgman · 1 year, 8 months ago
  23. d47186d Disable automatic setting of clang target flags on old clang by Dave Rodgman · 1 year, 8 months ago
  24. d8d6451 Add -O2 to some CFLAGS which were not setting it by Dave Rodgman · 1 year, 8 months ago
  25. ea03ef9 Don't specify gcc unless the test requires it by Dave Rodgman · 1 year, 8 months ago
  26. dfe5ce8 Use clang -O2 in common_block_cipher_no_decrypt by Dave Rodgman · 1 year, 8 months ago
  27. 590519f Enable -O2 in depends.py by Dave Rodgman · 1 year, 8 months ago
  28. 1a9e05b Note that domain parameters are not supported with drivers by Gilles Peskine · 1 year, 8 months ago
  29. 5ad9539 Remove DSA and DH domain parameters from the documentation by Gilles Peskine · 1 year, 8 months ago
  30. 7f062a5 pkwrite: add newlines when calling mbedtls_pem_write_buffer() by Valerio Setti · 1 year, 8 months ago
  31. 4bb5740 Revert "pem: auto add newlines to header/footer in mbedtls_pem_write_buffer()" by Valerio Setti · 1 year, 8 months ago
  32. d0a594d Use gcc in test_psa_compliance by Dave Rodgman · 1 year, 8 months ago
  33. 932ce85 Ensure test_psa_compliance uses gcc by Dave Rodgman · 1 year, 8 months ago
  34. 9deb549 Document the domain_parameters_size==SIZE_MAX hack by Gilles Peskine · 1 year, 8 months ago
  35. 0c5bfe8 Ensure clang is present by Dave Rodgman · 1 year, 8 months ago
  36. 66cbc83 Use clang by default by Dave Rodgman · 1 year, 8 months ago
  37. 22dbaf0 Add AES_PSA_INIT() to thread test case by Paul Elliott · 1 year, 8 months ago
  38. 445af3c Move test dependancies to function file by Paul Elliott · 1 year, 8 months ago
  39. e4b3f75 Remove unnecessary check by Paul Elliott · 1 year, 8 months ago
  40. 79dc6da Improve make pthread linking mechanism by Paul Elliott · 1 year, 8 months ago
  41. 40f0ec2 Remove requirement for SHA512 from ctr_drbg test by Paul Elliott · 1 year, 8 months ago
  42. 20a95bc Remove explicit linking of PThread in make by Paul Elliott · 1 year, 8 months ago
  43. 6587959 Add ability to pass make variables to psa_collect_statuses.py by Paul Elliott · 1 year, 8 months ago
  44. be978a8 Add option to pass make variables to depends.py by Paul Elliott · 1 year, 8 months ago
  45. 80fa88e Remove warning with GCC 12 and TSan by Paul Elliott · 1 year, 9 months ago
  46. 356597f Make TSan test run operate on full config by Paul Elliott · 1 year, 8 months ago
  47. bb0e48f Make number of threads a test argument by Paul Elliott · 1 year, 8 months ago
  48. fed410f Increase entropy buffer sizes by Paul Elliott · 1 year, 8 months ago
  49. 811c600 Guard tests correctly by Paul Elliott · 1 year, 8 months ago
  50. 6a997c9 Fix code style by Paul Elliott · 1 year, 8 months ago
  51. 2667eda Explicitly link tests with pthreads by Paul Elliott · 1 year, 8 months ago
  52. 8860021 Fix false claim of variables used unitialised by Paul Elliott · 1 year, 9 months ago
  53. bbdfc8a Add TsanDbg, standardise Tsan with other sanitisers by Paul Elliott · 1 year, 9 months ago
  54. bda25dd Add re-seeding option to test by Paul Elliott · 1 year, 9 months ago
  55. 20b2efa Fix missing include by Paul Elliott · 1 year, 9 months ago
  56. 178bf3e Fix failing multi-threaded unit test by Janos Follath · 1 year, 10 months ago
  57. a16ee6b Add multi-threaded unit test by Janos Follath · 1 year, 10 months ago
  58. 9338cac Add tsan to all.sh by Janos Follath · 1 year, 10 months ago
  59. eb075c5 Add cmake build type for tsan by Janos Follath · 1 year, 10 months ago
  60. af616d9 Merge remote-tracking branch 'origin/development' into iar-fixes by Dave Rodgman · 1 year, 8 months ago
  61. 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
  62. a085fa8 Merge pull request #8627 from tom-cosgrove-arm/ip_len by Bence Szépkúti · 1 year, 8 months ago
  63. 543d275 Merge pull request #8635 from daverodgman/asan-opt by Dave Rodgman · 1 year, 8 months ago
  64. d5635e9 Undo accidental change by Dave Rodgman · 1 year, 8 months ago
  65. a2cf240 Add explanatory comment by Dave Rodgman · 1 year, 8 months ago
  66. cddab78 Merge pull request #8630 from joerchan/mbedtls-tfm-compat by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  67. c1f0f5b Fix a typo by Dave Rodgman · 1 year, 8 months ago
  68. b90f87b Use gcc for -m32 Asan builds by Dave Rodgman · 1 year, 8 months ago
  69. 815b240 Fix unused function/variable warnings from clang by Dave Rodgman · 1 year, 8 months ago
  70. 17127e9 Use clang as default compiler for Asan by Dave Rodgman · 1 year, 8 months ago
  71. 852de3c Build with -O2, but without assembly by Dave Rodgman · 1 year, 8 months ago
  72. 9ede76c changelog: add changelog for move of mbedtls_ecc psa helper functions by Joakim Andersson · 1 year, 8 months ago
  73. a19c753 Remove redundant use of -O2 with ASAN_FLAGS by Dave Rodgman · 1 year, 8 months ago
  74. b349108 library: Move mbedtls_ecc helper functions to psa_util by Joakim Andersson · 1 year, 8 months ago
  75. 69928db Fix compile warning from IAR by Dave Rodgman · 1 year, 8 months ago
  76. 650674b Add MBEDTLS_BSWAPxx intrinsics for IAR by Dave Rodgman · 1 year, 8 months ago
  77. f3c04f3 Better definition of MBEDTLS_IS_BIG_ENDIAN for IAR by Dave Rodgman · 1 year, 8 months ago
  78. 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
  79. 001fb73 Merge pull request #8612 from valeriosetti/issue8601 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  80. 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
  81. 1ef1eb2 Clarify psa_constant_names by Gilles Peskine · 1 year, 8 months ago
  82. 7404af6 Merge pull request #8599 from valeriosetti/issue8357 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  83. 5feac95 Correct and clarify discussion of AES-CMAC-PRF-128 by Gilles Peskine · 1 year, 8 months ago
  84. 0308d79 Fix some MAC-related function names by Gilles Peskine · 1 year, 8 months ago
  85. ea6b3c0 Merge pull request #8605 from valeriosetti/issue8600 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  86. b4362d2 Merge pull request #8523 from tom-daubney-arm/modify_check_generated_files_script by Gilles Peskine · 1 year, 8 months ago
  87. a211bb7 Merge pull request #8596 from xkqian/tls13_early_data_input_file by Gilles Peskine · 1 year, 8 months ago
  88. c5b7285 library: Remove unused psa_crypto_core.h include by Joakim Andersson · 1 year, 8 months ago
  89. a9581d2 Fix CI failure of uninitialized fp by Xiaokang Qian · 1 year, 8 months ago
  90. 656d4b3 Avoid use of `ip_len` as it clashes with a macro in AIX system headers by Tom Cosgrove · 1 year, 8 months ago
  91. e04a97a Move MPI initialization to start of function by David Horstmann · 1 year, 8 months ago
  92. 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
  93. aedfc09 Revert to ae952174a7 and addressing some comments by Xiaokang Qian · 1 year, 8 months ago
  94. f05b768 Use existing variable containing full path by Thomas Daubney · 1 year, 8 months ago
  95. f75893b Update comments by Pengyu Lv · 1 year, 8 months ago
  96. d90fbf7 Adjuest checks in generate_key_rsa suite by Pengyu Lv · 1 year, 8 months ago
  97. e9efbc2 Error out when get domain_parameters is not supported by Pengyu Lv · 1 year, 8 months ago
  98. 64cd2f2 Fix potential double-free in calloc selftest by David Horstmann · 1 year, 8 months ago
  99. 90d0711 Merge pull request #6721 from yuhaoth/pr/tls13-early-data-extension-of-nst by Ronald Cron · 1 year, 8 months ago
  100. abeca02 Remove test_psa_crypto_config_accel_rsa_signature by Pengyu Lv · 1 year, 8 months ago