1. 7656ad7 Create configuration option to bypass the mbedtls_ssl_set_hostname check by Gilles Peskine · 6 months ago
  2. 0178dc9 Create error code for mbedtls_ssl_set_hostname not called by Gilles Peskine · 6 months ago
  3. 6b88594 Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 6 months ago
  4. ce00ac4 Update the documentation of ssl->hostname by Gilles Peskine · 6 months ago
  5. bc3f917 crypto_config.h: Don't list mechanisms that are not implemented by Gilles Peskine · 7 months ago
  6. e60b395 Merge pull request #9762 from Harry-Ramsey/update-gcm-doc-3.6 by David Horstmann · 9 months ago
  7. dcf42a0 Update references to test helpers by David Horstmann · 9 months ago
  8. 9892d14 Fix documentation for GCM decryption functions by Harry Ramsey · 9 months ago
  9. 01d32e7 Fix check_names errorr for MBEDTLS_GCM_ALT comment by Harry Ramsey · 9 months ago
  10. c7b1a90 Update GCM buffer overlap documentation by Harry Ramsey · 9 months ago
  11. b482e44 Document errors for mbedtls_ecdsa_raw_to_der and mbedtls_ecdsa_der_to_raw by Gilles Peskine · 10 months ago
  12. 40859ac fix PR9302 backporting issues by Valerio Setti · 10 months ago
  13. fe0f09e Documentation: fix some nits by Valerio Setti · 10 months ago
  14. bdfb80b psa: move definition of MBEDTLS_PSA_KEY_BUFFER_MAX_SIZE by Valerio Setti · 10 months ago
  15. 0c4a74b test_suite_psa_crypto: use finer grained checks on the key slot buffer size by Valerio Setti · 10 months ago
  16. ce84921 psa: move default definition of MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE by Valerio Setti · 11 months ago
  17. 7a2ca19 check_config: prevent fully dynamic and static key stores to be enabled simultaneously by Valerio Setti · 12 months ago
  18. 54dc535 mbedtls_config: fix/improve descriptions of PSA_STATIC_KEY_SLOT symbols by Valerio Setti · 12 months ago
  19. f51488b psa: fix some macro definition by Valerio Setti · 12 months ago
  20. 4603a08 mbedtls_config: fix descriptions for PSA static key slots by Valerio Setti · 12 months ago
  21. 2deb25a mbedtls_config: move MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE to the correct place by Valerio Setti · 12 months ago
  22. 8d4f150 psa: allow to use static key buffers instead of dynamic ones by Valerio Setti · 1 year, 2 months ago
  23. 78542bf Merge pull request #9698 from gilles-peskine-arm/3.6.2-rc2-mergeback-3 by David Horstmann · 10 months ago
  24. a712d8d Bump version to 3.6.2 by Gilles Peskine · 10 months ago
  25. 33a2918 Merge pull request #9390 from eleuzi01/backport-9327 by Manuel Pégourié-Gonnard · 11 months ago
  26. 1d2dcfc Bump version to 3.6.1 by David Horstmann · 11 months ago
  27. 9f10979 Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.1rc0-pr by David Horstmann · 11 months ago
  28. c46edd4 Fix/Improve documentation by Ronald Cron · 11 months ago
  29. 9f44c88 Rename some "new_session_tickets" symbols by Ronald Cron · 11 months ago
  30. 48a9f56 Improve documentation by Ronald Cron · 11 months ago
  31. ba45a44 Move session tickets getter functions to ssl_misc.h by Ronald Cron · 11 months ago
  32. fc76718 Move MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET doc by Ronald Cron · 11 months ago
  33. d67f801 Do not add a new field in the SSL config by Ronald Cron · 11 months ago
  34. e55659d Document NewSessionTicket handling being disabled by default by Ronald Cron · 11 months ago
  35. 9df0563 Improve MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET documentation by Ronald Cron · 11 months ago
  36. 0e5d4fd Document MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET. by Ronald Cron · 11 months ago
  37. bedddd7 Add mbedtls_ssl_conf_enable_new_session_tickets() API by Ronald Cron · 11 months ago
  38. 92e803e Clarify "negotiating" by Gilles Peskine · 11 months ago
  39. 590bdcb Call psa_crypto_init in the library when required for TLS 1.3: doc by Gilles Peskine · 12 months ago
  40. 4002e6f Merge remote-tracking branch 'mbedtls-3.6' into mbedtls-3.6-restricted by Gilles Peskine · 12 months ago
  41. df0ef8a Merge pull request #9281 from mpg/rsapub by Gilles Peskine · 12 months ago
  42. 273d07b Merge pull request #9240 from gilles-peskine-arm/psa-keystore-dynamic-3.6 by Manuel Pégourié-Gonnard · 12 months ago
  43. 82976f3 Make mbedtls_mpi_exp_mod_unsafe internal by Janos Follath · 12 months ago
  44. 70658db Merge pull request #9463 from sezrab/psa_util_in_builds_without_psa-3.6 by Manuel Pégourié-Gonnard · 12 months ago
  45. 90b4271 Move MBEDTLS_MPI_IS_* macros to bignum_core.h by Janos Follath · 12 months ago
  46. 38ff70e Make _optionally_safe functions internal by Janos Follath · 12 months ago
  47. e084964 Improve documentation of MBEDTLS_MPI_IS_PUBLIC by Janos Follath · 12 months ago
  48. 81a438b Remove MBEDTLS_PSA_UTIL_HAVE_ECDSA so that functions are only enabled when PSA enabled by Sam Berry · 1 year, 1 month ago
  49. 2bfd749 Dynamic key store: new compilation option by Gilles Peskine · 1 year, 2 months ago
  50. 3b41e1d Merge pull request #9403 from gilles-peskine-arm/psa-keystore-dynamic-prep-3.6 by Gilles Peskine · 12 months ago
  51. e217673 Merge remote-tracking branch 'public/mbedtls-3.6' into merge-3.6 by Manuel Pégourié-Gonnard · 12 months ago
  52. bc7bffc Remove test_valgrind_constant_flow_psa_no_asm by Elena Uziunaite · 1 year, 1 month ago
  53. cd2ae32 Alter constant-flow memsan testing by Elena Uziunaite · 1 year, 1 month ago
  54. 14b87f6 Match spacing in pointer types in documentation with the code style by Gilles Peskine · 1 year ago
  55. 0d619b2 Documentation improvements by Gilles Peskine · 1 year, 1 month ago
  56. 14134e7 Remove some tests of psa_generate_key_ext by Gilles Peskine · 1 year, 2 months ago
  57. e65cca2 Document the key_ext functions as deprecated by Gilles Peskine · 1 year, 2 months ago
  58. 603b5b8 Documentation: point to key_custom instead of key_ext by Gilles Peskine · 1 year, 2 months ago
  59. f36d785 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
  60. 3f21ca7 Document that MBEDTLS_PSA_HMAC_DRBG_MD_TYPE does not force HMAC by Gilles Peskine · 1 year, 1 month ago
  61. c297c76 Fix copypasta by Gilles Peskine · 1 year, 1 month ago
  62. ab26f5c Merge pull request #9386 from eleuzi01/backport-9287 by Paul Elliott · 1 year, 1 month ago
  63. e7624ca Improve the documentation of MBEDTLS_PSA_KEY_SLOT_COUNT by Gilles Peskine · 1 year, 1 month ago
  64. 543909d Add a test for the built-in key range by Gilles Peskine · 1 year, 2 months ago
  65. d72ad73 Prevent mbedtls_psa_register_se_key with volatile keys by Gilles Peskine · 1 year, 2 months ago
  66. 86c6037 Reorder blocks to avoid double negations by Gilles Peskine · 1 year, 2 months ago
  67. 4804847 Make it possible to enable CTR_DRBG/PSA without a PSA AES driver by Gilles Peskine · 1 year, 2 months ago
  68. d30cc09 psa: fix parameters' names of psa_key_derivation_verify_bytes() by Valerio Setti · 1 year, 1 month ago
  69. 848bccf Fix some typo for include folder by Wenxing Hou · 1 year, 2 months ago
  70. 3153ae4 config_psa: do not update legacy symbols in client-only PSA build by Valerio Setti · 1 year, 3 months ago
  71. 75ed587 Add optionally unsafe variant of exp_mod for perf by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  72. 9722fd1 Fix incorrect array length in function prototype by Sam Berry · 1 year, 2 months ago
  73. 2eed2a0 Merge pull request #9219 from valeriosetti/backport-fix-psa-cmac by Tom Cosgrove · 1 year, 2 months ago
  74. 1cb31cc crypto.h: fix documentation for some functions by Valerio Setti · 1 year, 2 months ago
  75. 6b2120f adjust_legacy_crypto: enable CIPHER_C when PSA CMAC is builtin by Valerio Setti · 1 year, 2 months ago
  76. bd61fdf Error on unexpectedly defined symbols by Gilles Peskine · 1 year, 2 months ago
  77. d537799 Tweak wording by Gilles Peskine · 1 year, 2 months ago
  78. f948e2f Warn if mbedtls_config.h is included manually by Gilles Peskine · 1 year, 3 months ago
  79. 66b2742 Error out if *adjust* headers are included manually by Gilles Peskine · 1 year, 3 months ago
  80. a4e97fc Macros to indicate the finalization level of the configuration by Gilles Peskine · 1 year, 3 months ago
  81. e0ec8f5 Document check-config.h and *adjust*.h as internal headers by Gilles Peskine · 1 year, 3 months ago
  82. 8b1c5eb Fix crypto_adjust_config_dependencies.h documentation by Ronald Cron · 1 year, 3 months ago
  83. 0fd2d04 Fix PBKDF2_AES_CMAC_PRF_128 dependencies by Ronald Cron · 1 year, 3 months ago
  84. c8953c9 Fix the resolution of dependencies on HMAC by Ronald Cron · 1 year, 3 months ago
  85. 7d949ae Resolve PBKDF2_AES_CMAC_PRF_128 dependencies by Ronald Cron · 1 year, 3 months ago
  86. a6ff719 Resolve some HMAC dependencies automatically by Ronald Cron · 1 year, 3 months ago
  87. 11530fd adjust_legacy_crypto: enable ASN1_[PARSE|WRITE]_C when RSA_C by Valerio Setti · 1 year, 4 months ago
  88. fccfa69 tls13: Fix doc of mbedtls_ssl_session_set() - 2 by Ronald Cron · 1 year, 4 months ago
  89. 7fb4343 tls13: Fix doc of mbedtls_ssl_session_set() - 1 by Ronald Cron · 1 year, 4 months ago
  90. e221f67 tls13: Fix doc of mbedtls_ssl_session_get() - 2 by Ronald Cron · 1 year, 4 months ago
  91. de4183f tls13: Fix doc of mbedtls_ssl_session_get() - 1 by Ronald Cron · 1 year, 4 months ago
  92. 48e29a1 tls: Fix doc of mbedtls_ssl_session_save() by Ronald Cron · 1 year, 4 months ago
  93. fd0e2f3 pk: fix documentation of mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 4 months ago
  94. b2470d9 pk: fix typos in description of mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 4 months ago
  95. 320180f pk: add check_pair info to mbedtls_pk_setup_opaque() documentation by Valerio Setti · 1 year, 5 months ago
  96. c26646c pk: fix description of mbedtls_pk_setup_opaque for sign_ext() by Valerio Setti · 1 year, 5 months ago
  97. c51b08c pk: fix indentation in description of mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 5 months ago
  98. 013fa95 pk: fix description of mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 5 months ago
  99. 872b8c4 pk: update documentation of mbedtls_pk_setup_opaque() based on #8951 by Valerio Setti · 1 year, 5 months ago
  100. 3c5ea11 pk: fix documentation for mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 5 months ago