1. f06ac88 Add extra testcases for buffer copying by David Horstmann · 1 year, 9 months ago
  2. 83eef38 Add implementation of psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  3. 24f11f9 Add testcases for psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  4. 1d838b2 Add buffers struct and prototypes for alloc API by David Horstmann · 1 year, 9 months ago
  5. 8978f5c Add implementation of psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
  6. 2f96423 Add testcases for psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
  7. fde9739 Add implementation of psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
  8. 0b241ee Add testcases for psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
  9. af45b83 Add function prototypes for copying functions by David Horstmann · 1 year, 9 months ago
  10. df62f1a Merge pull request #1106 from gilles-peskine-arm/psa-shared-buffers-requirements by Gilles Peskine · 1 year, 10 months ago
  11. 8ebeb9c Test for read-read inconsistency with mprotect and ptrace/gdb by Gilles Peskine · 1 year, 10 months ago
  12. 87889eb Fix editorial error with semantic consequences by Gilles Peskine · 1 year, 10 months ago
  13. a3ce643 Typos by Gilles Peskine · 1 year, 10 months ago
  14. 1f2802c Suggest validating copy by memory poisoning by Gilles Peskine · 1 year, 10 months ago
  15. 6998721 Add a section skeleton for copy bypass by Gilles Peskine · 1 year, 10 months ago
  16. 7bc1bb6 Short explanations of what is expected in the design sections by Gilles Peskine · 1 year, 10 months ago
  17. 35de1f7 Distinguish whole-message signature from other asymmetric cryptography by Gilles Peskine · 1 year, 10 months ago
  18. 9cad3b3 Design change for cipher/AEAD by Gilles Peskine · 1 year, 10 months ago
  19. 2859267 Clarify terminology: built-in driver by Gilles Peskine · 1 year, 10 months ago
  20. db00543 Add a section on write-read feedback by Gilles Peskine · 1 year, 10 months ago
  21. 352095c Simplify the relaxed output-output rule by Gilles Peskine · 1 year, 10 months ago
  22. 60c453e Expand explanations of the vulnerabilities by Gilles Peskine · 1 year, 10 months ago
  23. 8daedae Fix typos and copypasta by Gilles Peskine · 1 year, 10 months ago
  24. 73cb6f8 Merge pull request #8360 from Mbed-TLS/revert-8352-iar-fixes by Gilles Peskine · 1 year, 10 months ago
  25. 97a6231 Revert "Fix a few IAR warnings" by Gilles Peskine · 1 year, 10 months ago revert-8352-iar-fixes
  26. 2d67e3a Merge pull request #8352 from daverodgman/iar-fixes by Dave Rodgman · 1 year, 10 months ago
  27. 71f2e39 Merge pull request #8345 from mcagriaksoy/branch_issue_8344 by Tom Cosgrove · 1 year, 10 months ago
  28. 584c810 Use a block to save 12b by Dave Rodgman · 1 year, 10 months ago
  29. 351a81c Keep initialisation of p in its original location by Dave Rodgman · 1 year, 10 months ago
  30. bcb1818 Fix IAR 'transfer of control bypasses initialization' warnings by Dave Rodgman · 1 year, 10 months ago
  31. f7806ca Analyze requirements for protection of arguments in shared memory by Gilles Peskine · 1 year, 10 months ago
  32. 54bb76e Merge pull request #8348 from kasjer/kasjer/aes-rcon-rename by Dave Rodgman · 1 year, 10 months ago
  33. bb5d907 Automatically pick up all Markdown files by Gilles Peskine · 1 year, 10 months ago
  34. 9b0c816 Merge pull request #8330 from KloolK/extern-c by Bence Szépkúti · 1 year, 10 months ago
  35. ee62fce Rename local variable in aes.c by Jerzy Kasenberg · 1 year, 10 months ago
  36. 56e9011 Add casting size_t to int by Mehmet Cagri Aksoy · 1 year, 10 months ago
  37. 66f9b3f Add casting size_t to int by Mehmet Cagri Aksoy · 1 year, 10 months ago
  38. 3c1cdc9 Merge pull request #8185 from yanrayw/aes_benchmark_cfb by Tom Cosgrove · 1 year, 10 months ago gh-readonly-queue/development/pr-8185-cffd7135c6cc2e91690e7bf80f5df92db42a42c0
  39. cffd713 Merge pull request #8328 from yanrayw/sha256_context_guard by Bence Szépkúti · 1 year, 10 months ago gh-readonly-queue/development/pr-8328-a89d2ba132ce5650cf40a24c826cdbdd8ed23e8e
  40. a89d2ba Merge pull request #8327 from ronald-cron-arm/adapt-psa-crypto-repo-name by Ronald Cron · 1 year, 10 months ago gh-readonly-queue/development/pr-8327-e7ebec6723b61bd54800f649b1391e980edf2fbd
  41. 7871cb1 Include psa/build_info.h instead of mbedtls/build_info.h by Ronald Cron · 1 year, 10 months ago
  42. 946720a Fix C++ build issue when MBEDTLS_ASN1_PARSE_C is not enabled by Jan Bruckner · 1 year, 10 months ago
  43. e7ebec6 Merge pull request #8281 from daverodgman/fix-hwonly-warnings by Dave Rodgman · 1 year, 10 months ago gh-readonly-queue/development/pr-8281-e6fa2c53a2bc7355231db35b908d98b2c1af4f79
  44. e6fa2c53 Merge pull request #8186 from paul-elliott-arm/fix_wrapper_deadcode by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-8186-32743619a293c9e68262ef1049ed2f12cfeaae51
  45. 3274361 Merge pull request #8114 from yanesca/threading_requirements_update by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-8114-fea6606f98ece4a434c83dd4350b363f6aabad44
  46. 5cae6e8 benchmark: improve code readability by Yanray Wang · 1 year, 10 months ago
  47. fea6606 Merge pull request #8296 from ronald-cron-arm/remove-redundant-test-component by Ronald Cron · 1 year, 10 months ago gh-readonly-queue/development/pr-8296-866b3a1886a348670974c5c21f41abd657f6ba93
  48. 29db8b0 sha256.h: add guard for is224 in sha256 context by Yanray Wang · 1 year, 10 months ago
  49. 070e865 Adapt to new PSA Crypto repo name by Ronald Cron · 1 year, 10 months ago
  50. 866b3a1 Merge pull request #8323 from tom-daubney-arm/fix_mbedtls_styling_docs by Dave Rodgman · 1 year, 10 months ago
  51. 4934ae7 Merge pull request #8319 from davidhorstmann-arm/fix-3rdparty-target-prefix by Dave Rodgman · 1 year, 10 months ago
  52. 0101f47 Remove logically dead code by Paul Elliott · 1 year, 11 months ago
  53. 540324c Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  54. 3677352 Merge pull request #8308 from valeriosetti/issue8052 by Paul Elliott · 1 year, 10 months ago
  55. 8e00fe0 Merge pull request #8309 from daverodgman/iar-warnings2 by Dave Rodgman · 1 year, 10 months ago
  56. 3c33cb5 Fix 3rdparty target names for custom config by David Horstmann · 1 year, 10 months ago
  57. 49c835e test_suite_pkcs12: fix typo in test case description by Valerio Setti · 1 year, 10 months ago
  58. f484884 pkcs12: use mbedtls_cipher_crypt() instead of explicitly defining all steps by Valerio Setti · 1 year, 10 months ago
  59. 0d31537 Merge pull request #8289 from daverodgman/check-changelog-exts by Dave Rodgman · 1 year, 10 months ago
  60. 8d487ad Merge pull request #1103 from Mbed-TLS/mbedtls-3.5.0_mergeback by minosgalanakis · 1 year, 10 months ago
  61. 2eab462 Fix IAR warnings by Dave Rodgman · 1 year, 10 months ago
  62. 4855fdf Revert "Auto-generated files for v3.5.0" by Minos Galanakis · 1 year, 10 months ago
  63. 644fd34 Merge pull request #8284 from gilles-peskine-arm/cmake-fix-3rdparty-custom-config by Paul Elliott · 1 year, 10 months ago gh-readonly-queue/development/pr-8284-3406564b012e2a1f909f9f9708e821d67133632a
  64. 1ec6906 Merge pull request #1090 from Mbed-TLS/mbedtls-3.5.0rc0-pr by minosgalanakis · 1 year, 10 months ago mbedtls-3.5.0 v3.5.0
  65. f7e81d9 Updated BRANCHES.MD by Minos Galanakis · 1 year, 10 months ago
  66. 5d323bf Re-assemble changelog to add missing item, plus a couple of typo fixes. by Dave Rodgman · 1 year, 10 months ago
  67. e35e387 Bump library so-crypto, so-x509, so-tls versions. by Minos Galanakis · 1 year, 10 months ago
  68. 8f4c19a Merge pull request #8273 from davidhorstmann-arm:target-prefix-3rdparty by Minos Galanakis · 1 year, 10 months ago
  69. 2546d7d Merge pull request #8284 from gilles-peskine-arm:cmake-fix-3rdparty-custom-config by Minos Galanakis · 1 year, 10 months ago
  70. 35b49c4 Ignore tests of built-in interfaces for driver-only testing parity by Gilles Peskine · 1 year, 10 months ago
  71. 010f035 Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Gilles Peskine · 1 year, 10 months ago
  72. 591416f Auto-generated files for v3.5.0 by Minos Galanakis · 1 year, 10 months ago
  73. 974388f ChangeLog: Set release date by Minos Galanakis · 1 year, 10 months ago
  74. 80a8156 Prepare ChangeLog for 3.5.0 release by Minos Galanakis · 1 year, 10 months ago
  75. 31ca313 Bump version to 3.5.0 by Minos Galanakis · 1 year, 10 months ago
  76. 1a3ad26 Merge branch 'development-restricted' into mbedtls-3.5.0rc0-pr by Minos Galanakis · 1 year, 10 months ago
  77. 3406564 Merge pull request #8291 from minosgalanakis/bugfix/updated_check_generated_files by Dave Rodgman · 1 year, 10 months ago
  78. 3fb93a8 Merge pull request #8295 from minosgalanakis/changelog/renamed_psa_crypto_driver_wrappers by Dave Rodgman · 1 year, 10 months ago
  79. 130938a Merge pull request #1088 from gilles-peskine-arm/tls13_read_public_xxdhe_share-overflow by Dave Rodgman · 1 year, 10 months ago
  80. 3974b17 check-generated-files: Added psa_crypto_driver_wrappers_no_static.c file by Minos Galanakis · 1 year, 10 months ago
  81. 466286a Remove redundant test component by Ronald Cron · 1 year, 10 months ago
  82. 76b709d Changelog: Added entry for psa_crypto_driver_wrappers rename by Minos Galanakis · 1 year, 10 months ago
  83. 61ea46d Merge remote-tracking branch 'origin/development' into check-changelog-exts by Dave Rodgman · 1 year, 10 months ago
  84. ff3e9e1 Merge pull request #8292 from minosgalanakis/bugfix/changelog_extensions by Dave Rodgman · 1 year, 10 months ago
  85. 3713bee Remove leftover local debug line by Gilles Peskine · 1 year, 10 months ago
  86. 65d8ec1 Move check into list_files_to_merge by Dave Rodgman · 1 year, 10 months ago
  87. 08707ec ChangeLog: Added .txt extension to log entries. by Minos Galanakis · 1 year, 10 months ago
  88. 3901e2e Check for incorrect changelog extensions by Dave Rodgman · 1 year, 10 months ago
  89. 7910cdd Avoid compiler warning about size comparison by Gilles Peskine · 1 year, 10 months ago
  90. 530c423 Improve some debug messages and error codes by Gilles Peskine · 1 year, 10 months ago
  91. 6dd5b9a In TLS 1.2, only servers are affected by Gilles Peskine · 1 year, 10 months ago
  92. b782415 Changelog entry for xxdh_psa_peerkey size validation by Gilles Peskine · 1 year, 10 months ago
  93. c29df53 Improve robustness of ECDH public key length validation by Gilles Peskine · 1 year, 10 months ago
  94. c8df898 Fix buffer overflow in TLS 1.2 ClientKeyExchange parsing by Gilles Peskine · 1 year, 10 months ago
  95. 12c5aaa Fix buffer overflow in TLS 1.3 ECDH public key parsing by Gilles Peskine · 1 year, 10 months ago
  96. bf66b75 Add custom config logic to 3rdparty modules by David Horstmann · 1 year, 10 months ago
  97. a06d45e Code style by Dave Rodgman · 1 year, 10 months ago
  98. 0673ed2 Merge pull request #8278 from gilles-peskine-arm/7298-changelog by Dave Rodgman · 1 year, 10 months ago
  99. 53307b7 CMake: fix build with 3rdparty module enabled through a custom config by Gilles Peskine · 1 year, 10 months ago
  100. 673fec0 Merge pull request #8277 from mpg/cl-ffdh-psa by Gilles Peskine · 1 year, 10 months ago