1. 6e85673 Merge pull request #3431 from naynajain/development-pkcs7 by Bence Szépkúti · 2 years, 8 months ago
  2. 91f88db Merge pull request #6639 from mpg/doc-driver-only-limitation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  3. ae79fb2 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
  4. fecc6b2 Minor tune-up to ChangeLog & documentation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  5. a17d038 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
  6. 18a3856 Document another limitation of driver-only hashes by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  7. c2e110f tls13: Disable MBEDTLS_SSL_EARLY_DATA by default by Ronald Cron · 2 years, 8 months ago
  8. 2cd5ce0 Fix various issues cause rebase to latest code by Xiaokang Qian · 2 years, 9 months ago
  9. 402bb1e Update documents and check by Xiaokang Qian · 2 years, 9 months ago
  10. fe3483f Update early data doument and config dependencies by Xiaokang Qian · 2 years, 9 months ago
  11. 29ee43c Update document base on comments by Xiaokang Qian · 2 years, 9 months ago
  12. 0977716 Update early data document and prerequisites check by Xiaokang Qian · 2 years, 9 months ago
  13. f58172f Merge remote-tracking branch 'origin/development' into pr3431 by Dave Rodgman · 2 years, 9 months ago
  14. 89e82e1 pkcs7: Add dependecy on MBEDTLS_MD_C by Nick Child · 2 years, 9 months ago
  15. 77e15e8 Merge pull request #6460 from xkqian/tls13_add_early_data_preparatory by Ronald Cron · 2 years, 9 months ago
  16. 3e0ea98 Merge pull request #6451 from mpg/fix-can-exercise by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  17. 4ef4c89 Fix CI failure in build_info.h by Xiaokang Qian · 2 years, 9 months ago
  18. 65fc0de Improve the prerequisites for early data by Xiaokang Qian · 2 years, 9 months ago
  19. 95a0730 Change prerequisites of MBEDTLS_SSL_EARLY_DATA and add related check by Xiaokang Qian · 2 years, 9 months ago
  20. 600804b Remove useless early data related macros for the time being by Xiaokang Qian · 2 years, 9 months ago
  21. 54413b1 Add early data support preparatory work by Xiaokang Qian · 2 years, 9 months ago
  22. d8d2ea5 Add TLS 1.3 key exchange mode config options by Ronald Cron · 2 years, 10 months ago
  23. 98b91d4 RSA PKCS#1 v1.5 no longer depends on MD by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  24. f33da19 Merge pull request #6413 from daverodgman/update_docs_links by Dave Rodgman · 2 years, 10 months ago
  25. 5127e85 Update LMS and LMOTS dependency macros by Raef Coles · 2 years, 10 months ago
  26. ab4f874 Add MBEDTLS_LMS_PRIVATE define by Raef Coles · 2 years, 11 months ago
  27. 7dce69a Make LMOTS a private api by Raef Coles · 3 years ago
  28. 8ff6df5 Add LMS implementation by Raef Coles · 4 years ago
  29. b319684 Additional updates to docs links by Dave Rodgman · 2 years, 10 months ago
  30. 52a428b Fix MBEDTLS_SSL_TICKET_C, MBEDTLS_SSL_SESSION_TICKETS dependencies by Przemek Stekiel · 2 years, 10 months ago
  31. 0957e7b Rmove MBEDTLS_NIST_KW_C dependency from MBEDTLS_SSL_TICKET_C by Przemek Stekiel · 2 years, 10 months ago
  32. 460192e Fix and sync configuration file and configuration verifiation by Przemek Stekiel · 2 years, 10 months ago
  33. 2c282c9 Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets by Paul Elliott · 2 years, 10 months ago
  34. f3bdf9d fix various issues by Jerry Yu · 2 years, 10 months ago
  35. d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  36. b4e28aa Fix two typos by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  37. 3c16abe Fix dependencies of KEY_EXCHANGE_ECJPAKE by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  38. 1ad7ace Add conf new session tickets by Jerry Yu · 3 years ago
  39. be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 11 months ago
  40. 72687b7 Clarify dependencies in mbedtls_config.h by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  41. 6cf85a4 update document abourt maximum ticket_age_tolerance by Jerry Yu · 2 years, 11 months ago
  42. 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  43. c9deb18 mbedtls: add support for pkcs7 by Nayna Jain · 4 years, 9 months ago
  44. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  45. 89eb95a Add ticket age tolerance config option by Jerry Yu · 3 years ago
  46. bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  47. 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago
  48. e02da81 Update TLS1.2 dependencies description in mbedtls_config.h by Andrzej Kurek · 3 years ago
  49. 0ce9393 Merge pull request #6219 from KloolK/development by Dave Rodgman · 3 years ago
  50. e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
  51. 9ff6f8c Fix minor typos by Jan Bruckner · 3 years ago
  52. ecaba1c Make use of PSA crypto hash if MBEDTLS_MD_C isn't defined by Neil Armstrong · 3 years ago
  53. 10836a0 config: Fix requirements for MBEDTLS_X509_USE_C and MBEDTLS_X509_CREATE_C by Przemek Stekiel · 3 years ago
  54. 278b667 check_config.h: Adjust x509 dependencies (MBEDTLS_MD_C or MBEDTLS_USE_PSA_CRYPTO) by Przemek Stekiel · 3 years ago
  55. d41f627 Order the file names by Gabor Mezei · 3 years ago
  56. 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
  57. d1baedb Bignum: extract bignum_mod.h functions by Janos Follath · 3 years ago
  58. 0ded631 Bignum: extract bignum_mod_raw.h functions by Janos Follath · 3 years ago
  59. 3ca0775 Bignum: extract bignum_core.h functions by Janos Follath · 3 years ago
  60. 0c65557 Build the new bignum_new.c file by Gabor Mezei · 3 years ago
  61. 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago
  62. f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago
  63. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  64. 9750f81 Rename MBEDTLS_SSL_TICKET_NONCE_LENGTH by Jerry Yu · 3 years ago
  65. 08aed4d fix comments and time_t type issues by Jerry Yu · 3 years ago
  66. af2c0c8 fix various comment/format issues by Jerry Yu · 3 years, 1 month ago
  67. 0038c5f Add ticket nonce setting by Jerry Yu · 3 years, 1 month ago
  68. 1f7f717 Document existing dependency of MD_C by Manuel Pégourié-Gonnard · 3 years ago
  69. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
  70. 3e83098 Clarify the TLS 1.3 situation by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  71. ff43ff6 Remove stability waiver from USE_PSA by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  72. 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
  73. 790ab52 Merge pull request #5962 from gilles-peskine-arm/storage-format-doc-202206 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  74. 6497b5a Add setbuf platform function by Gilles Peskine · 3 years, 1 month ago
  75. afb2fe1 Document that MBEDTLS_SSL_KEEP_PEER_CERTIFICATE is required by MBEDTLS_SSL_PROTO_TLS1_3 by Tom Cosgrove · 3 years, 1 month ago
  76. 4b87387 Backward compatibility: the key store with drivers by Gilles Peskine · 3 years, 1 month ago
  77. 98473c4 Officially deprecate MBEDTLS_PSA_CRYPTO_SE_C by Gilles Peskine · 3 years, 1 month ago
  78. 9b3278b Doc: the SHA256/SHA512 options also cover SHA224/SHA384 by Gilles Peskine · 3 years, 2 months ago
  79. 1e21144 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 3 years, 2 months ago
  80. a09f835 Fix CIPHER dependencies dependeny and error messages by Przemek Stekiel · 3 years, 3 months ago
  81. ea805b4 mbedtls_config.h, check_config.h: fix CIPHER dependencies by Przemek Stekiel · 3 years, 3 months ago
  82. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  83. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  84. 4265026 Merge pull request #5783 from mprse/md_dep_v3 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  85. 6e71282 Fix caller list of the MD module by Przemek Stekiel · 3 years, 3 months ago
  86. 0381083 Merge pull request #5654 from gilles-peskine-arm/psa-crypto-config-file by Gilles Peskine · 3 years, 3 months ago
  87. 6aadf0b mbedtls_config.h: update dependencies for MBEDTLS_MD_C by Przemek Stekiel · 3 years, 3 months ago
  88. efffd64 Note that MBEDTLS_CONFIG_FILE can't be defined inside the config file by Gilles Peskine · 3 years, 3 months ago
  89. 58ffcba Make it explicit that an absolute path is also ok by Gilles Peskine · 3 years, 4 months ago
  90. 0c4db1f Wording improvement by Gilles Peskine · 3 years, 4 months ago
  91. db0421b More precise explanation of MBEDTLS_PSA_CRYPTO_CONFIG disabled by Gilles Peskine · 3 years, 4 months ago
  92. f68f43a State explicitly USER config files can modify the default config by Gilles Peskine · 3 years, 4 months ago
  93. 3f49cc1 Clarify the "duplicate documentation" remark by Gilles Peskine · 3 years, 4 months ago
  94. d5793ce Document the section "General configuration options" by Gilles Peskine · 3 years, 4 months ago
  95. 611179c Fix name mismatch in section end comment by Gilles Peskine · 3 years, 4 months ago
  96. 6457ef9 Format literal # in a way that doesn't confuse older Doxygen by Gilles Peskine · 3 years, 4 months ago
  97. ba4162a Place MBEDTLS_CONFIG_FILE and such into a new section by Gilles Peskine · 3 years, 4 months ago
  98. e5a7ba6 Merge pull request #5719 from tom-cosgrove-arm/adamwolf-reasonable by Dave Rodgman · 3 years, 4 months ago
  99. 039080f Fix spelling of 'reasonable' in comments by Adam Wolf · 6 years ago
  100. 5735369 Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C by Andrzej Kurek · 3 years, 4 months ago