1. f68f43a State explicitly USER config files can modify the default config by Gilles Peskine · 3 years, 4 months ago
  2. 3f49cc1 Clarify the "duplicate documentation" remark by Gilles Peskine · 3 years, 4 months ago
  3. d5793ce Document the section "General configuration options" by Gilles Peskine · 3 years, 4 months ago
  4. 611179c Fix name mismatch in section end comment by Gilles Peskine · 3 years, 4 months ago
  5. 6457ef9 Format literal # in a way that doesn't confuse older Doxygen by Gilles Peskine · 3 years, 4 months ago
  6. ba4162a Place MBEDTLS_CONFIG_FILE and such into a new section by Gilles Peskine · 3 years, 4 months ago
  7. f4c6eb0 Support alternative MBEDTLS_PSA_CRYPTO_CONFIG_FILE by Gilles Peskine · 3 years, 5 months ago
  8. 750596e Improve documentation of MBEDTLS_PSA_CRYPTO_CONFIG by Gilles Peskine · 3 years, 5 months ago
  9. a02c124 Document MBEDTLS_CONFIG_FILE and MBEDTLS_USER_CONFIG_FILE by Gilles Peskine · 3 years, 5 months ago
  10. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  11. 868d38f Merge pull request #5547 from tom-cosgrove-arm/seclib-667-sha256-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 5 months ago
  12. 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  13. 9bff95f Adjust comment describing mbedtls_ssl_set_hs_own_cert() by Glenn Strauss · 3 years, 5 months ago
  14. d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  15. f071024 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  16. 3f076df Fix comments for conditional compilation by Przemek Stekiel · 3 years, 5 months ago
  17. 1f13e98 Merge pull request #5529 from superna9999/5514-translate-psa-errs-to-mbedtls by Gilles Peskine · 3 years, 5 months ago
  18. d929dbb Merge pull request #5368 from mfil/feature/additional_md_getters by Gilles Peskine · 3 years, 5 months ago
  19. 19915c2 Rename error translation functions and move them to library/pk_wrap.* by Neil Armstrong · 3 years, 5 months ago
  20. 0037fcd Merge pull request #4910 from gilles-peskine-arm/check_config-chachapoly-development by Gilles Peskine · 3 years, 5 months ago
  21. 0ebf24a Adjust comment describing mbedtls_ssl_conf_sni() by Glenn Strauss · 3 years, 6 months ago
  22. 6989407 Add accessor to retrieve SNI during handshake by Glenn Strauss · 3 years, 6 months ago
  23. 36872db Provide means to reset handshake cert list by Glenn Strauss · 3 years, 6 months ago
  24. 2ed9527 Add server certificate selection callback by Glenn Strauss · 3 years, 6 months ago
  25. 3f9cef4 Remove actual and use new PSA to mbedtls PK errors mapping functions by Neil Armstrong · 3 years, 5 months ago
  26. ea76196 Add specialized PSA to mbedtls PK/RSA error mapping function by Neil Armstrong · 3 years, 5 months ago
  27. cd501f4 Add specialized PSA to mbedtls PK/ECDSA error mapping function by Neil Armstrong · 3 years, 5 months ago
  28. a3fdfb4 Introduce new PSA to mbedtls PK error mapping function by Neil Armstrong · 3 years, 5 months ago
  29. 57bf02b ssl_conf_{min,max}_version documentation: update for 1.3 and improve by Gilles Peskine · 3 years, 6 months ago
  30. ce4f00d Reference get_version_number from the conf_xxx_version documentation by Gilles Peskine · 3 years, 6 months ago
  31. d44e050 get_version_number documentation: explicitly mention VERSION_UNKNOWN by Gilles Peskine · 3 years, 6 months ago
  32. ded2a42 Use a union instead of casts by Gilles Peskine · 3 years, 6 months ago
  33. 1e265d2 Fix swapped documentation of set_user_data_{n,p} by Gilles Peskine · 3 years, 6 months ago
  34. 49d7ddf Serializing a context does not save the user data by Gilles Peskine · 3 years, 6 months ago
  35. 80dae04 Make user_data fields private by Gilles Peskine · 3 years, 6 months ago
  36. e1a0c25 New function to access the TLS version from a context as an enum by Gilles Peskine · 3 years, 7 months ago
  37. 915896f Add accessor function from mbedtls_ssl_context to the configuration by Gilles Peskine · 3 years, 7 months ago
  38. 69477b5 Add a field for application data to TLS structures by Gilles Peskine · 3 years, 7 months ago
  39. b9987fc Handle MBEDTLS_SHA256_USE_A64_* on Windows on ARM64 too by Tom Cosgrove · 3 years, 5 months ago
  40. f3ebd90 SECLIB-667: Accelerate SHA-256 with A64 crypto extensions by Tom Cosgrove · 3 years, 5 months ago
  41. e0a6412 tls13_only: check_config pass by Jerry Yu · 3 years, 7 months ago
  42. e14b644 Merge pull request #5456 from mpg/cleanup-ecdh-psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  43. bebeae9 Merge pull request #5504 from gstrauss/mbedtls_pem_get_der by Gilles Peskine · 3 years, 6 months ago
  44. b15f33d Enable ecdh_psa_xxx fields in struct mbedtls_ssl_handshake_params for TLS 1.3 by Przemyslaw Stekiel · 3 years, 6 months ago
  45. a941b62 Create public macros for ssl_ticket key,name sizes by Glenn Strauss · 3 years, 6 months ago
  46. a950938 Add mbedtls_ssl_ticket_rotate for ticket rotation. by Glenn Strauss · 3 years, 6 months ago
  47. 62b49cd Merge pull request #5472 from yuhaoth/pr/move-client-auth by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  48. 72bd4e4 Add accessor to get buf from mbedtls_pem_context by Glenn Strauss · 3 years, 6 months ago
  49. 0ff8ac8 fix comments issues by Jerry Yu · 3 years, 6 months ago
  50. 4a0ac1f Remove mbedtls_psa_tls_ecpoint_to_psa_ec() by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  51. 58d2383 Remove mbedtls_psa_tls_psa_ec_to_ecpoint() by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  52. 5975376 Simplify the definition of a macro by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  53. bc40695 Group related functions together by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  54. 1ab2d69 Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  55. fb28b88 move client_auth to handshake by Jerry Yu · 3 years, 6 months ago
  56. 7ce0f2a Wrap client_auth. by Jerry Yu · 3 years, 6 months ago
  57. 647719a Add hello retry request in client side by XiaokangQian · 3 years, 8 months ago
  58. f51b79c Merge pull request #5355 from yuhaoth/pr/remove-duplicate-sig-alg-ext by Ronald Cron · 3 years, 6 months ago
  59. cfb1518 Merge pull request #5457 from AndrzejKurek/key-id-encodes-owner-psa-fixes-follow-up by Gilles Peskine · 3 years, 6 months ago
  60. cfc920a Remove incorrect incompatibility information from mbedtls_config.h by Andrzej Kurek · 3 years, 6 months ago
  61. 7ddc38c fix various issues by Jerry Yu · 3 years, 7 months ago
  62. 713013f fix various issues by Jerry Yu · 3 years, 7 months ago
  63. 6106fdc fix build fail without TLS13 by Jerry Yu · 3 years, 7 months ago
  64. f017ee4 merge write sig_alg of tls12 and tls13 by Jerry Yu · 3 years, 7 months ago
  65. a5c1bf0 Merge pull request #5367 from AndrzejKurek/doxygen-closure-fixes by Gilles Peskine · 3 years, 6 months ago
  66. cead70d doxygen: fix missing asterisk in ecp.h by Andrzej Kurek · 3 years, 6 months ago
  67. fcca7cf Merge pull request #5428 from gstrauss/mbedtls_ssl_ciphersuite by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  68. 6249603 Merge pull request #5438 from SebastianBoe/check_config by Gilles Peskine · 3 years, 6 months ago
  69. 8d2864d Force usage of MBEDTLS_PK_WRITE_C when PK_C and USE_PSA_CRYPTO is used by Andrzej Kurek · 3 years, 7 months ago
  70. 24e8801 Add missing config check for PKCS5. by Sebastian Bøe · 3 years, 7 months ago
  71. 8f52690 Add accessors for ciphersuite info by Glenn Strauss · 3 years, 7 months ago
  72. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  73. 01404df doxygen: remove empty platform_time configuration section by Andrzej Kurek · 3 years, 7 months ago
  74. a0defed doxygen: move addtogroup closures to include more elements by Andrzej Kurek · 3 years, 7 months ago
  75. 62e5514 Remove extra newline by Max Fillinger · 3 years, 7 months ago
  76. 0bb3833 Add function to get md info from md context by Max Fillinger · 3 years, 7 months ago
  77. 38d4fdd Add missing asterisk to doxygen closures by Andrzej Kurek · 3 years, 7 months ago
  78. 17b1e2f Bump version to 3.1.0 by Ronald Cron · 3 years, 8 months ago
  79. a5c1851 Merge pull request #5155 from paul-elliott-arm/pcks12_fix by Gilles Peskine · 3 years, 8 months ago
  80. 050ad4b Merge pull request #5313 from gilles-peskine-arm/missing-ret-check-mbedtls_md_hmac by Dave Rodgman · 3 years, 8 months ago
  81. ecf6beb Catch failures of md_hmac operations by Gilles Peskine · 3 years, 8 months ago
  82. bb27b43 build: Fix TLS 1.3 prerequisites by Ronald Cron · 3 years, 8 months ago
  83. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  84. 0abf07c Make PSA crypto mandatory for TLS 1.3 by Ronald Cron · 3 years, 8 months ago
  85. 6b07916 Merge pull request #5230 from ronald-cron-arm/tls13_ccs_client by Ronald Cron · 3 years, 8 months ago
  86. d31da1c Merge pull request #5270 from davidhorstmann-arm/improve-cmac-docs by Gilles Peskine · 3 years, 8 months ago
  87. 49ad619 Add injection of dummy's ChangeCipherSpec for middlebox compatibility by Ronald Cron · 3 years, 8 months ago
  88. ab65c52 Add MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE config option by Ronald Cron · 3 years, 8 months ago
  89. c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  90. b3ec69d mbedtls_ssl_config: better document former bit-fields by Gilles Peskine · 3 years, 8 months ago
  91. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
  92. 3d5dfa5 Reword documentation of CMAC operations by David Horstmann · 3 years, 8 months ago
  93. 351c71b Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Dave Rodgman · 3 years, 8 months ago
  94. 8c8cea2 Merge pull request #5166 from xffbai/code-align by Ronald Cron · 3 years, 8 months ago
  95. d4c2c9b psa: Fix some dependencies in config_psa.h by Ronald Cron · 4 years, 3 months ago
  96. 1bbf6d6 Merge pull request #5149 from mfil/feature/additional_cipher_info_getters by Gilles Peskine · 3 years, 8 months ago
  97. ad7e8a7 Documentation fixes by Paul Elliott · 3 years, 8 months ago
  98. 533a728 mbedtls_ssl_config: Replace bit-fields by separate bytes by Gilles Peskine · 3 years, 9 months ago
  99. 8834d87 mbedtls_ssl_config, mbedtls_ssl_session: reorder fields by Gilles Peskine · 3 years, 8 months ago
  100. c3cffae Document return value for IV size getter on NULL by Max Fillinger · 3 years, 8 months ago