1. 29c490d Update LMS calculate_public_key docs by Raef Coles · 2 years, 10 months ago
  2. 07b70d9 Correct typo in LMS config check by Raef Coles · 2 years, 10 months ago
  3. 1b43a74 Clean up LMS and LMOTS feature dependencies by Raef Coles · 2 years, 10 months ago
  4. 3c4ae77 Improve LMS private context documentation by Raef Coles · 2 years, 10 months ago
  5. 285d44b Capitalize "Merkle" in LMS and LMOTS code by Raef Coles · 2 years, 10 months ago
  6. 9b0daf6 Improve LMS private function warning by Raef Coles · 2 years, 10 months ago
  7. 370cc43 Make LMS public key export part of public key api by Raef Coles · 2 years, 10 months ago
  8. be3bdd8 Rename LMS and LMOTS init/free functions by Raef Coles · 2 years, 10 months ago
  9. 2ac352a Make LMS functions args const where required by Raef Coles · 2 years, 10 months ago
  10. f6ddd51 Sanitize LMS and LMOTS macros by Raef Coles · 2 years, 10 months ago
  11. 5127e85 Update LMS and LMOTS dependency macros by Raef Coles · 2 years, 10 months ago
  12. 56fe20a Move MBEDTLS_PRIVATE required defines into lms.h by Raef Coles · 2 years, 10 months ago
  13. ab300f1 Move public header content from lmots.h to lms.h by Raef Coles · 2 years, 10 months ago
  14. 403558c Fix LMS function documentation by Raef Coles · 2 years, 11 months ago
  15. 9b88ee5 Fix LMS and LMOTS coding style violations by Raef Coles · 3 years ago
  16. 366d67d Shorted LMS and LMOTS line-lengths by Raef Coles · 3 years ago
  17. e9479a0 Update LMS API to support multiple parameter sets by Raef Coles · 3 years ago
  18. ab4f874 Add MBEDTLS_LMS_PRIVATE define by Raef Coles · 3 years ago
  19. 01c71a1 Update LMS and LMOTS api by Raef Coles · 3 years ago
  20. c8f9604 Use PSA hashing for LMS and LMOTS by Raef Coles · 3 years ago
  21. 7dce69a Make LMOTS a private api by Raef Coles · 3 years ago
  22. 2ad6e61 Update LMS/LMOTS documentation by Raef Coles · 3 years ago
  23. 0aa18e0 Note that LMS sign function is for testing only by Raef Coles · 3 years, 2 months ago
  24. c464746 Document LMS and LMOTS contexts by Raef Coles · 3 years, 2 months ago
  25. 8ff6df5 Add LMS implementation by Raef Coles · 4 years ago
  26. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  27. 8fd3254 Merge pull request #6374 from mprse/enc_types by Gilles Peskine · 2 years, 10 months ago
  28. 78317c8 Merge pull request #6327 from yuhaoth/pr/tls13-psk-after-session-tickets by Ronald Cron · 2 years, 10 months ago
  29. d61a4d3 Fix missing guard and double-space by Przemek Stekiel · 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. 8897c07 Add server only guards for psk callback by Jerry Yu · 3 years ago
  32. b33f6e5 Fix typo by Jan Bruckner · 2 years, 10 months ago
  33. 0957e7b Rmove MBEDTLS_NIST_KW_C dependency from MBEDTLS_SSL_TICKET_C by Przemek Stekiel · 2 years, 10 months ago
  34. 460192e Fix and sync configuration file and configuration verifiation by Przemek Stekiel · 2 years, 10 months ago
  35. ce5b68c Revert "Fix guards for mbedtls_ssl_ticket_write() and mbedtls_ssl_ticket_parse() functions" by Przemek Stekiel · 2 years, 10 months ago
  36. f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  37. e31ba83 Use basic symbols instead MBEDTLS_CIPHER_MODE_AEAD in check config by Przemek Stekiel · 2 years, 10 months ago
  38. d582a01 Make MBEDTLS_SSL_CONTEXT_SERIALIZATION dependent on AEAD by Przemek Stekiel · 2 years, 10 months ago
  39. a82290b Fix guards for mbedtls_ssl_ticket_write() and mbedtls_ssl_ticket_parse() functions by Przemek Stekiel · 2 years, 10 months ago
  40. 2c282c9 Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets by Paul Elliott · 2 years, 11 months ago
  41. ba627bf improve document about session tickets by Jerry Yu · 2 years, 11 months ago
  42. 40b4a01 Improve documents by Jerry Yu · 2 years, 11 months ago
  43. f3bdf9d fix various issues by Jerry Yu · 2 years, 11 months ago
  44. d0766ec fix various issues by Jerry Yu · 2 years, 11 months ago
  45. d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  46. b4e28aa Fix two typos by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  47. 3c16abe Fix dependencies of KEY_EXCHANGE_ECJPAKE by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  48. 1ad7ace Add conf new session tickets by Jerry Yu · 3 years ago
  49. be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 11 months ago
  50. ef843f2 MBEDTLS_PLATFORM_VSNPRINTF_ALT requires MBEDTLS_PLATFORM_C by Gilles Peskine · 2 years, 11 months ago
  51. 1be4582 Remove useless guard around include by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  52. 138387f Fix some typos, improve wording & formatting by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  53. 72687b7 Clarify dependencies in mbedtls_config.h by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  54. f17f85e Simplify definition of TLS 1.3 MD max size. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  55. e896705 Take advantage of legacy_or_psa.h being public by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  56. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  57. 04e4c19 Document the base state of platform abstraction by Gilles Peskine · 2 years, 11 months ago
  58. 409a620 Merge pull request #6255 from mprse/md_tls13 by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  59. 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  60. d60907b Define ECJPAKE_TO_PMS in config_psa only if SHA_256 is available by Andrzej Kurek · 2 years, 11 months ago
  61. 67ffab5 ssl.h: use PSA hash buffer size when PSA is used by Przemyslaw Stekiel · 2 years, 11 months ago
  62. 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
  63. 034492b ssl.h: Fix hash guards by Przemyslaw Stekiel · 2 years, 11 months ago
  64. ce0aa58 check_config.h: make TLS1.3 requirements verification more readable by Przemek Stekiel · 2 years, 11 months ago
  65. 8a2f2b0 check_config.h: fix TLS 1.3 requirements (add HKDF_EXTRACT/EXPAND) and comments by Przemek Stekiel · 2 years, 11 months ago
  66. 9408b70 check_config.h: revert HKDF requirements by Przemek Stekiel · 2 years, 11 months ago
  67. a06787a build_info.h: include config_psa.h also when MBEDTLS_PSA_CRYPTO_C by Przemek Stekiel · 3 years ago
  68. cf9d972 Fix config for MBEDTLS_SSL_PROTO_TLS1_3 by Przemek Stekiel · 3 years ago
  69. a9a8816 ssl.h: adapt guards for MBEDTLS_SSL_TLS1_3_TICKET_RESUMPTION_KEY_LEN by Przemek Stekiel · 3 years ago
  70. 6cf85a4 update document abourt maximum ticket_age_tolerance by Jerry Yu · 2 years, 11 months ago
  71. 7cd4eac Fix typo in mbedtls_ecjpake_write_shared_key() comment by Neil Armstrong · 2 years, 11 months ago
  72. f000471 Add missing MD dependency for pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  73. 345a92b Adjust PKCS5 dependencies in check_config by Andrzej Kurek · 3 years ago
  74. 65bf73e Enable HMAC in config_psa.h regardless of MD availability by Andrzej Kurek · 3 years ago
  75. 890e78a Deprecate mbedtls_pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  76. dd36c76 Provide a version of pkcs5_pbkdf2_hmac without MD usage by Andrzej Kurek · 3 years ago
  77. 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
  78. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  79. 89eb95a Add ticket age tolerance config option by Jerry Yu · 3 years ago
  80. b764fb6 Remove MBEDTLS_MD_C dep in config_psa.h when ECJPAJE is wanted by Neil Armstrong · 3 years ago
  81. 1266309 Introduce mbedtls_ecjpake_write_shared_key() to export the EC J-PAKE shared key material before the KDF() by Neil Armstrong · 3 years, 2 months ago
  82. ed40782 Fix SECP256R1 enable when PSA_WANT_ALG_JPAKE is defined by Neil Armstrong · 3 years, 2 months ago
  83. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  84. 637d0a0 Enable buildin PSA PAKE implementation when ECJPAKE_C is selected by Neil Armstrong · 3 years, 2 months ago
  85. bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 3 years ago
  86. 0edfa9d Merge pull request #6207 from daverodgman/ticket_time by Dave Rodgman · 3 years ago
  87. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  88. 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago
  89. e02da81 Update TLS1.2 dependencies description in mbedtls_config.h by Andrzej Kurek · 3 years ago
  90. 7e16ce3 Clarify TLS 1.2 dependencies with and without PSA crypto by Andrzej Kurek · 3 years ago
  91. 0ce9393 Merge pull request #6219 from KloolK/development by Dave Rodgman · 3 years ago
  92. e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
  93. 20ebaac Merge pull request #6211 from tom-cosgrove-arm/explicit-warning-re-ct-conditions-not-0-or-1 by Gilles Peskine · 3 years ago
  94. 9ff6f8c Fix minor typos by Jan Bruckner · 3 years ago
  95. ecaba1c Make use of PSA crypto hash if MBEDTLS_MD_C isn't defined by Neil Armstrong · 3 years ago
  96. 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
  97. 10836a0 config: Fix requirements for MBEDTLS_X509_USE_C and MBEDTLS_X509_CREATE_C by Przemek Stekiel · 3 years ago
  98. 12e69cb oid.h: remove MBEDTLS_MD_C guard by Przemek Stekiel · 3 years ago
  99. 55c1743 oid.h: remove redundant MBEDTLS_MD_C dependency by Przemek Stekiel · 3 years ago
  100. 278b667 check_config.h: Adjust x509 dependencies (MBEDTLS_MD_C or MBEDTLS_USE_PSA_CRYPTO) by Przemek Stekiel · 3 years ago