1. 1b43a74 Clean up LMS and LMOTS feature dependencies by Raef Coles · 2 years, 10 months ago
  2. 4511055 Exclude binary LMS keys from file checking by Raef Coles · 2 years, 10 months ago
  3. b4568c5 Disable LMS in PSA crypto client test by Raef Coles · 2 years, 10 months ago
  4. 47bccb7 Disable LMS_PRIVATE in all.sh when LMS is disabled by Raef Coles · 2 years, 10 months ago
  5. a7e03ad Disable LMS in all.sh when PSA isn't enabled by Raef Coles · 2 years, 10 months ago
  6. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  7. 2aa5af9 Merge pull request #6403 from mpg/print-failed-suites by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  8. 8fd3254 Merge pull request #6374 from mprse/enc_types by Gilles Peskine · 2 years, 10 months ago
  9. ac6c670 Print the list of failed suites in verbose mode by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  10. 52a428b Fix MBEDTLS_SSL_TICKET_C, MBEDTLS_SSL_SESSION_TICKETS dependencies by Przemek Stekiel · 2 years, 10 months ago
  11. 22514eb Fix typo in documentation by Gilles Peskine · 2 years, 11 months ago
  12. 6a5cc74 Fix typos and comments by Przemek Stekiel · 2 years, 10 months ago
  13. 845de08 Merge pull request #6083 from tom-cosgrove-arm/issue-6015-montgomery-multiplication by Gilles Peskine · 2 years, 10 months ago
  14. 48a6a66 Add ssl-opt tls 1.2 tests for single cipher builds by Przemek Stekiel · 2 years, 10 months ago
  15. 8d4b241 Remove redundant indirect dependencies after optimizing setup for one cipher components by Przemek Stekiel · 2 years, 10 months ago
  16. 68db0d2 Optimize one cipher only components and adapt nemes by Przemek Stekiel · 2 years, 10 months ago
  17. 0cc3466 Change testing strategy to default + one cypher only (psa/no psa) by Przemek Stekiel · 2 years, 10 months ago
  18. b0de1c0 Add components to build and test default/full config with legacy-ccm cipher only by Przemek Stekiel · 2 years, 10 months ago
  19. 9550c05 Add component to build and test full config with stream cipher only by Przemek Stekiel · 2 years, 10 months ago
  20. f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  21. d582a01 Make MBEDTLS_SSL_CONTEXT_SERIALIZATION dependent on AEAD by Przemek Stekiel · 2 years, 10 months ago
  22. a82290b Fix guards for mbedtls_ssl_ticket_write() and mbedtls_ssl_ticket_parse() functions by Przemek Stekiel · 2 years, 10 months ago
  23. 11c362a Add component to build and test default config with stream cipher only by Przemek Stekiel · 2 years, 10 months ago
  24. f70f4ea Merge pull request #6248 from gilles-peskine-arm/all-sh-force-3.2 by Gilles Peskine · 2 years, 11 months ago
  25. 119eae2 Update names of test cases in generate_bignum_tests.py by Tom Cosgrove · 2 years, 11 months ago
  26. d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  27. 73f9233 Use full config for testing driver-only hashes by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  28. 79e1467 Fix include path for programs by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  29. ef843f2 MBEDTLS_PLATFORM_VSNPRINTF_ALT requires MBEDTLS_PLATFORM_C by Gilles Peskine · 2 years, 11 months ago
  30. 1716f06 Merge pull request #6093 from wernerlewis/bignum_test_script by Gilles Peskine · 2 years, 11 months ago
  31. c2fb540 Use a script specific description in CLI help by Werner Lewis · 2 years, 11 months ago
  32. 4ba0e45 all.sh: don't build with ECJPAKE_TO_PMS if SHA256 is not available by Andrzej Kurek · 2 years, 11 months ago
  33. 52ae326 Update references to file targets in docstrings by Werner Lewis · 2 years, 11 months ago
  34. ac446c8 Add combination_pairs helper function by Werner Lewis · 2 years, 11 months ago
  35. b6e8091 Use typing.cast instead of unqualified cast by Werner Lewis · 2 years, 11 months ago
  36. dcec7ac test_psa_crypto_config_accel_hash_use_psa: enable tls.1.3 at the end and adapt comment by Przemek Stekiel · 2 years, 11 months ago
  37. a4af13a test_psa_crypto_config_accel_hash_use_psa: enable TLS 1.3 by Przemek Stekiel · 3 years ago
  38. 3dc4519 Replace L/R inputs with A/B by Werner Lewis · 2 years, 11 months ago
  39. 1fade8a Move symbol definition out of __init__ by Werner Lewis · 2 years, 11 months ago
  40. 07e3570 Add an ssl-opt.sh run to all.sh for the accel_hash_use_psa config by Andrzej Kurek · 2 years, 11 months ago
  41. f6a6a2d Merge pull request #6216 from AndrzejKurek/tls-tests-no-md-compat by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  42. 5e0654a Add a compat.sh run to psa_crypto_config_accel_hash_use_psa by Andrzej Kurek · 3 years ago
  43. 855e45c Use simpler int to hex string conversion by Werner Lewis · 3 years ago
  44. 5601308 Remove unused imports by Werner Lewis · 3 years ago
  45. a4668a6 Rework TestGenerator to add file targets by Werner Lewis · 3 years ago
  46. 37a17e8 Enable PKCS5 in no-md builds in all.sh by Andrzej Kurek · 3 years ago
  47. 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
  48. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  49. a4b7720 Use `combinations_with_replacement` for inputs by Werner Lewis · 3 years ago
  50. 076f725 Don't remove programs/fuzz/Makefile by Gilles Peskine · 3 years ago
  51. dd06efb Don't try restoring a file if no backup is available by Gilles Peskine · 3 years ago
  52. bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 3 years ago
  53. a84ce3f Merge pull request #6111 from superna9999/6101-programs-dont-build-with-libtestdriver-and-use-psa by Manuel Pégourié-Gonnard · 3 years ago
  54. 81f2444 Modify wording in docstrings by Werner Lewis · 3 years ago
  55. 6ef5436 Clarify documentation by Werner Lewis · 3 years ago
  56. a16b617 Disable abstract check in pylint by Werner Lewis · 3 years ago
  57. e3ad22e Fix TARGET types and code style by Werner Lewis · 3 years ago
  58. 6d654c6 Raise NotImplementedError in abstract methods by Werner Lewis · 3 years ago
  59. 9990b30 Use typing casts for fixed-width tuples by Werner Lewis · 3 years ago
  60. 6300b4f Add missing typing by Werner Lewis · 3 years ago
  61. cfd4768 Use __new__() for case counting by Werner Lewis · 3 years ago
  62. 2b527a3 Split generate_tests to reduce code complexity by Werner Lewis · 3 years ago
  63. 699e126 Use ABCMeta for abstract classes by Werner Lewis · 3 years ago
  64. 169034a Add details to docstrings by Werner Lewis · 3 years ago
  65. 6c70d74 Convert bools to int before arithmetic by Werner Lewis · 3 years ago
  66. 92c876a Remove unneeded list concatenation by Werner Lewis · 3 years ago
  67. 55e638c Remove abbreviations and clarify attributes by Werner Lewis · 3 years ago
  68. fbb75e3 Separate common test generation classes/functions by Werner Lewis · 3 years ago
  69. 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago
  70. 180b6b9 Enable TLS 1.2 tests without MD and with USE_PSA in all.sh by Andrzej Kurek · 3 years ago
  71. e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
  72. 7b044c1 Enable ECJPAKE in test_crypto_full_no_md () & test_psa_crypto_config_accel_hash_use_psa () components by Neil Armstrong · 3 years ago
  73. b792cfd component_test_psa_crypto_config_accel_hash_use_psa: stop removing all X.509 modules from the build by Przemek Stekiel · 3 years ago
  74. 92cd864 Merge pull request #6090 from hanno-arm/fix_bnmul_arm_v7a by Dave Rodgman · 3 years ago
  75. 03f7a6e Add armcc plain armv7-m target; tidy up arg order by Dave Rodgman · 3 years ago
  76. 7a27e85 Fix failure of RSA accel test by Manuel Pégourié-Gonnard · 3 years ago
  77. 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
  78. 8d59c86 Make pylint happy by Janos Follath · 3 years ago
  79. 9938719 Allow internal macros without prefix by Janos Follath · 3 years ago
  80. d86b8ac Fix test_psa_crypto_config_accel_hash_use_psa build when including libtestdriver1 PSA headers from programs by Neil Armstrong · 3 years, 1 month ago
  81. 6a31396 Fix incorrect indentation by Werner Lewis · 3 years, 1 month ago
  82. 265e051 Remove is None from if statement by Werner Lewis · 3 years, 1 month ago
  83. c442f6a Fix type issues by Werner Lewis · 3 years, 1 month ago
  84. b17ca8a Remove set() to preserve test case order by Werner Lewis · 3 years, 1 month ago
  85. a51fe2b Sort tests when generating cases by Werner Lewis · 3 years, 1 month ago
  86. 86caf85 Add test case generation for bignum add by Werner Lewis · 3 years, 1 month ago
  87. 69a92ce Add test generation for bignum cmp variant by Werner Lewis · 3 years, 1 month ago
  88. 8b2df74 Add bignum test generation framework by Werner Lewis · 3 years, 1 month ago
  89. f0762e9 Enable inline assembly in armcc all.sh component by Hanno Becker · 3 years, 1 month ago
  90. 7b0825d Build with SHA-256 accelerated too by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  91. f0f63bc Test without MD_C by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  92. 525add6 Add component with accelerated hashes and USE_PSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  93. 97ab2a3 Clean up two accel tests in all.sh by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  94. 46a2954 Build and test RSA PKCS#1v1.5 without MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  95. b86279f Build and test PK without MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  96. 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
  97. 6497b5a Add setbuf platform function by Gilles Peskine · 3 years, 1 month ago
  98. e3dac4a tls13: Add Certificate msg parsing tests with invalid vector lengths by Ronald Cron · 3 years, 2 months ago
  99. b7c12a4 Refactor compat scripts by Jerry Yu · 3 years, 2 months ago
  100. 9b938b7 Share code with base class in generate_tls13_compat_tests.py by XiaokangQian · 3 years, 2 months ago