1. 45c4ff9 Fix windows requiring explicit cast in LMS calloc by Raef Coles · 2 years, 10 months ago
  2. 142e577 Add extra zeroization to LMS and LMOTS by Raef Coles · 2 years, 10 months ago
  3. 9fc303a Add extra LMOTS import negative tests by Raef Coles · 2 years, 10 months ago
  4. 4829459 Validate LMOTS sig length before parsing type 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. faf59ba Make LMS verification return VERIFY_FAILED more by Raef Coles · 2 years, 10 months ago
  7. fbd60ec Change LMS and LMOTS init functions to use memset by Raef Coles · 2 years, 10 months ago
  8. 9b0daf6 Improve LMS private function warning by Raef Coles · 2 years, 10 months ago
  9. f6cb5a4 Fix LMS return statements having incorrect style by Raef Coles · 2 years, 10 months ago
  10. 75b4c77 Fix LMS internal function documentation by Raef Coles · 2 years, 10 months ago
  11. d48f7e9 Allocate LMS C_RANDOM_VALUE as hash size by Raef Coles · 2 years, 10 months ago
  12. 1fb2f32 Check LMS offsets are sane at runtime by Raef Coles · 2 years, 10 months ago
  13. e34e3c0 Remove unneeded cast in LMS calloc by Raef Coles · 2 years, 10 months ago
  14. 370cc43 Make LMS public key export part of public key api by Raef Coles · 2 years, 10 months ago
  15. e89488d Fix bug in LMS public key loading by Raef Coles · 2 years, 10 months ago
  16. 3f6cdd7 Fix LMS not checking RNG function return value by Raef Coles · 2 years, 10 months ago
  17. 02cf823 Fix ots sig length check in LMS validate function by Raef Coles · 2 years, 10 months ago
  18. f36874a Fix error type of lms_import_public_key by Raef Coles · 2 years, 10 months ago
  19. dc8fb79 Simplify LMS private key generation error handling by Raef Coles · 2 years, 10 months ago
  20. be3bdd8 Rename LMS and LMOTS init/free functions by Raef Coles · 2 years, 10 months ago
  21. 29117d2 Update LMS PSA error conversion by Raef Coles · 2 years, 10 months ago
  22. be0c2f9 Update LMS local variable allocation by Raef Coles · 2 years, 10 months ago
  23. 2ac352a Make LMS functions args const where required by Raef Coles · 2 years, 10 months ago
  24. 5127e85 Update LMS and LMOTS dependency macros by Raef Coles · 2 years, 10 months ago
  25. 56fe20a Move MBEDTLS_PRIVATE required defines into lms.h by Raef Coles · 2 years, 10 months ago
  26. ab300f1 Move public header content from lmots.h to lms.h by Raef Coles · 2 years, 10 months ago
  27. 0b7da1b Fix overflow in LMS context init by Raef Coles · 2 years, 10 months ago
  28. 57d5328 Remove MBEDTLS_LM(OT)S prefix from internal macros by Raef Coles · 2 years, 10 months ago
  29. ad05425 Update naming of internal LMS functions by Raef Coles · 2 years, 10 months ago
  30. 40158e1 Add LMOTS test hook to header by Raef Coles · 2 years, 10 months ago
  31. 3982040 Fix LMS zeroization using wrong sizeof type by Raef Coles · 2 years, 11 months ago
  32. 98d6e22 Remove doxygen markup from internal LMS functions by Raef Coles · 2 years, 11 months ago
  33. 40f184c Cast LMS allocation sizes to size_t by Raef Coles · 2 years, 11 months ago
  34. 1310ecb Update LMOTS function documentation by Raef Coles · 2 years, 11 months ago
  35. 9c9027b Add extra LMS and LMOTS tests by Raef Coles · 3 years ago
  36. fa24f9d Minor fixes to LMS and LMOTS macros by Raef Coles · 3 years ago
  37. 0a967cc Document LMS and LMOTS internal functions by Raef Coles · 3 years ago
  38. 8738a49 Fix iterator types in LMOTS by Raef Coles · 3 years ago
  39. e0a1761 Fix LMS/LMOTS if-statement style by Raef Coles · 3 years ago
  40. 9b88ee5 Fix LMS and LMOTS coding style violations by Raef Coles · 3 years ago
  41. 366d67d Shorted LMS and LMOTS line-lengths by Raef Coles · 3 years ago
  42. e9479a0 Update LMS API to support multiple parameter sets by Raef Coles · 3 years ago
  43. ab4f874 Add MBEDTLS_LMS_PRIVATE define by Raef Coles · 3 years ago
  44. ebd35b5 Rename LMS internal tree-manipulation functions by Raef Coles · 3 years ago
  45. 891c613 Update LMOTS signature use of temporary variables by Raef Coles · 3 years ago
  46. 0c88d4e Remove superfluous casts in LMS and LMOTS by Raef Coles · 3 years ago
  47. f5632d3 Remove MBEDTLS_PRIVATE usage from LMS and LMOTS by Raef Coles · 3 years ago
  48. 01c71a1 Update LMS and LMOTS api by Raef Coles · 3 years ago
  49. c8f9604 Use PSA hashing for LMS and LMOTS by Raef Coles · 3 years ago
  50. 7dce69a Make LMOTS a private api by Raef Coles · 3 years ago
  51. 8ff6df5 Add LMS implementation by Raef Coles · 4 years ago
  52. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  53. 8fd3254 Merge pull request #6374 from mprse/enc_types by Gilles Peskine · 2 years, 10 months ago
  54. c797423 Remove unnecessary empty line and fix format issue by Jerry Yu · 2 years, 10 months ago
  55. 22c18c1 Add NULL check in prepare hello by Jerry Yu · 2 years, 10 months ago
  56. c2bfaf0 fix wrong typo by Jerry Yu · 2 years, 10 months ago
  57. 4f77ecf disable session resumption when ticket expired by Jerry Yu · 2 years, 10 months ago
  58. 03aa174 Improve test message and title by Jerry Yu · 2 years, 10 months ago
  59. 6916e70 fix various issues by Jerry Yu · 2 years, 10 months ago
  60. 2109206 Restrict cipher suite validation to TLS1.3 by Jerry Yu · 2 years, 10 months ago
  61. a99cbfa fix various issues by Jerry Yu · 2 years, 10 months ago
  62. 40afab6 Add ciphersuite check in set_session by Jerry Yu · 2 years, 10 months ago
  63. 21f9095 Revert "move ciphersuite validation to set_session" by Jerry Yu · 2 years, 10 months ago
  64. 379b91a add ticket age check by Jerry Yu · 2 years, 10 months ago
  65. 4a69834 Re-org selected_identity parser by Jerry Yu · 2 years, 10 months ago
  66. 6183cc7 Re-org binders writer by Jerry Yu · 2 years, 10 months ago
  67. f75364b Re-organize identities writer by Jerry Yu · 2 years, 10 months ago
  68. 8b41e89 fix various issues by Jerry Yu · 2 years, 10 months ago
  69. 19ae6f6 move ciphersuite validation to set_session by Jerry Yu · 2 years, 10 months ago
  70. 25ab654 Add dummy ticket support by Jerry Yu · 2 years, 11 months ago
  71. b300e3c add selected_identity parser by Jerry Yu · 2 years, 10 months ago
  72. 1a0a0f4 Add binders writer by Jerry Yu · 2 years, 10 months ago
  73. f7c1259 Add identites writer by Jerry Yu · 2 years, 10 months ago
  74. 0c6105b empty pre_shared_key functions by Jerry Yu · 3 years ago
  75. 8897c07 Add server only guards for psk callback by Jerry Yu · 3 years ago
  76. 845de08 Merge pull request #6083 from tom-cosgrove-arm/issue-6015-montgomery-multiplication by Gilles Peskine · 2 years, 10 months ago
  77. 6da3a3b Fix doc regarding aliasing of modulus input to mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 10 months ago
  78. 4386ead Correct the aliasing requirements in doc for mbedtls_mpi_core_montmul(), and test them by Tom Cosgrove · 2 years, 10 months ago
  79. ce5b68c Revert "Fix guards for mbedtls_ssl_ticket_write() and mbedtls_ssl_ticket_parse() functions" by Przemek Stekiel · 2 years, 10 months ago
  80. 77c691f Merge pull request #6194 from xkqian/tls13_add_psk_client_cases by Ronald Cron · 2 years, 10 months ago
  81. e3358e1 Merge pull request #6051 from mprse/permissions_2b_v2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  82. f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  83. ca343ae Improve message logs and test cases description in psk by Xiaokang Qian · 2 years, 10 months ago
  84. 4c49927 Fix unused variables warnings in default + stream cipher only build by Przemek Stekiel · 2 years, 10 months ago
  85. a82290b Fix guards for mbedtls_ssl_ticket_write() and mbedtls_ssl_ticket_parse() functions by Przemek Stekiel · 2 years, 10 months ago
  86. 89ad623 Fix guards for mbedtls_ct_size_mask() and mbedtls_ct_memcpy_if_eq() by Przemek Stekiel · 2 years, 10 months ago
  87. c27a907 tls13: server: Add comment when trying another sig alg by Ronald Cron · 2 years, 10 months ago
  88. cb6e963 Change kex mode string name by Xiaokang Qian · 2 years, 10 months ago
  89. b72dac4 Fix PSA identifier of RSA_PKCS1V15 signing algorithms by Ronald Cron · 2 years, 10 months ago
  90. b510cd2 Fix a copy-paste error - wrong macro used by Andrzej Kurek · 2 years, 10 months ago
  91. 5603efd Improve readability and formatting by Andrzej Kurek · 2 years, 10 months ago
  92. 5beec4b Refine ssl_get_kex_mode_str() for easy automatic generation by Xiaokang Qian · 2 years, 10 months ago
  93. ac8195f Fix wrongly kex mode fallback issue in psk cases by Xiaokang Qian · 2 years, 10 months ago
  94. 5596c74 Merge pull request #6140 from Zaya-dyno/validation_remove_change_auth_enc by Gilles Peskine · 2 years, 11 months ago
  95. 12a1e85 Merge pull request #6138 from Zaya-dyno/validation_remove_change_key_agree by Gilles Peskine · 2 years, 11 months ago
  96. 87953f2 Merge pull request #6091 from Zaya-dyno/validation_remove_change_pk by Gilles Peskine · 2 years, 11 months ago
  97. 2c282c9 Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets by Paul Elliott · 2 years, 11 months ago
  98. 8939930 Rebase and fix some test failures by Xiaokang Qian · 2 years, 11 months ago
  99. 5001bfc Add key exchange mode log in client side by Xiaokang Qian · 2 years, 11 months ago
  100. 335cfaa Finalize client side code for psk by XiaokangQian · 3 years ago