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