1. 7e8d4b6 Explain space preservation by Gilles Peskine · 2 years, 9 months ago
  2. 43febf2 Typos in comments by Gilles Peskine · 2 years, 9 months ago
  3. 8ee3a65 Add test cases for comment nesting by Gilles Peskine · 2 years, 9 months ago
  4. e54f63e Fix intended backslash in test data by Gilles Peskine · 2 years, 9 months ago
  5. d3ad55e Allow comments in prototypes of unit test functions by Gilles Peskine · 2 years, 9 months ago
  6. 4711731 Fix typo and copypasta by Gilles Peskine · 2 years, 9 months ago
  7. 9e509fc Add target to generated all .c (and .datax) files by Gilles Peskine · 2 years, 9 months ago
  8. 5f0057d Remove some Python 2 compatibility code by Gilles Peskine · 2 years, 9 months ago
  9. ed179db Merge pull request #6657 from gilles-peskine-arm/psa-ecb-null-0-2.28 by Dave Rodgman · 2 years, 8 months ago
  10. a7ba2b5 compat.sh: Restore testing against OpenSSL for pre 1.2 TLS versions by Ronald Cron · 2 years, 9 months ago
  11. 4eea196 Enable all ciphers in OpenSSL >=1.1.0 by Gilles Peskine · 2 years, 9 months ago
  12. 0f6fb0c compat.sh: Restore testing against OpenSSL for pre 1.2 TLS versions by Ronald Cron · 2 years, 9 months ago
  13. b400fb0 Merge pull request #6452 from AndrzejKurek/depends-py-reloaded-2-28 by Dave Rodgman · 2 years, 9 months ago
  14. 01bf631 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 9 months ago
  15. f53d0ba depends.py: remove tls defines in SHA-512-only test by Andrzej Kurek · 2 years, 9 months ago
  16. f675727 Remove blowfish tests from test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  17. 05dcb13 Merge pull request #6613 from gilles-peskine-arm/run-test-suites-out-of-tree-2.28 by Gilles Peskine · 2 years, 9 months ago
  18. aa11281 Add a SHA512_NO_SHA384_C test to depends.py by Andrzej Kurek · 2 years, 9 months ago
  19. b358e46 Merge pull request #6618 from gilles-peskine-arm/mpi_sint-min-ub-2.28 by Gilles Peskine · 2 years, 9 months ago
  20. de1629a Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  21. e530b5b Merge pull request #6579 from gilles-peskine-arm/negative-zero-from-add-2.28 by Janos Follath · 2 years, 9 months ago
  22. 6b7c3cc Use .datax for `make test`, not .data by Gilles Peskine · 2 years, 9 months ago
  23. 8d82664 Merge pull request #6509 from valeriosetti/issue4577-backport by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  24. d3f7df4 Adding unit test for mbedtls_x509write_csr_set_extension() by Valerio Setti · 2 years, 10 months ago
  25. d64123a Fix autocucumber in documentation by Gilles Peskine · 2 years, 9 months ago
  26. 020ab7f Add additional (would fail) test cases for mpi_mod_int with 0 remainder by Tom Cosgrove · 2 years, 9 months ago
  27. 5c307b9 Use mbedtls_mpi_sint not mbedtls_mpi_uint in mpi_mod_int test by Tom Cosgrove · 2 years, 9 months ago
  28. c2c6fcb Enable mpi_mod_int test case to take full-range MPI integers by Tom Cosgrove · 2 years, 9 months ago
  29. 83763ab Pacify pylint by Gilles Peskine · 2 years, 9 months ago
  30. 92c5d31 Add negative zero as an input to automatically generated tests by Gilles Peskine · 2 years, 9 months ago
  31. 53a7206 Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  32. ee78b6e For binary operations, test both x op y and y op x by Gilles Peskine · 2 years, 9 months ago
  33. 676df8e Merge pull request #6578 from gilles-peskine-arm/bignum-test-suite-names-2.28 by Gilles Peskine · 2 years, 9 months ago
  34. d7d5e9a Merge pull request #6536 from davidhorstmann-arm/2.28-change-test-templating-syntax by Gilles Peskine · 2 years, 9 months ago
  35. d5c76cf Avoid having both test_suite_XXX.data and test_suite_XXX.*.data by Gilles Peskine · 2 years, 10 months ago
  36. 618f989 Don't use test_suite_mpi as an example by Gilles Peskine · 2 years, 10 months ago
  37. 5b68608 Rename test_suite_bignum for consistency with bignum.{h,c} by Gilles Peskine · 2 years, 10 months ago
  38. 8eff06f Minor improvements to test code script by David Horstmann · 2 years, 9 months ago
  39. 78dea63 Improve test suite detection in run-test-suites.pl by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  40. cb49210 Merge pull request #6380 from Kabbah/backport2.28-x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
  41. 14bae83 Change test templating syntax to be valid C by David Horstmann · 2 years, 9 months ago
  42. 83264be Group cpp_dummy_build test into an existing component by Gilles Peskine · 2 years, 9 months ago
  43. e86cdcb Remove redundant build-only driver interface component by Gilles Peskine · 2 years, 9 months ago
  44. 0bbe758 Merge pull request #6191 from daverodgman/invalid-ecdsa-pubkey-backport-2.28 by Dave Rodgman · 2 years, 9 months ago
  45. 6d61d83 Build fix - remove line of dead code by Dave Rodgman · 2 years, 9 months ago
  46. 584200c Update tests/suites/test_suite_ecdsa.function by Dave Rodgman · 2 years, 9 months ago
  47. 31788cd Add missing SHA256 dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  48. 9821253 Add missing CBC dependency in test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  49. c5acdb9 Remove unused perl dependency scripts by Andrzej Kurek · 2 years, 9 months ago
  50. 20d8a5f Add all.sh components running depends.py without MBEDTLS_USE_PSA_CRYPTO by Andrzej Kurek · 2 years, 10 months ago
  51. 2b44a92 depends.py: add a config option to unset MBEDTLS_USE_PSA by Andrzej Kurek · 2 years, 10 months ago
  52. d654171 Merge pull request #6477 from AndrzejKurek/fix-cipher-deps-2-28 by Gilles Peskine · 2 years, 9 months ago
  53. 2e0a115 Merge pull request #6483 from gilles-peskine-arm/psa-pkparse-pkwrite-2.28 by Ronald Cron · 2 years, 9 months ago
  54. c527796 Merge pull request #6392 from davidhorstmann-arm/2.28-fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  55. 031c8c2 Add build with a typical configuration for a PSA crypto service by Gilles Peskine · 2 years, 10 months ago
  56. c037ba9 Add some missing dependencies on PKCS12 for encrypted keys by Gilles Peskine · 2 years, 10 months ago
  57. 8df2748 Improve test component name by Gilles Peskine · 2 years, 10 months ago
  58. 21503df Add build with a typical configuration for a PSA crypto service by Gilles Peskine · 2 years, 10 months ago
  59. bfcf2d1 test_suite_pk: Add missing dependencies on MBEDTLS_PEM_PARSE_C by Gilles Peskine · 2 years, 10 months ago
  60. 8f3577a test_suite_dhm: Add missing dependencies on MBEDTLS_PEM_PARSE_C by Gilles Peskine · 2 years, 10 months ago
  61. 4e10fb2 Add mbedtls_dhm_parse_dhmfile test case with DER input by Gilles Peskine · 2 years, 10 months ago
  62. 84fc52c Formatting & cosmetic fixes by Andrzej Kurek · 2 years, 10 months ago
  63. 6c4226c Change brace initialization to memset by David Horstmann · 2 years, 10 months ago
  64. 8eb3ed5 Minor fixes to x509_get_name() test function by David Horstmann · 2 years, 10 months ago
  65. 4a67c35 Improve X509 DN test naming by David Horstmann · 2 years, 10 months ago
  66. 94cbd30 Add explanatory comments to raw DER test data by David Horstmann · 2 years, 10 months ago
  67. 36b3b7c Fix test dependencies for cases that are PSA-based by Andrzej Kurek · 2 years, 10 months ago
  68. ed01319 Add missing ECB requirements for PSA cipher aes tests by Andrzej Kurek · 2 years, 10 months ago
  69. 0d3b3a8 Move MBEDTLS_ECP_C requirements to test_suite_ssl.function by Andrzej Kurek · 2 years, 10 months ago
  70. e470821 Add missing SHA dependencies by Andrzej Kurek · 2 years, 10 months ago
  71. 3de1c78 Fix blowfish padding dependencies by Andrzej Kurek · 2 years, 10 months ago
  72. 467a0f2 Adjust depends.py to the 2.28 branch by Andrzej Kurek · 2 years, 10 months ago
  73. 113952d depends.py: rename domains argument to tasks by Andrzej Kurek · 2 years, 10 months ago
  74. ffbc8f5 depends.py documentation fixes by Andrzej Kurek · 2 years, 10 months ago
  75. 3146bb4 depends.py: remove config options that are unset anyway by Andrzej Kurek · 2 years, 10 months ago
  76. bec35a1 depends.py: rename config_pl usage to config_py by Andrzej Kurek · 2 years, 10 months ago
  77. 9cbdf10 Change the way exclusive groups are defined in depends.py by Andrzej Kurek · 2 years, 10 months ago
  78. 0325ced depends.py: fix TLS 1.3 requirements by Andrzej Kurek · 2 years, 10 months ago
  79. 8b7a157 Improve depends.py readability by Andrzej Kurek · 2 years, 10 months ago
  80. 9155e7f Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  81. cddae3b Add MBEDTLS_DES_C exclusive group dependencies by Andrzej Kurek · 2 years, 10 months ago
  82. 0b56ce0 Fix the memory allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  83. dc4a252 Fix tls 1.3 test dependencies by Andrzej Kurek · 2 years, 10 months ago
  84. 7ddb53c Fix unchecked allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  85. 110fc48 depends.py: Add script documentation by Andrzej Kurek · 2 years, 10 months ago
  86. 5b32755 Disable MBEDTLS_TEST_HOOKS in depends.py by Andrzej Kurek · 2 years, 10 months ago
  87. 068a73f Rework depends.py to run more tests with hashes by Andrzej Kurek · 2 years, 10 months ago
  88. 2e105b5 depends.py: disable part of the test jobs by Andrzej Kurek · 2 years, 10 months ago
  89. 85d6930 Split depends.py all.sh job into seven by Andrzej Kurek · 2 years, 10 months ago
  90. fb3e27e Use upper case for constants in depends.py by Andrzej Kurek · 2 years, 10 months ago
  91. b95ba9a Improve depends.py structrue by Andrzej Kurek · 2 years, 10 months ago
  92. 798f5c2 Fix python formatting and indentation by Andrzej Kurek · 2 years, 10 months ago
  93. 3cdd08c Add an all.sh component running depends.pl by Andrzej Kurek · 2 years, 10 months ago
  94. 9068625 Update depends.py by Andrzej Kurek · 2 years, 10 months ago
  95. 4d95934 Add missing ECP and ECDH dependencies in ssl test suites by Andrzej Kurek · 2 years, 10 months ago
  96. 4ed670f Add missing key exchange dependencies by Andrzej Kurek · 2 years, 10 months ago
  97. 0d2982b Refactor ssl test suite to use pointers more by Andrzej Kurek · 2 years, 10 months ago
  98. 9abd098 Merge pull request #6424 from gilles-peskine-arm/test_data_generation-pr_6093_followup-2.28 by Janos Follath · 2 years, 10 months ago
  99. 773a461 Fix missing AES dependencies by Andrzej Kurek · 2 years, 10 months ago
  100. 3ce0e32 Add domains for symmetric ciphers by Gilles Peskine · 7 years ago