1. aad6306 pkparse: fix guards position by Valerio Setti · 2 years, 4 months ago
  2. 3fddf25 test: use proper macros for PSA init/done by Valerio Setti · 2 years, 4 months ago
  3. 4bf73ad pkparse: use proper sizing for buffer by Valerio Setti · 2 years, 4 months ago
  4. 34f6755 pkparse: add new function for deriving public key from private using PSA by Valerio Setti · 2 years, 4 months ago
  5. f286664 pk_wrap: minor code optimizations by Valerio Setti · 2 years, 4 months ago
  6. 98680fc ecp: revert changes to ECP module and test suite by Valerio Setti · 2 years, 4 months ago
  7. 8eb5526 pk_wrap: fix sizing for private key buffer by Valerio Setti · 2 years, 4 months ago
  8. f3dc4a1 fixed guard position for doxygen by Valerio Setti · 2 years, 4 months ago
  9. 0fe1ee2 pk: add an alternative function for checking private/public key pairs by Valerio Setti · 2 years, 4 months ago
  10. dd48c6e Merge pull request #7385 from daverodgman/timing_alignment by Dave Rodgman · 2 years, 4 months ago
  11. d43b42e Whitespace fix by Dave Rodgman · 2 years, 4 months ago
  12. 4ffc9d8 Test that setting reset actually does something by Dave Rodgman · 2 years, 4 months ago
  13. 33b2210 Fix cast alignment warning in timing.c by Dave Rodgman · 2 years, 4 months ago
  14. b8f5ba8 Merge pull request #6891 from yuhaoth/pr/add-milliseconds-platform-function by Dave Rodgman · 2 years, 4 months ago
  15. 03d557d Merge pull request #6900 from AndrzejKurek/san-dirname by Paul Elliott · 2 years, 4 months ago
  16. 54118a1 Merge pull request #7352 from gabor-mezei-arm/6349_fix_merge by Janos Follath · 2 years, 4 months ago
  17. 0ab380a Merge pull request #7354 from mpg/ecc-doc-update by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  18. 9463e78 Fix a typo by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  19. 59b61da Fix dependency check for TLS 1.3 ECDH by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  20. 99771a3 Merge pull request #7336 from yanrayw/6500-gitignore-fix by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  21. 1640682 Merge pull request #7334 from valeriosetti/analyze_outcomes_improvement by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  22. 303704e Remove unnecessary tabs by Andrzej Kurek · 2 years, 5 months ago
  23. c27ba3a Clarify SAN structure memory management by Andrzej Kurek · 2 years, 5 months ago
  24. 43d7131 Fix rfc822name test arguments by Andrzej Kurek · 2 years, 5 months ago
  25. 8bc128e Add missing information about supported subjectAltName types by Andrzej Kurek · 2 years, 5 months ago
  26. 5f0c6e8 Add missing deallocation of subject alt name by Andrzej Kurek · 2 years, 5 months ago
  27. 532b8d4 Move an x509 malformation test by Andrzej Kurek · 2 years, 6 months ago
  28. 9fa1d25 Add changelog entry for directoryname SAN by Andrzej Kurek · 2 years, 7 months ago
  29. d90376e Add a test for a malformed directoryname sequence by Andrzej Kurek · 2 years, 7 months ago
  30. d348632 Switch from PEM to DER format for new x509 directoryname test by Andrzej Kurek · 2 years, 7 months ago
  31. bf8ccd8 Adjust error reporting in x509 SAN parsing by Andrzej Kurek · 2 years, 6 months ago
  32. 151d85d Introduce a test for a malformed directoryname SAN by Andrzej Kurek · 2 years, 7 months ago
  33. d40c2b6 Introduce proper memory management for SANs by Andrzej Kurek · 2 years, 6 months ago
  34. 4a4f1ec Add the original certificate to be malformed for x509 tests by Andrzej Kurek · 2 years, 7 months ago
  35. e12b01d Add support for directoryName subjectAltName by Andrzej Kurek · 2 years, 7 months ago
  36. 05c5a91 Merge pull request #7307 from Mbed-TLS/sphinx-versioned-documentation by Dave Rodgman · 2 years, 4 months ago
  37. 4fa702a Update documented dependencies on ECC algs by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  38. f109c66 Use proper log function by Valerio Setti · 2 years, 4 months ago
  39. 22992a0 Fix function description by Valerio Setti · 2 years, 4 months ago
  40. 5c8c9e0 Minor improvements by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  41. 93b21e7 Update documentation to mention ECC drivers by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  42. 77902df Merge pull request #7321 from valeriosetti/issue7272 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  43. df9c029 Remove obsolete ecp_fix_negative function by Gabor Mezei · 2 years, 4 months ago
  44. 4642316 tls12_client: remove unnecessary parentheses by Valerio Setti · 2 years, 4 months ago
  45. b76672d test: fix wrong accelerated SHA1 symbol by Valerio Setti · 2 years, 4 months ago
  46. 6d687b9 test: simplify comment in test_psa_crypto_config_accel_all_ec_algs_use_psa() by Valerio Setti · 2 years, 4 months ago
  47. c762797 test: removing test with all accel EC algs without USE_PSA by Valerio Setti · 2 years, 4 months ago
  48. 4fa6d0b test: moving accel ECJPAKE test close to accel ECDH and ECDSA ones by Valerio Setti · 2 years, 4 months ago
  49. 77a904c ssl: remove useless guard by Valerio Setti · 2 years, 5 months ago
  50. 77bdff1 test: improve comment in the added test by Valerio Setti · 2 years, 5 months ago
  51. 2495cdb test: remove unused tasks in analyze_outcomes.py by Valerio Setti · 2 years, 5 months ago
  52. 44b178c test: fix erroneous changes in all.sh by Valerio Setti · 2 years, 5 months ago
  53. 9affb73 psa_crypto: fix guard for mbedtls_ecc_group_of_psa() by Valerio Setti · 2 years, 5 months ago
  54. 6f820cc test: fix comments in test_psa_crypto_config_accel_ecc() by Valerio Setti · 2 years, 5 months ago
  55. 1c3de61 test: remove previous tests for accelerated ECDSA/ECDH/ECJPAKE coverage analysis by Valerio Setti · 2 years, 5 months ago
  56. 1fa5c56 ssl_tls: fix guard symbols for EC accelerated tests by Valerio Setti · 2 years, 5 months ago
  57. 42d5f19 test: add a test with all EC based algs accelerated by Valerio Setti · 2 years, 5 months ago
  58. 0f50868 Merge pull request #7343 from minosgalanakis/ecp/sec-384-update-test-macro-deps by Janos Follath · 2 years, 4 months ago
  59. 2717f62 Add _build/ and api/ to gitignore by David Horstmann · 2 years, 4 months ago sphinx-versioned-documentation
  60. c1f2eef Clean the breathe-apidoc files with make clean by David Horstmann · 2 years, 4 months ago
  61. da01817 Merge pull request #1012 from paul-elliott-arm/mbedtls-3.4.0_mergeback by Paul Elliott · 2 years, 4 months ago
  62. 6903438 Fix conflict between restricted and development by Paul Elliott · 2 years, 4 months ago
  63. f04848c Revert "Add generated files" by Paul Elliott · 2 years, 4 months ago
  64. 37bdd93 ecp_mod_p224_raw: Added `MBEDTLS_ECP_DP_SECP224R1_ENABLED` as a dependency by Minos Galanakis · 2 years, 4 months ago
  65. d01a3bc Merge tag 'v3.4.0' into mbedtls-3.4.0_mergeback by Paul Elliott · 2 years, 4 months ago
  66. 1873d3b Merge pull request #1010 from AndrzejKurek/fix-error-translation by Paul Elliott · 2 years, 4 months ago mbedtls-3.4.0 v3.4.0
  67. 445c3bf Merge pull request #7222 from minosgalanakis/bignum/6851_extract_Secp384r1_fast_reduction by Janos Follath · 2 years, 4 months ago
  68. ab9dc66 psa_util: fix for correctly computing elements in array by Valerio Setti · 2 years, 4 months ago
  69. 9251ed5 Revert "Add exemption for make.bat in checks for tabs" by David Horstmann · 2 years, 4 months ago
  70. 434fc5e Remove make.bat for documentation by David Horstmann · 2 years, 4 months ago
  71. 9bca03a Improve docs Makefile to do full build by David Horstmann · 2 years, 4 months ago
  72. 0048d15 Merge pull request #7330 from mpg/hashes-wrapup by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  73. a33da45 Merge pull request #1005 from paul-elliott-arm/mbedtls-3.4.0rc0-pr by Paul Elliott · 2 years, 4 months ago
  74. 530da90 Merge pull request #7327 from mpg/entropy-md-light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  75. 5663e74 tests/.gitignore: ignore *.o under tests/src/test_helpers by Yanray Wang · 2 years, 5 months ago
  76. b38c9c8 Fix a typo by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  77. 86efa85 Mention EC J-PAKE opaque passwords. by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  78. 2ca08c8 Try again to clarify USE_PSA_CRYPTO by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  79. a22857b Fix documented dependencies on TLS 1.2 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  80. a715945 Add a ChangeLog entry for driver-only hashes by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  81. 3dd9add Use PSA Crypto: try clarifying what it means by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  82. 03cb87e Update psa-limitations.md by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  83. 52f7edb Update psa-migration/strategy.md by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  84. 70a1b6d Fix typos by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  85. 5a51d0d Fix depends.py failure with correct TLS 1.2 deps by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  86. c584c27 Disable built-in SHA-256 in accel_hash too by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  87. a31ddb9 Fix and simplify TLS hash dependency declarations by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  88. bb21c5a Use helper macros for hashes in check_config.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  89. e931977 Fix failures in test_suite_random by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  90. 33783b4 Manually fix two remaining instances of old macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  91. 9330242 Fix instances of old feature macros being used by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  92. 4011eb4 Fix entropy-related feature macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  93. 66300d6 Force SHA-256 for entropy in libtestdriver1 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  94. 5d0d641 Test entropy.c with driver-only hashes by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  95. 2334d3a Fix driver_wrappers test by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  96. 5cd4b64 Use MD-light in entropy.c by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  97. a266332 test: improve analyze_outcomes.py script by Valerio Setti · 2 years, 5 months ago
  98. f9fca53 ecp_curves: Updated ecp_mod_p384_raw documentation by Minos Galanakis · 2 years, 5 months ago
  99. ac6db4d Merge pull request #7317 from mpg/lift-exclusions by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  100. df2b5da Add generated files by Paul Elliott · 2 years, 5 months ago