1. e188734 Don't use parallel jobs for pylint by Gilles Peskine · 2 years, 11 months ago
  2. d9071e7 Unify check_repo_path by Gilles Peskine · 2 years, 11 months ago
  3. 4537d6d Move implementation detail from docstring to comment by Gilles Peskine · 2 years, 11 months ago
  4. 64f2efd More precise name for test data generation by Gilles Peskine · 2 years, 11 months ago
  5. 1716f06 Merge pull request #6093 from wernerlewis/bignum_test_script by Gilles Peskine · 2 years, 11 months ago
  6. c2fb540 Use a script specific description in CLI help by Werner Lewis · 2 years, 11 months ago
  7. 52ae326 Update references to file targets in docstrings by Werner Lewis · 2 years, 11 months ago
  8. ac446c8 Add combination_pairs helper function by Werner Lewis · 2 years, 11 months ago
  9. b6e8091 Use typing.cast instead of unqualified cast by Werner Lewis · 2 years, 11 months ago
  10. 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
  11. a4af13a test_psa_crypto_config_accel_hash_use_psa: enable TLS 1.3 by Przemek Stekiel · 3 years ago
  12. 3dc4519 Replace L/R inputs with A/B by Werner Lewis · 2 years, 11 months ago
  13. 1fade8a Move symbol definition out of __init__ by Werner Lewis · 2 years, 11 months ago
  14. 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
  15. f6a6a2d Merge pull request #6216 from AndrzejKurek/tls-tests-no-md-compat by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  16. 5e0654a Add a compat.sh run to psa_crypto_config_accel_hash_use_psa by Andrzej Kurek · 3 years ago
  17. 855e45c Use simpler int to hex string conversion by Werner Lewis · 3 years ago
  18. 5601308 Remove unused imports by Werner Lewis · 3 years ago
  19. a4668a6 Rework TestGenerator to add file targets by Werner Lewis · 3 years ago
  20. 37a17e8 Enable PKCS5 in no-md builds in all.sh by Andrzej Kurek · 3 years ago
  21. 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
  22. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  23. a4b7720 Use `combinations_with_replacement` for inputs by Werner Lewis · 3 years ago
  24. bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 3 years ago
  25. a84ce3f Merge pull request #6111 from superna9999/6101-programs-dont-build-with-libtestdriver-and-use-psa by Manuel Pégourié-Gonnard · 3 years ago
  26. 81f2444 Modify wording in docstrings by Werner Lewis · 3 years ago
  27. 6ef5436 Clarify documentation by Werner Lewis · 3 years ago
  28. a16b617 Disable abstract check in pylint by Werner Lewis · 3 years ago
  29. e3ad22e Fix TARGET types and code style by Werner Lewis · 3 years ago
  30. 6d654c6 Raise NotImplementedError in abstract methods by Werner Lewis · 3 years ago
  31. 9990b30 Use typing casts for fixed-width tuples by Werner Lewis · 3 years ago
  32. 6300b4f Add missing typing by Werner Lewis · 3 years ago
  33. cfd4768 Use __new__() for case counting by Werner Lewis · 3 years ago
  34. 2b527a3 Split generate_tests to reduce code complexity by Werner Lewis · 3 years ago
  35. 699e126 Use ABCMeta for abstract classes by Werner Lewis · 3 years ago
  36. 169034a Add details to docstrings by Werner Lewis · 3 years ago
  37. 6c70d74 Convert bools to int before arithmetic by Werner Lewis · 3 years ago
  38. 92c876a Remove unneeded list concatenation by Werner Lewis · 3 years ago
  39. 55e638c Remove abbreviations and clarify attributes by Werner Lewis · 3 years ago
  40. fbb75e3 Separate common test generation classes/functions by Werner Lewis · 3 years ago
  41. 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago
  42. 180b6b9 Enable TLS 1.2 tests without MD and with USE_PSA in all.sh by Andrzej Kurek · 3 years ago
  43. e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
  44. 7b044c1 Enable ECJPAKE in test_crypto_full_no_md () & test_psa_crypto_config_accel_hash_use_psa () components by Neil Armstrong · 3 years ago
  45. 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
  46. 92cd864 Merge pull request #6090 from hanno-arm/fix_bnmul_arm_v7a by Dave Rodgman · 3 years ago
  47. 03f7a6e Add armcc plain armv7-m target; tidy up arg order by Dave Rodgman · 3 years ago
  48. 7a27e85 Fix failure of RSA accel test by Manuel Pégourié-Gonnard · 3 years ago
  49. 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
  50. 8d59c86 Make pylint happy by Janos Follath · 3 years ago
  51. 9938719 Allow internal macros without prefix by Janos Follath · 3 years ago
  52. 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
  53. 6a31396 Fix incorrect indentation by Werner Lewis · 3 years, 1 month ago
  54. 265e051 Remove is None from if statement by Werner Lewis · 3 years, 1 month ago
  55. c442f6a Fix type issues by Werner Lewis · 3 years, 1 month ago
  56. b17ca8a Remove set() to preserve test case order by Werner Lewis · 3 years, 1 month ago
  57. a51fe2b Sort tests when generating cases by Werner Lewis · 3 years, 1 month ago
  58. 86caf85 Add test case generation for bignum add by Werner Lewis · 3 years, 1 month ago
  59. 69a92ce Add test generation for bignum cmp variant by Werner Lewis · 3 years, 1 month ago
  60. 8b2df74 Add bignum test generation framework by Werner Lewis · 3 years, 1 month ago
  61. f0762e9 Enable inline assembly in armcc all.sh component by Hanno Becker · 3 years, 1 month ago
  62. 7b0825d Build with SHA-256 accelerated too by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  63. f0f63bc Test without MD_C by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  64. 525add6 Add component with accelerated hashes and USE_PSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  65. 97ab2a3 Clean up two accel tests in all.sh by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  66. 46a2954 Build and test RSA PKCS#1v1.5 without MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  67. b86279f Build and test PK without MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  68. 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
  69. 6497b5a Add setbuf platform function by Gilles Peskine · 3 years, 1 month ago
  70. e3dac4a tls13: Add Certificate msg parsing tests with invalid vector lengths by Ronald Cron · 3 years, 2 months ago
  71. b7c12a4 Refactor compat scripts by Jerry Yu · 3 years, 2 months ago
  72. 9b938b7 Share code with base class in generate_tls13_compat_tests.py by XiaokangQian · 3 years, 2 months ago
  73. fb1a3fe Address comments about python syntax by XiaokangQian · 3 years, 2 months ago
  74. b1847a2 Re-structure to share more common code by XiaokangQian · 3 years, 2 months ago
  75. d5d5b60 Add comprehensive test cases for TLS1.3 server side by XiaokangQian · 3 years, 3 months ago
  76. 42ed963 Update PSA compliance test branch by Gilles Peskine · 3 years, 3 months ago
  77. da5f483 all.sh: Fix order of CIPHER dependencies by Przemek Stekiel · 3 years, 3 months ago
  78. 179d748 all.sh: add build/test config crypto_full minus CIPHER Dependency list: by Przemek Stekiel · 3 years, 3 months ago
  79. 10f3a60 all.sh: add build/test config full minus CIPHER by Przemek Stekiel · 3 years, 3 months ago
  80. 3009a97 Minor spelling / grammar improvements by Dave Rodgman · 3 years, 4 months ago
  81. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  82. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  83. 4265026 Merge pull request #5783 from mprse/md_dep_v3 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  84. d3ba736 component_test_crypto_full_no_md: fix order of disabled features by Przemek Stekiel · 3 years, 3 months ago
  85. fe2367a all.sh: add build/test config crypto_full minus MD by Przemek Stekiel · 3 years, 3 months ago
  86. 1068c22 Adapt generated psa no_supported tests for HMAC by Przemek Stekiel · 3 years, 3 months ago
  87. 2b5d898 Merge pull request #5644 from gilles-peskine-arm/psa-storage-format-test-exercise by Gilles Peskine · 3 years, 3 months ago
  88. 0381083 Merge pull request #5654 from gilles-peskine-arm/psa-crypto-config-file by Gilles Peskine · 3 years, 3 months ago
  89. ad47487 Merge pull request #5742 from superna9999/5669-review-test-incompatible-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  90. 98136b1 Fixup and update comment of disabled USE_PSA_CRYPTO test check in all.sh by Neil Armstrong · 3 years, 3 months ago
  91. 882e02e Move and fixup check_test_requires_psa_disabled() into check_test_cases() by Neil Armstrong · 3 years, 4 months ago
  92. 9d8716c Merge pull request #5739 from gilles-peskine-arm/depends-curves-positive-only by Gilles Peskine · 3 years, 4 months ago
  93. afbfed9 Merge pull request #5582 from gilles-peskine-arm/ssl-opt-auto-psk by Gilles Peskine · 3 years, 4 months ago
  94. 09030a3 Refine component_check_test_requires_psa_disabled change grep options order for better compatibility by Neil Armstrong · 3 years, 4 months ago
  95. 9d0a3e8 generate_tls13_compat_tests.py: Fix/Unify parameter ordering by Ronald Cron · 3 years, 4 months ago
  96. df5f868 ssl-opt.sh: Fix/Unify TLS 1.3 test descriptions by Ronald Cron · 3 years, 4 months ago
  97. a841c2a test_cmake_out_of_source: run an ssl-opt test case that exists by Gilles Peskine · 3 years, 4 months ago
  98. 7393ec5 test_cmake_out_of_source: validate that ssl-opt passed by Gilles Peskine · 3 years, 4 months ago
  99. 4ad82e4 Add component_check_test_requires_psa_disabled used to check if some tests requiring PSA to be disabled are presemt by Neil Armstrong · 3 years, 4 months ago
  100. 17e350b Short-tag AEAD with the nominal length are encoded as nominal AEAD by Gilles Peskine · 3 years, 5 months ago