1. 7e8e438 Replace cases of time_t with mbedtls_time_t by Ben Taylor · 3 weeks ago
  2. 7b2d72a ssl: replace PSA_ALG_ECDSA with MBEDTLS_PK_ALG_ECDSA by Valerio Setti · 5 weeks ago
  3. 0009b04 library: ssl: replace mbedtls_pk_can_do_ext with mbedtls_pk_can_do_psa by Valerio Setti · 3 months ago
  4. 15f1d7f Remove support for static ECDH cipher suites by Ben Taylor · 3 months ago
  5. 92129ad Removed the whitespace which is causing CI to fail by Anton Matkin · 6 months ago
  6. 8135b84 Fixed incorrect usage of key derivation procedures by Anton Matkin · 7 months ago
  7. 8e4d8c9 Update ssl_tls.c to use psa_pake_get_shared_key by Anton Matkin · 7 months ago
  8. 6eb5335 Fixed issues with policy verification, since wildcard JPAKE policy is now disallowed, changed to concrete jpake algorithm (with SHA256 hash) by Anton Matkin · 5 months ago
  9. 1b70084 TF-PSA-Crypto submodule link fixup by Anton Matkin · 7 months ago
  10. 5b74c79 Merge pull request #10298 from bjwtaylor/remove-deprecated-items by Manuel Pégourié-Gonnard · 9 weeks ago
  11. 5a27010 Remove group_list_heap_allocated by Ben Taylor · 10 weeks ago
  12. 6023652 Remove additional references to sig_algs_heap_allocated by Ben Taylor · 2 months ago
  13. d0d0791 remove usage of secp192[k|r]1 curves by Valerio Setti · 2 months ago
  14. 70a4a31 remove secp224[k|r]1 curves by Valerio Setti · 2 months ago
  15. 9f54408 Remove sig_algs_heap_allocated=0 as it is always 0 by Ben Taylor · 2 months ago
  16. 9db2e91 Fix style issues by Ben Taylor · 3 months ago
  17. 73de8aa Removal of sig_hashes in ssl.h by Ben Taylor · 3 months ago
  18. 01bf8ba removed mbedtls_ssl_conf_sig_hashes and temporarily re-add sig_hashes by Ben Taylor · 3 months ago
  19. 4a43804 Remove deprecated items by Ben Taylor · 3 months ago
  20. 72d6030 Combine psa_pake_set_password_key and psa_pake_setup into a single function by Anton Matkin · 7 months ago
  21. 9213318 Merge pull request #10197 from gilles-peskine-arm/ssl_helpers-split_perform_handshake-dev by Manuel Pégourié-Gonnard · 4 months ago
  22. 4c83221 Replace MBEDTLS_ERR_OID_NOT_FOUND with MBEDTLS_ERR_X509_UNKNOWN_OID by Gilles Peskine · 5 months ago
  23. c4949d1 mbedtls_ssl_conf_alpn_protocols: declare list elements as const by Gilles Peskine · 5 months ago
  24. 7dddc17 Mark ssl_tls12_preset_suiteb_sig_algs const by Deomid rojer Ryabkov · 1 year, 7 months ago
  25. e2d71cc Mark ssl_tls12_preset_default_sig_algs const by Deomid rojer Ryabkov · 1 year, 7 months ago
  26. 232da48 Merge pull request #9421 from mfil/feature/implement_tls_exporter by David Horstmann · 6 months ago
  27. f670ba5 Always call mbedtls_ssl_handshake_set_state by Gilles Peskine · 7 months ago
  28. ed4a2b4 Merge branch 'development-restricted' into merge-from-restricted by Manuel Pégourié-Gonnard · 7 months ago
  29. 9c5bae5 Fix max. label length in key material exporter by Max Fillinger · 11 months ago
  30. 53d9168 Document BAD_INPUT_DATA error in key material exporter by Max Fillinger · 11 months ago
  31. c6fd1a2 Use one maximum key_len for all exported keys by Max Fillinger · 12 months ago
  32. 3e12918 Fix output size check for key material exporter by Max Fillinger · 12 months ago
  33. 2fe35f6 Create MBEDTLS_SSL_KEYING_MATERIAL_EXPORT option by Max Fillinger · 12 months ago
  34. 281fb79 Remove TLS 1.2 Exporter if we don't have randbytes by Max Fillinger · 12 months ago
  35. c9f2c9a Revert "Store randbytes for TLS 1.2 TLS-Exporter" by Max Fillinger · 12 months ago
  36. 155cea0 Use fewer magic numbers in TLS-Exporter functions by Max Fillinger · 12 months ago
  37. f2dda15 Add label length argument to tls_prf_generic() by Max Fillinger · 12 months ago
  38. 48150f5 Store randbytes for TLS 1.2 TLS-Exporter by Max Fillinger · 12 months ago
  39. 29beade Fix build when one of TLS 1.2 or 1.3 is disabled by Max Fillinger · 1 year, 1 month ago
  40. 7b72220 Fix coding style by Max Fillinger · 1 year, 1 month ago
  41. 9c9989f Fix mismatches in function declarations by Max Fillinger · 1 year, 2 months ago
  42. 91cff44 Fix key_len check in TLS-Exporter by Max Fillinger · 1 year, 2 months ago
  43. bd81c9d Implement TLS-Exporter feature by Max Fillinger · 1 year, 3 months ago
  44. cd2660f fixed code style by Ben Taylor · 7 months ago
  45. 8224e71 remove NULL guard by Ben Taylor · 7 months ago
  46. c12152e corrected style by Ben Taylor · 7 months ago
  47. 03c05c3 Remove additional line by Ben Taylor · 7 months ago
  48. 9774e9a corrected code style by Ben Taylor · 7 months ago
  49. 1f09146 tidy up syntax by Ben Taylor · 7 months ago
  50. 1cd1e01 Correct code style by Ben Taylor · 7 months ago
  51. d5d7078 removed NR psa-init by Ben Taylor · 7 months ago
  52. 6ff2da1 added further debug by Ben Taylor · 7 months ago
  53. 602b296 pre-test version of the mbedtls_ssl_conf_rng removal by Ben Taylor · 7 months ago
  54. 47111a1 initial remove of mbedtls_ssl_conf_rng by Ben Taylor · 7 months ago
  55. a7e14dc Don't expect added error codes by Gilles Peskine · 1 year, 1 month ago
  56. e99e591 Remove key exchange based on encryption/decryption by Gabor Mezei · 8 months ago
  57. 5814e3e Remove `MBEDTLS_KEY_EXCHANGE_RSA` key exchange type by Gabor Mezei · 8 months ago
  58. a2a0c2c Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev by Minos Galanakis · 7 months ago
  59. 816b712 TLS1.2: Check for failures in Finished calculation by David Horstmann · 7 months ago
  60. 15fd5c9 ssl: remove support for MBEDTLS_DHM_C by Valerio Setti · 8 months ago
  61. fd89acc ssl_session_reset: preserve HOSTNAME_SET flag by Gilles Peskine · 8 months ago
  62. 488b919 Require calling mbedtls_ssl_set_hostname() for security by Gilles Peskine · 8 months ago
  63. 434016e Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 8 months ago
  64. 28f8e20 Merge pull request #9872 from rojer/tls_hs_defrag_in by Manuel Pégourié-Gonnard · 8 months ago
  65. 4ac4008 Access ssl->hostname through abstractions in certificate verification by Gilles Peskine · 8 months ago
  66. 95fe2a6 Add a flags field to mbedtls_ssl_context by Gilles Peskine · 8 months ago
  67. dd14c0a Remove in_hshdr by Deomid rojer Ryabkov · 8 months ago
  68. 89743b5 ssl_tls: remove code related to DHE-RSA by Valerio Setti · 9 months ago
  69. 07a1edd Rm dead !USE_PSA code: ssl_tls.c (part 2) by Manuel Pégourié-Gonnard · 9 months ago
  70. 88800dd Rm dead !USE_PSA code: ssl_tls.c (part 1) by Manuel Pégourié-Gonnard · 9 months ago
  71. 189dcf6 Merge pull request #9910 from valeriosetti/issue9684 by Ronald Cron · 9 months ago gh-readonly-queue/development/pr-9910-7e1154c959fec59aabb9dfa60daed067d0779026
  72. 3dfe75e Remove mbedtls_ssl_reset_in_out_pointers by Deomid rojer Ryabkov · 9 months ago
  73. 48659a1 ssl_tls: remove usage of DHE-PSK by Valerio Setti · 9 months ago
  74. 6402c35 Remove internal helper mbedtls_ssl_get_groups() by Manuel Pégourié-Gonnard · 9 months ago
  75. 6b72016 Remove mbedtls_ssl_conf::curve_list by Manuel Pégourié-Gonnard · 9 months ago
  76. 93d4591 Remove deprecated function mbedtls_ssl_conf_curves() by Manuel Pégourié-Gonnard · 9 months ago
  77. bc7c523 Remove uses of secp244k1 by Gilles Peskine · 10 months ago
  78. ac2cf1f Defragment incoming TLS handshake messages by Deomid rojer Ryabkov · 1 year, 7 months ago
  79. 8b592d2 Move psa_to_ssl_errors by Ronald Cron · 11 months ago
  80. 712e9a1 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK by Gilles Peskine · 1 year, 1 month ago
  81. ac767e5 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED by Gilles Peskine · 1 year, 1 month ago
  82. 0f6bc41 Update includes for each library file by Harry Ramsey · 1 year ago
  83. 8c95999 Merge pull request #9544 from eleuzi01/replace-224k1 by Ronald Cron · 1 year, 1 month ago
  84. 63cb13e Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224 by Elena Uziunaite · 1 year, 1 month ago
  85. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 1 year, 1 month ago
  86. 1d98d9d Merge pull request #9526 from mpg/refactor-tls123-verif-dev by David Horstmann · 1 year, 1 month ago
  87. 5398e58 Fix guards around function now used by 1.3 as well by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  88. 9e3e991 Fix typos in comments by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  89. a040548 Improve some comments by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  90. 19dd9f5 Merge 1.2 and 1.3 certificate verification by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  91. 908f57d Minor refactoring of generic SSL certificate verif by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  92. 843a00d Add support for context f_vrfy callback in 1.3 by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  93. fd800c2 Improve a variable's name by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  94. 5bdadbb Restrict the scope of a few variables by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  95. 58ab9ba Allow optional authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  96. 5f9428a Rm translation code for unused flag by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  97. e5a916f Simplify certificate curve check for 1.2 by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  98. 7a4aa4d Make mbedtls_ssl_check_cert_usage() work for 1.3 by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  99. 94f7022 Clean up mbedtls_ssl_check_cert_usage() by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  100. c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 4 months ago