1. d1c1f7f Disable LMS in all.sh tests that lack _WANT_SHA256 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. a216711 Remove `sudo pip3` in LM(OT)S tests instructions by Raef Coles · 2 years, 10 months ago
  4. 1b43a74 Clean up LMS and LMOTS feature dependencies by Raef Coles · 2 years, 10 months ago
  5. 6b2c573 And export buffer too large test to LMS and LMOTS by Raef Coles · 2 years, 10 months ago
  6. 534f66f Fix assert arguments in LMS and LMOTS export tests by Raef Coles · 2 years, 10 months ago
  7. d1c2a80 Remove duplicated assert from LMOTS tests by Raef Coles · 2 years, 10 months ago
  8. 20d2e06 Add cleanup frees in LMS and LMOTS tests by Raef Coles · 2 years, 10 months ago
  9. 781f7be Properly mark LMOTS leak test as failed by Raef Coles · 2 years, 10 months ago
  10. d137c86 Don't skip LMS tests due to out of memory error by Raef Coles · 2 years, 10 months ago
  11. 7656339 Fix LMS and LMOTS test dependencies by Raef Coles · 2 years, 10 months ago
  12. 45c4ff9 Fix windows requiring explicit cast in LMS calloc by Raef Coles · 2 years, 10 months ago
  13. 59eb0d0 Fix LMOTS signature leak test dependencies by Raef Coles · 2 years, 10 months ago
  14. d0c7012 Replace TEST_ASSERT with TEST_EQUAL in LMS tests by Raef Coles · 2 years, 10 months ago
  15. f9b8502 Add LMS import/export negative tests by Raef Coles · 2 years, 10 months ago
  16. 4511055 Exclude binary LMS keys from file checking by Raef Coles · 2 years, 10 months ago
  17. 142e577 Add extra zeroization to LMS and LMOTS by Raef Coles · 2 years, 10 months ago
  18. 9fc303a Add extra LMOTS import negative tests by Raef Coles · 2 years, 10 months ago
  19. 71f554b Use real data for negative LMOTS tests by Raef Coles · 2 years, 10 months ago
  20. 66edf6a Use hsslms data for LMOTS import/export test by Raef Coles · 2 years, 10 months ago
  21. 8b55ba6 Source LMOTS data from hsslms by Raef Coles · 2 years, 10 months ago
  22. a6b47c0 Add LMS hsslms interop tests by Raef Coles · 2 years, 10 months ago
  23. d6adcb6 Add negative LMS import/export tests by Raef Coles · 2 years, 10 months ago
  24. 810612e Update LMS and LMOTS to use TEST_EQUAL by Raef Coles · 2 years, 10 months ago
  25. 90e13fc Add repro instructions for LMS test data by Raef Coles · 2 years, 10 months ago
  26. 0dc604e Change how LMS and LMOTS negative tests work by Raef Coles · 2 years, 10 months ago
  27. 4829459 Validate LMOTS sig length before parsing type by Raef Coles · 2 years, 10 months ago
  28. 7726678 Remove debugging code left in LMOTS tests by Raef Coles · 2 years, 10 months ago
  29. 3c4ae77 Improve LMS private context documentation by Raef Coles · 2 years, 10 months ago
  30. 285d44b Capitalize "Merkle" in LMS and LMOTS code by Raef Coles · 2 years, 10 months ago
  31. faf59ba Make LMS verification return VERIFY_FAILED more by Raef Coles · 2 years, 10 months ago
  32. fbd60ec Change LMS and LMOTS init functions to use memset by Raef Coles · 2 years, 10 months ago
  33. 9b0daf6 Improve LMS private function warning by Raef Coles · 2 years, 10 months ago
  34. f6cb5a4 Fix LMS return statements having incorrect style by Raef Coles · 2 years, 10 months ago
  35. 75b4c77 Fix LMS internal function documentation by Raef Coles · 2 years, 10 months ago
  36. d48f7e9 Allocate LMS C_RANDOM_VALUE as hash size by Raef Coles · 2 years, 10 months ago
  37. 1fb2f32 Check LMS offsets are sane at runtime by Raef Coles · 2 years, 10 months ago
  38. e34e3c0 Remove unneeded cast in LMS calloc by Raef Coles · 2 years, 10 months ago
  39. 370cc43 Make LMS public key export part of public key api by Raef Coles · 2 years, 10 months ago
  40. e89488d Fix bug in LMS public key loading by Raef Coles · 2 years, 10 months ago
  41. 3f6cdd7 Fix LMS not checking RNG function return value by Raef Coles · 2 years, 10 months ago
  42. 02cf823 Fix ots sig length check in LMS validate function by Raef Coles · 2 years, 10 months ago
  43. f36874a Fix error type of lms_import_public_key by Raef Coles · 2 years, 10 months ago
  44. dc8fb79 Simplify LMS private key generation error handling by Raef Coles · 2 years, 10 months ago
  45. be3bdd8 Rename LMS and LMOTS init/free functions by Raef Coles · 2 years, 10 months ago
  46. 29117d2 Update LMS PSA error conversion by Raef Coles · 2 years, 10 months ago
  47. be0c2f9 Update LMS local variable allocation by Raef Coles · 2 years, 10 months ago
  48. 2ac352a Make LMS functions args const where required by Raef Coles · 2 years, 10 months ago
  49. f6ddd51 Sanitize LMS and LMOTS macros by Raef Coles · 2 years, 10 months ago
  50. 5127e85 Update LMS and LMOTS dependency macros by Raef Coles · 2 years, 10 months ago
  51. 56fe20a Move MBEDTLS_PRIVATE required defines into lms.h by Raef Coles · 2 years, 10 months ago
  52. ab300f1 Move public header content from lmots.h to lms.h by Raef Coles · 2 years, 10 months ago
  53. b4568c5 Disable LMS in PSA crypto client test by Raef Coles · 2 years, 10 months ago
  54. 47bccb7 Disable LMS_PRIVATE in all.sh when LMS is disabled by Raef Coles · 2 years, 10 months ago
  55. a7e03ad Disable LMS in all.sh when PSA isn't enabled by Raef Coles · 2 years, 10 months ago
  56. 0b7da1b Fix overflow in LMS context init by Raef Coles · 2 years, 10 months ago
  57. 98c5043 Update LMS test description by Raef Coles · 2 years, 10 months ago
  58. 57d5328 Remove MBEDTLS_LM(OT)S prefix from internal macros by Raef Coles · 2 years, 10 months ago
  59. ad05425 Update naming of internal LMS functions by Raef Coles · 2 years, 10 months ago
  60. 40158e1 Add LMOTS test hook to header by Raef Coles · 2 years, 10 months ago
  61. 403558c Fix LMS function documentation by Raef Coles · 2 years, 11 months ago
  62. 3982040 Fix LMS zeroization using wrong sizeof type by Raef Coles · 2 years, 11 months ago
  63. 98d6e22 Remove doxygen markup from internal LMS functions by Raef Coles · 2 years, 11 months ago
  64. 40f184c Cast LMS allocation sizes to size_t by Raef Coles · 2 years, 11 months ago
  65. 1310ecb Update LMOTS function documentation by Raef Coles · 2 years, 11 months ago
  66. 9c9027b Add extra LMS and LMOTS tests by Raef Coles · 3 years ago
  67. fa24f9d Minor fixes to LMS and LMOTS macros by Raef Coles · 3 years ago
  68. 0a967cc Document LMS and LMOTS internal functions by Raef Coles · 3 years ago
  69. 8738a49 Fix iterator types in LMOTS by Raef Coles · 3 years ago
  70. f5919e2 Update LMS/LMOTS tests by Raef Coles · 3 years ago
  71. e0a1761 Fix LMS/LMOTS if-statement style by Raef Coles · 3 years ago
  72. 9b88ee5 Fix LMS and LMOTS coding style violations by Raef Coles · 3 years ago
  73. 366d67d Shorted LMS and LMOTS line-lengths by Raef Coles · 3 years ago
  74. e9479a0 Update LMS API to support multiple parameter sets by Raef Coles · 3 years ago
  75. ab4f874 Add MBEDTLS_LMS_PRIVATE define by Raef Coles · 3 years ago
  76. ebd35b5 Rename LMS internal tree-manipulation functions by Raef Coles · 3 years ago
  77. 891c613 Update LMOTS signature use of temporary variables by Raef Coles · 3 years ago
  78. 0c88d4e Remove superfluous casts in LMS and LMOTS by Raef Coles · 3 years ago
  79. f5632d3 Remove MBEDTLS_PRIVATE usage from LMS and LMOTS by Raef Coles · 3 years ago
  80. 01c71a1 Update LMS and LMOTS api by Raef Coles · 3 years ago
  81. c8f9604 Use PSA hashing for LMS and LMOTS by Raef Coles · 3 years ago
  82. 7dce69a Make LMOTS a private api by Raef Coles · 3 years ago
  83. 2ad6e61 Update LMS/LMOTS documentation by Raef Coles · 3 years ago
  84. 0aa18e0 Note that LMS sign function is for testing only by Raef Coles · 3 years, 2 months ago
  85. c464746 Document LMS and LMOTS contexts by Raef Coles · 3 years, 2 months ago
  86. 8ff6df5 Add LMS implementation by Raef Coles · 4 years, 1 month ago
  87. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  88. 2aa5af9 Merge pull request #6403 from mpg/print-failed-suites by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  89. 8fd3254 Merge pull request #6374 from mprse/enc_types by Gilles Peskine · 2 years, 10 months ago
  90. 78317c8 Merge pull request #6327 from yuhaoth/pr/tls13-psk-after-session-tickets by Ronald Cron · 2 years, 10 months ago
  91. 301e866 Merge pull request #6398 from gilles-peskine-arm/bignum-mbedtls_test_read_mpi_core-char by Janos Follath · 2 years, 10 months ago
  92. c797423 Remove unnecessary empty line and fix format issue by Jerry Yu · 2 years, 10 months ago
  93. 74b748d Merge pull request #6401 from gilles-peskine-arm/config.py-python-version-development by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  94. 22c18c1 Add NULL check in prepare hello by Jerry Yu · 2 years, 10 months ago
  95. c2bfaf0 fix wrong typo by Jerry Yu · 2 years, 10 months ago
  96. ac6c670 Print the list of failed suites in verbose mode by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  97. d61a4d3 Fix missing guard and double-space by Przemek Stekiel · 2 years, 10 months ago
  98. b50e433 Test mbedtls_mpi_core_bitlen by Gilles Peskine · 2 years, 10 months ago
  99. e943283 More mbedtls_mpi_bitlen test cases by Gilles Peskine · 2 years, 10 months ago
  100. 24baa81 Improve mbedtls_mpi_bitlen test descriptions by Gilles Peskine · 2 years, 10 months ago