1. ce0aa58 check_config.h: make TLS1.3 requirements verification more readable by Przemek Stekiel · 2 years, 11 months ago
  2. 8a2f2b0 check_config.h: fix TLS 1.3 requirements (add HKDF_EXTRACT/EXPAND) and comments by Przemek Stekiel · 2 years, 11 months ago
  3. 9408b70 check_config.h: revert HKDF requirements by Przemek Stekiel · 2 years, 11 months ago
  4. a06787a build_info.h: include config_psa.h also when MBEDTLS_PSA_CRYPTO_C by Przemek Stekiel · 3 years ago
  5. cf9d972 Fix config for MBEDTLS_SSL_PROTO_TLS1_3 by Przemek Stekiel · 3 years ago
  6. a9a8816 ssl.h: adapt guards for MBEDTLS_SSL_TLS1_3_TICKET_RESUMPTION_KEY_LEN by Przemek Stekiel · 3 years ago
  7. f000471 Add missing MD dependency for pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  8. 345a92b Adjust PKCS5 dependencies in check_config by Andrzej Kurek · 3 years ago
  9. 65bf73e Enable HMAC in config_psa.h regardless of MD availability by Andrzej Kurek · 3 years ago
  10. 890e78a Deprecate mbedtls_pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  11. dd36c76 Provide a version of pkcs5_pbkdf2_hmac without MD usage by Andrzej Kurek · 3 years ago
  12. 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
  13. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  14. bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 3 years ago
  15. 0edfa9d Merge pull request #6207 from daverodgman/ticket_time by Dave Rodgman · 3 years ago
  16. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  17. 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago
  18. e02da81 Update TLS1.2 dependencies description in mbedtls_config.h by Andrzej Kurek · 3 years ago
  19. 7e16ce3 Clarify TLS 1.2 dependencies with and without PSA crypto by Andrzej Kurek · 3 years ago
  20. 0ce9393 Merge pull request #6219 from KloolK/development by Dave Rodgman · 3 years ago
  21. e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
  22. 20ebaac Merge pull request #6211 from tom-cosgrove-arm/explicit-warning-re-ct-conditions-not-0-or-1 by Gilles Peskine · 3 years ago
  23. 9ff6f8c Fix minor typos by Jan Bruckner · 3 years ago
  24. ecaba1c Make use of PSA crypto hash if MBEDTLS_MD_C isn't defined by Neil Armstrong · 3 years ago
  25. 0d76341 Remove md_info by md_type in ecjpake context, use mbedtls_hash_info_get_size() to get hash length by Neil Armstrong · 3 years ago
  26. 10836a0 config: Fix requirements for MBEDTLS_X509_USE_C and MBEDTLS_X509_CREATE_C by Przemek Stekiel · 3 years ago
  27. 12e69cb oid.h: remove MBEDTLS_MD_C guard by Przemek Stekiel · 3 years ago
  28. 55c1743 oid.h: remove redundant MBEDTLS_MD_C dependency by Przemek Stekiel · 3 years ago
  29. 278b667 check_config.h: Adjust x509 dependencies (MBEDTLS_MD_C or MBEDTLS_USE_PSA_CRYPTO) by Przemek Stekiel · 3 years ago
  30. fd18366 Adjust declared dependencies in library/x509* by Przemek Stekiel · 3 years ago
  31. 583816c Be explicit about constant time bignum functions that must take a 0 or 1 condition value by Tom Cosgrove · 3 years ago
  32. 536f28c Respect MBEDTLS_HAVE_TIME in ssl_ticket by Dave Rodgman · 3 years ago
  33. 392f714 Fix type used for capturing TLS ticket generation time by Dave Rodgman · 3 years ago
  34. d41f627 Order the file names by Gabor Mezei · 3 years ago
  35. 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
  36. d1baedb Bignum: extract bignum_mod.h functions by Janos Follath · 3 years ago
  37. 0ded631 Bignum: extract bignum_mod_raw.h functions by Janos Follath · 3 years ago
  38. 3ca0775 Bignum: extract bignum_core.h functions by Janos Follath · 3 years ago
  39. 0c65557 Build the new bignum_new.c file by Gabor Mezei · 3 years, 1 month ago
  40. 5740ff5 Merge pull request #5949 from Summer-ARM/mbedtls-psa-crypto-config by Gilles Peskine · 3 years ago
  41. 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago
  42. aba26d0 Merge pull request #5963 from tom-daubney-arm/remove_ssl_compression_new by Dave Rodgman · 3 years ago
  43. f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago
  44. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  45. 20f89a9 Remove uses of SSL compression by Thomas Daubney · 3 years, 2 months ago
  46. 25fdc2a Fix minor typos by Jan Bruckner · 3 years ago
  47. e579ece Merge pull request #6087 from yuhaoth/pr/add-tls13-serialize_session_save_load by Ronald Cron · 3 years ago
  48. 340c559 Merge pull request #6079 from yuhaoth/pr/add-tls13-parse-pre_shared_key_offered_psks by Ronald Cron · 3 years ago
  49. a66fece Add endpoint/ticket_flag field for session by Jerry Yu · 3 years, 1 month ago
  50. 77f0148 Add psk/psk_ephemeral key exchange check by Jerry Yu · 3 years, 1 month ago
  51. 32578b3 Merge pull request #6069 from yuhaoth/pr/add-tls13-write-new-session-ticket by Ronald Cron · 3 years ago
  52. e67bef4 Add tls13 write new session ticket by Jerry Yu · 3 years, 1 month ago
  53. 7085aa4 Merge pull request #5896 from wernerlewis/aes_shallow_copy by Dave Rodgman · 3 years, 1 month ago
  54. 9750f81 Rename MBEDTLS_SSL_TICKET_NONCE_LENGTH by Jerry Yu · 3 years, 1 month ago
  55. 0a430c8 Rename resumption_key and the hardcode len by Jerry Yu · 3 years, 1 month ago
  56. b144138 Remove ticket_flags by Jerry Yu · 3 years, 1 month ago
  57. 08aed4d fix comments and time_t type issues by Jerry Yu · 3 years, 1 month ago
  58. af2c0c8 fix various comment/format issues by Jerry Yu · 3 years, 1 month ago
  59. a357cf4 Rename new_session_ticket state by Jerry Yu · 3 years, 1 month ago
  60. f8a4994 Add tls13 new session ticket parser by Jerry Yu · 3 years, 1 month ago
  61. c62ae5f Add new session ticket message check by Jerry Yu · 3 years, 1 month ago
  62. a270f67 Add tls13 session fields by Jerry Yu · 3 years, 1 month ago
  63. 0038c5f Add ticket nonce setting by Jerry Yu · 3 years, 1 month ago
  64. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  65. 1f7f717 Document existing dependency of MD_C by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  66. d5b1eb5 Merge pull request #6078 from yuhaoth/pr/add-tls13-paser-psk-kex-mode-ext by Ronald Cron · 3 years, 1 month ago
  67. e19e3b9 Add psk_key_exchange_modes parser by Jerry Yu · 3 years, 1 month ago
  68. cd08ba0 Bump version to 3.2.1 by Paul Elliott · 3 years, 1 month ago
  69. bab73ab Loosen guards in mbedtls_psa_translate_md() by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  70. 46a2954 Build and test RSA PKCS#1v1.5 without MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  71. 3f47789 Rm dependency on MD in psa_crypto_rsa.c by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  72. fe2b9b5 Make mbedtls_oid_get_md_alg() always available by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  73. b86279f Build and test PK without MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  74. 20362cd Bump library and so versions for 3.2.0 release by Paul Elliott · 3 years, 1 month ago
  75. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
  76. 3e83098 Clarify the TLS 1.3 situation by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  77. ff43ff6 Remove stability waiver from USE_PSA by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  78. 4d7af2a Merge pull request #5835 from superna9999/5831-tls-1-2-ciphersuite-selection by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  79. 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
  80. bae7a1a Merge pull request #5620 from gstrauss/dn_hints by Paul Elliott · 3 years, 1 month ago
  81. 790ab52 Merge pull request #5962 from gilles-peskine-arm/storage-format-doc-202206 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  82. 0bd76ee Fix Doxygen documentation attached to non-existent elements by Gilles Peskine · 3 years, 1 month ago
  83. 6497b5a Add setbuf platform function by Gilles Peskine · 3 years, 1 month ago
  84. bcde39c Merge pull request #5612 from tom-cosgrove-arm/tls13-config-options by Ronald Cron · 3 years, 1 month ago
  85. 31fcfd5 Merge pull request #5981 from mprse/hkdf_config_fix by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  86. afb2fe1 Document that MBEDTLS_SSL_KEEP_PEER_CERTIFICATE is required by MBEDTLS_SSL_PROTO_TLS1_3 by Tom Cosgrove · 3 years, 1 month ago
  87. 6d71944 Specify unit for rk_offset in AES context by Werner Lewis · 3 years, 2 months ago
  88. dd76ef3 Refactor AES context to be shallow-copyable by Werner Lewis · 3 years, 2 months ago
  89. 7898fd4 Merge pull request #5970 from gabor-mezei-arm/5229_Send_dummy_change_cipher_spec_records_from_server by Ronald Cron · 3 years, 1 month ago
  90. 7d14c19 Merge pull request #5905 from gilles-peskine-arm/changelog-improvements-20220609-development by Gilles Peskine · 3 years, 1 month ago
  91. 999ef70 Add accessors to config DN hints for cert request by Glenn Strauss · 3 years, 5 months ago
  92. 9f4606e Rename mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX in mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX() by Neil Armstrong · 3 years, 1 month ago
  93. 0c9c10a Introduce mbedtls_ssl_get_ciphersuite_sig_pk_ext_alg() and use it in ssl_pick_cert() by Neil Armstrong · 3 years, 3 months ago
  94. f7044ea Fix name by Gabor Mezei · 3 years, 1 month ago
  95. 9f2596f Add MBEDTLS_POLY1305_C and MBEDTLS_CHACHA20_C by Summer Qin · 3 years, 2 months ago
  96. 01d2f52 Inline mbedtls_x509_dn_get_next() in x509.h by Glenn Strauss · 3 years, 1 month ago
  97. 18399d8 Add comment to config_psa.h about enabling PSA_HKDF/PSA_HKDF_EXRACT/PSA_HKDF_EXPAND algs by Przemek Stekiel · 3 years, 1 month ago
  98. 93a7f7d Merge pull request #5954 from wernerlewis/x509_next_merged by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  99. 4cfaae5 Save code size by calling get_type only once by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  100. 7b39bf1 Send dummy change_cipher_spec records from TLS 1.3 server by Gabor Mezei · 3 years, 2 months ago