1. fb6cea5 Remove duplicate mbedtls/build_info.h include by Harry Ramsey · 10 months ago
  2. e8e23fb Include ssl_misc.h for additional SSL helper files by Harry Ramsey · 10 months ago
  3. 4d432d6 Remove mbedtls/build_info from pkcs7.c by Harry Ramsey · 10 months ago
  4. 0f6bc41 Update includes for each library file by Harry Ramsey · 10 months ago
  5. 91c6d4f Add include for common.h by Harry Ramsey · 10 months ago
  6. 84f868e Move library/common.h to tf-psa-crypto/core directory by Harry Ramsey · 10 months ago
  7. 468c0ae Revert move of version.h to tf-psa-crypto libray by Harry Ramsey · 10 months ago
  8. 69c489c Move PSA drivers to drivers/builtin/src by Ronald Cron · 1 year ago
  9. e82ad15 CMake: Move build of the crypto library to tf-psa-crypto by Ronald Cron · 1 year, 1 month ago
  10. ac01d6e CMake: Move build of legacy crypto modules to tf-psa-crypto by Ronald Cron · 1 year, 1 month ago
  11. f8a3f28 CMake: Move library options to the top CMakeLists.txt by Ronald Cron · 1 year ago
  12. b268d27 Merge pull request #9413 from sezrab/split_numeric_string_conversions_oid-development by David Horstmann · 10 months ago
  13. 3b71262 Remove MBEDTLS_OID_C guard from static functions by Harry Ramsey · 10 months ago
  14. 9ca9b92 Reduce level of non-error debug message by Gilles Peskine · 11 months ago
  15. dfbc1a9 Remove transitional always-on internal option by Gilles Peskine · 11 months ago
  16. 73a406e Separate accepting TLS 1.3 middlebox compatibility from sending it by Gilles Peskine · 11 months ago
  17. bae154d Merge pull request #9385 from eleuzi01/replace-ecdsa-some by David Horstmann · 11 months ago
  18. 3da783b Move static OID functions to x509.c by Sam Berry · 11 months ago
  19. c71abc3 Move mbedtls_oid_from_numeric_string to x509_create.c by Sam Berry · 1 year, 1 month ago
  20. 4f76194 Move function mbedtls_oid_get_numeric_string to x509.c by Sam Berry · 1 year, 1 month ago
  21. 7ba04a2 Bump version to 4.0.0 by David Horstmann · 11 months ago
  22. a6950b8 Replace MBEDTLS_PK_CAN_ECDSA_SOME with PSA_HAVE_ALG_SOME_ECDSA by Elena Uziunaite · 1 year ago
  23. 8c95999 Merge pull request #9544 from eleuzi01/replace-224k1 by Ronald Cron · 11 months ago
  24. 63cb13e Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224 by Elena Uziunaite · 11 months ago
  25. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
  26. 1d98d9d Merge pull request #9526 from mpg/refactor-tls123-verif-dev by David Horstmann · 11 months ago
  27. 36fe918 Merge pull request #9252 from gabor-mezei-arm/9114_replace_MBEDTLS_MD_CAN_SHA512_with_PSA_WANT by David Horstmann · 11 months ago
  28. 5398e58 Fix guards around function now used by 1.3 as well by Manuel Pégourié-Gonnard · 12 months ago
  29. 9e3e991 Fix typos in comments by Manuel Pégourié-Gonnard · 12 months ago
  30. a040548 Improve some comments by Manuel Pégourié-Gonnard · 12 months ago
  31. 19dd9f5 Merge 1.2 and 1.3 certificate verification by Manuel Pégourié-Gonnard · 12 months ago
  32. 908f57d Minor refactoring of generic SSL certificate verif by Manuel Pégourié-Gonnard · 12 months ago
  33. 843a00d Add support for context f_vrfy callback in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  34. fd800c2 Improve a variable's name by Manuel Pégourié-Gonnard · 12 months ago
  35. 5bdadbb Restrict the scope of a few variables by Manuel Pégourié-Gonnard · 12 months ago
  36. bfbecf8 tls13: Add support for trusted certificate callback by Ronald Cron · 1 year, 4 months ago
  37. 6901504 Allow no authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  38. 58ab9ba Allow optional authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  39. aefc593 Add comments about 1.3 server sending no cert by Manuel Pégourié-Gonnard · 12 months ago
  40. 5f9428a Rm translation code for unused flag by Manuel Pégourié-Gonnard · 12 months ago
  41. e5a916f Simplify certificate curve check for 1.2 by Manuel Pégourié-Gonnard · 12 months ago
  42. 7a4aa4d Make mbedtls_ssl_check_cert_usage() work for 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  43. 94f7022 Clean up mbedtls_ssl_check_cert_usage() by Manuel Pégourié-Gonnard · 12 months ago
  44. 99b57bd Merge pull request #1272 from eleuzi01/forward-1263 by Gilles Peskine · 11 months ago
  45. c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 2 months ago
  46. 805ac15 Merge pull request #9244 from waleed-elmelegy-arm/fix-tls13_parse_client_hello-issue by Gilles Peskine · 12 months ago
  47. 4956e32 Fix 1.3 failure to update flags for (ext)KeyUsage by Manuel Pégourié-Gonnard · 12 months ago
  48. 4ed0fde Fix Mbed-TLS build when WIN32_LEAN_AND_MEAN macro is defined globally by Sergey Markelov · 12 months ago
  49. da41b60 Replace MBEDTLS_SSL_HAVE_CAMELLIA with PSA_WANT_KEY_TYPE_CAMELLIA by Elena Uziunaite · 1 year, 1 month ago
  50. b8457ff Merge pull request #9353 from eleuzi01/replace-ecp-have-secp384r1 by Gilles Peskine · 12 months ago
  51. 0858fdc Merge pull request #9189 from misch7/fix-v3.6-issues-9186-and-9188 by Gilles Peskine · 12 months ago
  52. 1da4ed1 Move the -Wmissing-prototypes option from library/CMakeLists.txt to the top-level CMakeLists.txt for GCC & Clang by Michael Schuster · 1 year, 2 months ago
  53. 7e39028 Fix build of v3.6 with unset MBEDTLS_DHM_C but MBEDTLS_USE_PSA_CRYPTO set (fixes #9188) by Michael Schuster · 1 year, 2 months ago
  54. 4394067 Fix server mode only build of v3.6 with MBEDTLS_SSL_CLI_C unset (fixes #9186) by Michael Schuster · 1 year, 2 months ago
  55. 6b4cd48 Replace MBEDTLS_ECP_HAVE_SECP384R1 with PSA_WANT_ECC_SECP_R1_384 by Elena Uziunaite · 1 year, 1 month ago
  56. aacbc62 Merge pull request #9453 from gilles-peskine-arm/psa-keystore-dynamic-prep-4.0 by Gilles Peskine · 12 months ago
  57. e1171bd Merge pull request #9361 from eleuzi01/replace-key-aria by Gilles Peskine · 12 months ago
  58. 9e54a4f Merge pull request #9369 from eleuzi01/replace-ecc-keys by Gilles Peskine · 12 months ago
  59. dc10825 MBEDTLS_STATIC_ASSERT: make it work outside of a function by Gilles Peskine · 1 year, 2 months ago
  60. 51c85a0 Replace MBEDTLS_SSL_HAVE_ARIA with PSA_WANT_KEY_TYPE_ARIA by Elena Uziunaite · 1 year, 1 month ago
  61. 8dde3b3 Replace MBEDTLS_PK_HAVE_ECC_KEYS with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY by Elena Uziunaite · 1 year, 1 month ago
  62. c256172 Replace MBEDTLS_SSL_HAVE_CCM with PSA_WANT_ALG_CCM by Elena Uziunaite · 1 year, 1 month ago
  63. be6a471 Merge pull request #9365 from eleuzi01/replace-gcm by Gilles Peskine · 12 months ago
  64. 9c9a3df Merge pull request #9366 from eleuzi01/replace-chachapoly by Gilles Peskine · 1 year ago
  65. 83a0d9d Replace MBEDTLS_SSL_HAVE_GCM with PSA_WANT_ALG_GCM by Elena Uziunaite · 1 year, 1 month ago
  66. 5c70c30 Replace MBEDTLS_SSL_HAVE_CHACHAPOLY with PSA_WANT_ALG_CHACHA20_POLY1305 by Elena Uziunaite · 1 year, 1 month ago
  67. 74342c7 Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING by Elena Uziunaite · 1 year, 1 month ago
  68. 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
  69. 417d05f Replace MBEDTLS_ECP_HAVE_SECP256R1 with PSA_WANT_ECC_SECP_R1_256 by Elena Uziunaite · 1 year, 1 month ago
  70. 901a675 Adapt make build system by Ronald Cron · 1 year, 1 month ago
  71. 088a1ab make: Fix object clean-up by Ronald Cron · 1 year, 1 month ago
  72. e7fdfdb Merge pull request #9123 from eleuzi01/replace-mbedtls-md-can-md5 by Bence Szépkúti · 1 year, 1 month ago
  73. b449476 Merge pull request #9354 from eleuzi01/replace-ecp-have-secp512r1 by Paul Elliott · 1 year, 1 month ago
  74. df772da Merge pull request #9358 from eleuzi01/replace-curve by Paul Elliott · 1 year, 1 month ago
  75. b66a991 Replace MBEDTLS_MD_CAN_MD5 with PSA_WANT_ALG_MD5 by Elena Uziunaite · 1 year, 3 months ago
  76. 9a75ddd Merge pull request #9350 from eleuzi01/replace-ecp-have-secp224r1 by Gilles Peskine · 1 year, 1 month ago
  77. b8d1087 Replace MBEDTLS_ECP_HAVE_BP*R1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  78. 24e24f2 Replace MBEDTLS_ECP_HAVE_SECP521R1 with PSA_WANT_ECC_SECP_R1_521 by Elena Uziunaite · 1 year, 1 month ago
  79. eaa0cf0 Replace MBEDTLS_ECP_HAVE_SECP224R1 with PSA_WANT_ECC_SECP_R1_224 by Elena Uziunaite · 1 year, 1 month ago
  80. cb854d5 Merge pull request #9356 from eleuzi01/replace-ecp-have-secp-k1 by Gilles Peskine · 1 year, 1 month ago
  81. 9e85c9f Replace MBEDTLS_ECP_HAVE_SECP*K1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  82. a363286 Replace MBEDTLS_ECP_HAVE_SECP192R1 with PSA_WANT_ECC_SECP_R1_192 by Elena Uziunaite · 1 year, 1 month ago
  83. 0b5d48e Replace MBEDTLS_ECP_HAVE_CURVE* with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  84. 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
  85. aef8cf3 Adjust build systems by Ronald Cron · 1 year, 1 month ago
  86. c29afb6 Adjust build systems by Ronald Cron · 1 year, 1 month ago
  87. 90ca414 Move crypto modules by Ronald Cron · 1 year, 1 month ago
  88. 3507d76 Modify rsa_alt_helpers.h docs by Thomas Daubney · 1 year, 1 month ago
  89. 9da1769 Remove MBEDTLS_ECP_ALT and associated options by Thomas Daubney · 1 year, 2 months ago
  90. e647d8f Remove MBEDTLS_ECJPAKE_ALT by Thomas Daubney · 1 year, 2 months ago
  91. 5edad7f Remove MBEDTLS_DHM_ALT by Thomas Daubney · 1 year, 2 months ago
  92. f47b66e Remove MBEDTLS_RSA_ALT by Thomas Daubney · 1 year, 2 months ago
  93. 2fbe012 Replace MBEDTLS_MD_CAN_SHA3_256 with PSA_WANT_ALG_SHA3_256 by Elena Uziunaite · 1 year, 2 months ago
  94. 4efd164 Merge pull request #8983 from Troy-Butler/handle-null-args by Gilles Peskine · 1 year, 1 month ago
  95. e290234 Merge pull request #9139 from bluerise/silence by Gilles Peskine · 1 year, 1 month ago
  96. c971d80 Merge pull request #9315 from gilles-peskine-arm/psa_cipher_decrypt-ccm_star-iv_length_enforcement by Gilles Peskine · 1 year, 1 month ago
  97. cd90695 Merge pull request #9214 from eleuzi01/replace-mbedtls-md-can-sha3-512 by Ronald Cron · 1 year, 1 month ago
  98. e8cd45c Replace MBEDTLS_MD_CAN_SHA3_512 with PSA_WANT_ALG_SHA3_512 by Elena Uziunaite · 1 year, 2 months ago
  99. 2cf41a2 Merge pull request #9171 from eleuzi01/replace-mbedtls-md-can-sha384 by Ronald Cron · 1 year, 1 month ago
  100. 45aa4d5 Merge pull request #9125 from eleuzi01/replace-mbedtls-md-can-ripemd160 by Ronald Cron · 1 year, 1 month ago