1. d92fb01 Skip bits not needed in outcome-analysis.sh by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  2. 8874cd5 Merge pull request #4826 from RcColes/development by Gilles Peskine · 2 years, 10 months ago
  3. b3c3090 Merge pull request #6383 from mprse/aead_driver_test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  4. fa65237 Fix which config header MBEDTLS_LMS_xxx is unset from by Gilles Peskine · 2 years, 10 months ago
  5. 31c2dcb Fix file names in reproduction instructions in test data by Gilles Peskine · 2 years, 10 months ago
  6. 2875aa7 Fix instructions and test data for pyhsslms interop tests by Gilles Peskine · 2 years, 10 months ago
  7. 8bccc99 Don't mention error type in LMS test comments by Raef Coles · 2 years, 10 months ago
  8. 6d7d94a Use correct export length in LMS export tests by Raef Coles · 2 years, 10 months ago
  9. aa9d52b Rename LMS private key files to match library name by Raef Coles · 2 years, 10 months ago
  10. f8bfe27 Remove bad character from LMS test case by Raef Coles · 2 years, 10 months ago
  11. d543697 Fix minor type in LMS test description by Raef Coles · 2 years, 10 months ago
  12. a2514f6 Update pyhsslms test instructions with script by Raef Coles · 2 years, 10 months ago
  13. ce18e52 Rename LMS private key files by Raef Coles · 2 years, 10 months ago
  14. e4d96b8 Update LMS and LMOTS test comments by Raef Coles · 2 years, 10 months ago
  15. 493724e Check correct output size in LMOTS export test by Raef Coles · 2 years, 10 months ago
  16. ed0e459 Add output length test for LMS export too-big test by Raef Coles · 2 years, 10 months ago
  17. 49e4184 Merge pull request #6299 from xkqian/tls13_add_servername_check by Ronald Cron · 2 years, 10 months ago
  18. 33f7d66 Add output check to export too-big buffer tests by Raef Coles · 2 years, 10 months ago
  19. 1d88ea8 Remove unneeded NULL pointer checks in LMS tests by Raef Coles · 2 years, 10 months ago
  20. d1c1f7f Disable LMS in all.sh tests that lack _WANT_SHA256 by Raef Coles · 2 years, 10 months ago
  21. a216711 Remove `sudo pip3` in LM(OT)S tests instructions by Raef Coles · 2 years, 10 months ago
  22. 1b43a74 Clean up LMS and LMOTS feature dependencies by Raef Coles · 2 years, 10 months ago
  23. 6b2c573 And export buffer too large test to LMS and LMOTS by Raef Coles · 2 years, 10 months ago
  24. 534f66f Fix assert arguments in LMS and LMOTS export tests by Raef Coles · 2 years, 10 months ago
  25. d1c2a80 Remove duplicated assert from LMOTS tests by Raef Coles · 2 years, 10 months ago
  26. 20d2e06 Add cleanup frees in LMS and LMOTS tests by Raef Coles · 2 years, 10 months ago
  27. 781f7be Properly mark LMOTS leak test as failed by Raef Coles · 2 years, 10 months ago
  28. d137c86 Don't skip LMS tests due to out of memory error by Raef Coles · 2 years, 10 months ago
  29. 7656339 Fix LMS and LMOTS test dependencies by Raef Coles · 2 years, 10 months ago
  30. 59eb0d0 Fix LMOTS signature leak test dependencies by Raef Coles · 2 years, 10 months ago
  31. d0c7012 Replace TEST_ASSERT with TEST_EQUAL in LMS tests by Raef Coles · 2 years, 10 months ago
  32. f9b8502 Add LMS import/export negative tests by Raef Coles · 2 years, 10 months ago
  33. 4511055 Exclude binary LMS keys from file checking by Raef Coles · 2 years, 10 months ago
  34. 9fc303a Add extra LMOTS import negative tests by Raef Coles · 2 years, 10 months ago
  35. 71f554b Use real data for negative LMOTS tests by Raef Coles · 2 years, 10 months ago
  36. 66edf6a Use hsslms data for LMOTS import/export test by Raef Coles · 2 years, 10 months ago
  37. 8b55ba6 Source LMOTS data from hsslms by Raef Coles · 2 years, 10 months ago
  38. a6b47c0 Add LMS hsslms interop tests by Raef Coles · 2 years, 10 months ago
  39. d6adcb6 Add negative LMS import/export tests by Raef Coles · 2 years, 10 months ago
  40. 810612e Update LMS and LMOTS to use TEST_EQUAL by Raef Coles · 2 years, 10 months ago
  41. 90e13fc Add repro instructions for LMS test data by Raef Coles · 2 years, 10 months ago
  42. 0dc604e Change how LMS and LMOTS negative tests work by Raef Coles · 2 years, 10 months ago
  43. 7726678 Remove debugging code left in LMOTS tests by Raef Coles · 2 years, 10 months ago
  44. 370cc43 Make LMS public key export part of public key api 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. 5127e85 Update LMS and LMOTS dependency macros by Raef Coles · 2 years, 10 months ago
  47. b4568c5 Disable LMS in PSA crypto client test by Raef Coles · 2 years, 10 months ago
  48. 47bccb7 Disable LMS_PRIVATE in all.sh when LMS is disabled by Raef Coles · 2 years, 10 months ago
  49. a7e03ad Disable LMS in all.sh when PSA isn't enabled by Raef Coles · 2 years, 10 months ago
  50. 98c5043 Update LMS test description by Raef Coles · 2 years, 10 months ago
  51. 40158e1 Add LMOTS test hook to header by Raef Coles · 2 years, 10 months ago
  52. 9c9027b Add extra LMS and LMOTS tests by Raef Coles · 3 years ago
  53. f5919e2 Update LMS/LMOTS tests by Raef Coles · 3 years ago
  54. e9479a0 Update LMS API to support multiple parameter sets by Raef Coles · 3 years ago
  55. ab4f874 Add MBEDTLS_LMS_PRIVATE define by Raef Coles · 3 years ago
  56. 01c71a1 Update LMS and LMOTS api by Raef Coles · 3 years ago
  57. c8f9604 Use PSA hashing for LMS and LMOTS by Raef Coles · 3 years ago
  58. 7dce69a Make LMOTS a private api by Raef Coles · 3 years ago
  59. 8ff6df5 Add LMS implementation by Raef Coles · 4 years, 1 month ago
  60. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  61. 072fad1 Disable MBEDTLS_SSL_TICKET_C in aead driver test. by Przemek Stekiel · 2 years, 10 months ago
  62. 2aa5af9 Merge pull request #6403 from mpg/print-failed-suites by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  63. ed0620c Refine code base on comments by Xiaokang Qian · 2 years, 10 months ago
  64. 2f9efd3 Address comments base on review by Xiaokang Qian · 2 years, 10 months ago
  65. adf84a4 Remove public api mbedtls_ssl_reset_hostname() by Xiaokang Qian · 2 years, 10 months ago
  66. 281fd1b Add server name check when proposeing pre-share key by Xiaokang Qian · 2 years, 11 months ago
  67. 8fd3254 Merge pull request #6374 from mprse/enc_types by Gilles Peskine · 2 years, 10 months ago
  68. 78317c8 Merge pull request #6327 from yuhaoth/pr/tls13-psk-after-session-tickets by Ronald Cron · 2 years, 10 months ago
  69. ee1bb41 Make sure that disabled features are not included in image and fix test config by Przemek Stekiel · 2 years, 10 months ago
  70. c2bfaf0 fix wrong typo by Jerry Yu · 2 years, 10 months ago
  71. ac6c670 Print the list of failed suites in verbose mode by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  72. b50e433 Test mbedtls_mpi_core_bitlen by Gilles Peskine · 2 years, 10 months ago
  73. e943283 More mbedtls_mpi_bitlen test cases by Gilles Peskine · 2 years, 10 months ago
  74. 24baa81 Improve mbedtls_mpi_bitlen test descriptions by Gilles Peskine · 2 years, 10 months ago
  75. c5772a1 mbedtls_test_read_mpi_core: allow odd number of hex digits by Gilles Peskine · 2 years, 10 months ago
  76. 1b5c85c Merge pull request #6386 from gilles-peskine-arm/bignum-mbedtls_test_read_mpi_core by Janos Follath · 2 years, 10 months ago
  77. 03aa174 Improve test message and title by Jerry Yu · 2 years, 10 months ago
  78. 52a428b Fix MBEDTLS_SSL_TICKET_C, MBEDTLS_SSL_SESSION_TICKETS dependencies by Przemek Stekiel · 2 years, 10 months ago
  79. 42bb3ff Adapt expected results in ChaCha20-Poly1305 ( invalid tag length) by Przemek Stekiel · 2 years, 10 months ago
  80. 63b06ea Update test cases by Jerry Yu · 2 years, 10 months ago
  81. 25ab654 Add dummy ticket support by Jerry Yu · 2 years, 11 months ago
  82. 8897c07 Add server only guards for psk callback by Jerry Yu · 3 years ago
  83. c1ceae4 crypto_config_test_driver_extension.h: add support for ChaCha20 - Poly1305 by Przemek Stekiel · 2 years, 10 months ago
  84. 99a82dc Readability improvement by Gilles Peskine · 2 years, 10 months ago
  85. 80ca44f Merge pull request #6325 from gabor-mezei-arm/6308_missing_initialization_in_test by Gilles Peskine · 2 years, 10 months ago
  86. 22514eb Fix typo in documentation by Gilles Peskine · 2 years, 11 months ago
  87. 6a5cc74 Fix typos and comments by Przemek Stekiel · 2 years, 10 months ago
  88. bd99a02 test_driver_aead.c: add support for LIBTESTDRIVER1 tests by Przemek Stekiel · 2 years, 10 months ago
  89. e290f2e all.sh: add testing of AEAD drivers with libtestdriver1 by Przemek Stekiel · 2 years, 10 months ago
  90. 5bbdfce Streamline mbedtls_mpi_core_lt_ct unit test by Gilles Peskine · 2 years, 11 months ago
  91. 3aae4e8 New function mbedtls_test_read_mpi_core by Gilles Peskine · 2 years, 11 months ago
  92. 571576f Move the definition of data_t to a header file by Gilles Peskine · 2 years, 11 months ago
  93. bdc7b8b Allow test assertions on constant-flow scalar data by Gilles Peskine · 2 years, 11 months ago
  94. 97483b0 Remove incorrect comment by Gilles Peskine · 2 years, 11 months ago
  95. 845de08 Merge pull request #6083 from tom-cosgrove-arm/issue-6015-montgomery-multiplication by Gilles Peskine · 2 years, 10 months ago
  96. 4386ead Correct the aliasing requirements in doc for mbedtls_mpi_core_montmul(), and test them by Tom Cosgrove · 2 years, 10 months ago
  97. 48a6a66 Add ssl-opt tls 1.2 tests for single cipher builds by Przemek Stekiel · 2 years, 10 months ago
  98. 8d4b241 Remove redundant indirect dependencies after optimizing setup for one cipher components by Przemek Stekiel · 2 years, 10 months ago
  99. a891a09 test_suite_cmac.data: fix bug: use cipher type instead cipher id by Przemek Stekiel · 2 years, 10 months ago
  100. 68db0d2 Optimize one cipher only components and adapt nemes by Przemek Stekiel · 2 years, 10 months ago