1. fc76718 Move MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET doc by Ronald Cron · 11 months ago
  2. d67f801 Do not add a new field in the SSL config by Ronald Cron · 11 months ago
  3. e55659d Document NewSessionTicket handling being disabled by default by Ronald Cron · 11 months ago
  4. 9df0563 Improve MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET documentation by Ronald Cron · 11 months ago
  5. 0e5d4fd Document MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET. by Ronald Cron · 11 months ago
  6. bedddd7 Add mbedtls_ssl_conf_enable_new_session_tickets() API by Ronald Cron · 11 months ago
  7. 92e803e Clarify "negotiating" by Gilles Peskine · 11 months ago
  8. 590bdcb Call psa_crypto_init in the library when required for TLS 1.3: doc by Gilles Peskine · 12 months ago
  9. df0ef8a Merge pull request #9281 from mpg/rsapub by Gilles Peskine · 12 months ago
  10. 273d07b Merge pull request #9240 from gilles-peskine-arm/psa-keystore-dynamic-3.6 by Manuel Pégourié-Gonnard · 12 months ago
  11. 82976f3 Make mbedtls_mpi_exp_mod_unsafe internal by Janos Follath · 12 months ago
  12. 70658db Merge pull request #9463 from sezrab/psa_util_in_builds_without_psa-3.6 by Manuel Pégourié-Gonnard · 12 months ago
  13. 90b4271 Move MBEDTLS_MPI_IS_* macros to bignum_core.h by Janos Follath · 12 months ago
  14. 38ff70e Make _optionally_safe functions internal by Janos Follath · 12 months ago
  15. e084964 Improve documentation of MBEDTLS_MPI_IS_PUBLIC by Janos Follath · 12 months ago
  16. 81a438b Remove MBEDTLS_PSA_UTIL_HAVE_ECDSA so that functions are only enabled when PSA enabled by Sam Berry · 1 year, 1 month ago
  17. 2bfd749 Dynamic key store: new compilation option by Gilles Peskine · 1 year, 2 months ago
  18. 3b41e1d Merge pull request #9403 from gilles-peskine-arm/psa-keystore-dynamic-prep-3.6 by Gilles Peskine · 12 months ago
  19. c297c76 Fix copypasta by Gilles Peskine · 1 year, 1 month ago
  20. e7624ca Improve the documentation of MBEDTLS_PSA_KEY_SLOT_COUNT by Gilles Peskine · 1 year, 1 month ago
  21. 86c6037 Reorder blocks to avoid double negations by Gilles Peskine · 1 year, 2 months ago
  22. 4804847 Make it possible to enable CTR_DRBG/PSA without a PSA AES driver by Gilles Peskine · 1 year, 2 months ago
  23. 848bccf Fix some typo for include folder by Wenxing Hou · 1 year, 2 months ago
  24. 3153ae4 config_psa: do not update legacy symbols in client-only PSA build by Valerio Setti · 1 year, 3 months ago
  25. 75ed587 Add optionally unsafe variant of exp_mod for perf by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  26. 9722fd1 Fix incorrect array length in function prototype by Sam Berry · 1 year, 2 months ago
  27. 6b2120f adjust_legacy_crypto: enable CIPHER_C when PSA CMAC is builtin by Valerio Setti · 1 year, 2 months ago
  28. bd61fdf Error on unexpectedly defined symbols by Gilles Peskine · 1 year, 2 months ago
  29. d537799 Tweak wording by Gilles Peskine · 1 year, 2 months ago
  30. f948e2f Warn if mbedtls_config.h is included manually by Gilles Peskine · 1 year, 3 months ago
  31. 66b2742 Error out if *adjust* headers are included manually by Gilles Peskine · 1 year, 3 months ago
  32. a4e97fc Macros to indicate the finalization level of the configuration by Gilles Peskine · 1 year, 3 months ago
  33. e0ec8f5 Document check-config.h and *adjust*.h as internal headers by Gilles Peskine · 1 year, 3 months ago
  34. c8953c9 Fix the resolution of dependencies on HMAC by Ronald Cron · 1 year, 3 months ago
  35. a6ff719 Resolve some HMAC dependencies automatically by Ronald Cron · 1 year, 3 months ago
  36. 11530fd adjust_legacy_crypto: enable ASN1_[PARSE|WRITE]_C when RSA_C by Valerio Setti · 1 year, 4 months ago
  37. fccfa69 tls13: Fix doc of mbedtls_ssl_session_set() - 2 by Ronald Cron · 1 year, 4 months ago
  38. 7fb4343 tls13: Fix doc of mbedtls_ssl_session_set() - 1 by Ronald Cron · 1 year, 4 months ago
  39. e221f67 tls13: Fix doc of mbedtls_ssl_session_get() - 2 by Ronald Cron · 1 year, 4 months ago
  40. de4183f tls13: Fix doc of mbedtls_ssl_session_get() - 1 by Ronald Cron · 1 year, 4 months ago
  41. 48e29a1 tls: Fix doc of mbedtls_ssl_session_save() by Ronald Cron · 1 year, 4 months ago
  42. fd0e2f3 pk: fix documentation of mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 4 months ago
  43. b2470d9 pk: fix typos in description of mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 4 months ago
  44. 320180f pk: add check_pair info to mbedtls_pk_setup_opaque() documentation by Valerio Setti · 1 year, 5 months ago
  45. c26646c pk: fix description of mbedtls_pk_setup_opaque for sign_ext() by Valerio Setti · 1 year, 5 months ago
  46. c51b08c pk: fix indentation in description of mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 5 months ago
  47. 013fa95 pk: fix description of mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 5 months ago
  48. 872b8c4 pk: update documentation of mbedtls_pk_setup_opaque() based on #8951 by Valerio Setti · 1 year, 5 months ago
  49. 3c5ea11 pk: fix documentation for mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 5 months ago
  50. b711a98 pk: improve documentation of mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 5 months ago
  51. 7ab1861 pk: fix documentation for mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 5 months ago
  52. 1b3b174 Record size limit support is released, so remove warning about only for testing by Tom Cosgrove · 1 year, 4 months ago
  53. 4492dbd Version Bump for 3.6.0 by Minos Galanakis · 1 year, 5 months ago
  54. b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 5 months ago
  55. 27eb68d Enable TLS 1.3 by default by Ronald Cron · 1 year, 5 months ago
  56. 78064ac Merge pull request #8901 from paul-elliott-arm/make_psa_global_data_safe by Paul Elliott · 1 year, 5 months ago
  57. c9db499 Merge pull request #8930 from ronald-cron-arm/tls13-doc-update by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  58. 3996ebc Fix documentation about anti-replay defenses by Ronald Cron · 1 year, 5 months ago
  59. 933aec8 Remove experimental warnings related to early data by Ronald Cron · 1 year, 5 months ago
  60. 567591e Merge pull request #8923 from bensze01/drop-old-compilers by Bence Szépkúti · 1 year, 5 months ago gh-readonly-queue/development/pr-8923-0edef1cf6dcc3c307265176aaea2893d93101eaa
  61. e05b542 Drop reference to Visual Studio 2013 from config by Bence Szépkúti · 1 year, 5 months ago
  62. 6bee910 Merge pull request #8858 from waleed-elmelegy-arm/add_alpn_to_session by Ronald Cron · 1 year, 5 months ago
  63. 1987a7c Document that we do not implement the anti-replay defenses by Ronald Cron · 1 year, 5 months ago
  64. 7b333f1 Merge pull request #8913 from ronald-cron-arm/tls13-ticket-lifetime by Gilles Peskine · 1 year, 5 months ago
  65. 4a48bec Invert and rename config option by David Horstmann · 1 year, 5 months ago
  66. 93071cf Merge pull request #8920 from valeriosetti/issue8919 by Manuel Pégourié-Gonnard · 1 year, 5 months ago gh-readonly-queue/development/pr-8920-5c77ad0f4f3b21f83f73c5624ea9eb4b40d2a8e7
  67. 5bc5263 Add code improvments and refactoring in dealing with ALPN by Waleed Elmelegy · 1 year, 5 months ago
  68. 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
  69. 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
  70. 40043d0 Merge pull request #8884 from ronald-cron-arm/improve-early-data-status by Ronald Cron · 1 year, 5 months ago gh-readonly-queue/development/pr-8884-e95bf7975436a7e28b9ecf4b29e681b583f42485
  71. 60c2f47 Merge pull request #8888 from minosgalanakis/features/add_ssl_session_accessor_8529 by Dave Rodgman · 1 year, 5 months ago
  72. 4de4cc4 Merge pull request #8891 from Ryan-Everett-arm/document-SE_C-not-threadsafe by Paul Elliott · 1 year, 5 months ago
  73. c4c1d3a pk: use CRYPTO_CLIENT as guard for PK-PSA bridge functions instead of CRYPTO_C by Valerio Setti · 1 year, 5 months ago
  74. 840de7f tls13: cli: Rename STATUS_NOT_SENT to STATUS_NOT_INDICATED by Ronald Cron · 1 year, 5 months ago
  75. aa35931 tls13: cli: Move definition of MBEDTLS_SSL_EARLY_DATA_STATE_xyz by Ronald Cron · 1 year, 5 months ago
  76. 894df38 tls13: cli: Re-order early data states by Ronald Cron · 1 year, 5 months ago
  77. 3641df2 tls13: cli: Rename STATE_SENT to STATE_IND_SENT by Ronald Cron · 1 year, 5 months ago
  78. 3c5a683 tls13: cli: Rename STATE_NOT_SENT to STATE_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
  79. 0c80dc1 tls13: cli: Rename STATUS_NOT_SENT to STATUS_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
  80. 05d7cfb tls13: cli: Rename STATE_UNKNOWN to STATE_IDLE by Ronald Cron · 1 year, 5 months ago
  81. d288466 tls13: cli: Split early data user status and internal state by Ronald Cron · 1 year, 5 months ago
  82. b8e38e0 Add new mutex for PSA global rng data by Paul Elliott · 1 year, 5 months ago
  83. 077fd87 Add new global mutex for PSA global_data by Paul Elliott · 1 year, 5 months ago
  84. 93fa4e1 Merge branch 'development' into buffer-sharing-merge by David Horstmann · 1 year, 5 months ago
  85. bf69f2e New function mbedtls_pk_copy_public_from_psa by Gilles Peskine · 1 year, 5 months ago
  86. d7e7f48 Merge pull request #8774 from valeriosetti/issue8709 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  87. fe164ae Merge pull request #8887 from gilles-peskine-arm/pk_import_into_psa-fix_doxygen_code_blocks by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  88. 9cc01cc Merge pull request #8831 from yanesca/switch_to_new_exp by Dave Rodgman · 1 year, 5 months ago
  89. 3b98c64 pk: fix documentation for mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 5 months ago
  90. a657ae3 pk: pk_copy_from_psa() performs the conversion even if the algorithm doesn't match by Valerio Setti · 1 year, 5 months ago
  91. 8fb0fe8 pk: fixed documentation of mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 5 months ago
  92. 01ba66d pk: replace CRYPTO_CLIENT guards with CRYPTO_C by Valerio Setti · 1 year, 6 months ago
  93. 070d95e pk: add mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 6 months ago
  94. af3e574 Merge pull request #8862 from valeriosetti/issue8825 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  95. ce79488 tls13: srv: Fail connection if ticket lifetime exceed 7 days by Jerry Yu · 1 year, 9 months ago
  96. 7e1f9f2 Merge pull request #8854 from ronald-cron-arm/tls13-srv-max-early-data-size by Ronald Cron · 1 year, 5 months ago gh-readonly-queue/development/pr-8854-080a5171e2e07abaf01faff6e1862d70aaf35e9f
  97. 0050dff ssl_ticket.h: Fix note in API documentation by Ronald Cron · 1 year, 5 months ago
  98. 32a6458 Add a warning to the definition of MBEDTLS_PSA_CRYPTO_SE_C by Ryan Everett · 1 year, 5 months ago
  99. 71cc260 Merge pull request #8728 from minosgalanakis/features/add_mbedtls_x509_crt_get_ca_istrue_accesor_6151 by Gilles Peskine · 1 year, 5 months ago
  100. 3c4166a Merge pull request #8863 from minosgalanakis/feature/add_ecdh_context_5016 by Dave Rodgman · 1 year, 5 months ago