1. 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
  2. b358e46 Merge pull request #6618 from gilles-peskine-arm/mpi_sint-min-ub-2.28 by Gilles Peskine · 2 years, 9 months ago
  3. de1629a Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  4. e530b5b Merge pull request #6579 from gilles-peskine-arm/negative-zero-from-add-2.28 by Janos Follath · 2 years, 9 months ago
  5. 6b7c3cc Use .datax for `make test`, not .data by Gilles Peskine · 2 years, 9 months ago
  6. 8d82664 Merge pull request #6509 from valeriosetti/issue4577-backport by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  7. d3f7df4 Adding unit test for mbedtls_x509write_csr_set_extension() by Valerio Setti · 2 years, 10 months ago
  8. d64123a Fix autocucumber in documentation by Gilles Peskine · 2 years, 9 months ago
  9. 020ab7f Add additional (would fail) test cases for mpi_mod_int with 0 remainder by Tom Cosgrove · 2 years, 9 months ago
  10. 5c307b9 Use mbedtls_mpi_sint not mbedtls_mpi_uint in mpi_mod_int test by Tom Cosgrove · 2 years, 9 months ago
  11. c2c6fcb Enable mpi_mod_int test case to take full-range MPI integers by Tom Cosgrove · 2 years, 9 months ago
  12. 83763ab Pacify pylint by Gilles Peskine · 2 years, 9 months ago
  13. 92c5d31 Add negative zero as an input to automatically generated tests by Gilles Peskine · 2 years, 9 months ago
  14. 53a7206 Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  15. ee78b6e For binary operations, test both x op y and y op x by Gilles Peskine · 2 years, 9 months ago
  16. 676df8e Merge pull request #6578 from gilles-peskine-arm/bignum-test-suite-names-2.28 by Gilles Peskine · 2 years, 9 months ago
  17. d7d5e9a Merge pull request #6536 from davidhorstmann-arm/2.28-change-test-templating-syntax by Gilles Peskine · 2 years, 9 months ago
  18. d5c76cf Avoid having both test_suite_XXX.data and test_suite_XXX.*.data by Gilles Peskine · 2 years, 10 months ago
  19. 618f989 Don't use test_suite_mpi as an example by Gilles Peskine · 2 years, 10 months ago
  20. 5b68608 Rename test_suite_bignum for consistency with bignum.{h,c} by Gilles Peskine · 2 years, 10 months ago
  21. 8eff06f Minor improvements to test code script by David Horstmann · 2 years, 9 months ago
  22. 78dea63 Improve test suite detection in run-test-suites.pl by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  23. cb49210 Merge pull request #6380 from Kabbah/backport2.28-x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
  24. 14bae83 Change test templating syntax to be valid C by David Horstmann · 2 years, 9 months ago
  25. 83264be Group cpp_dummy_build test into an existing component by Gilles Peskine · 2 years, 9 months ago
  26. e86cdcb Remove redundant build-only driver interface component by Gilles Peskine · 2 years, 9 months ago
  27. 0bbe758 Merge pull request #6191 from daverodgman/invalid-ecdsa-pubkey-backport-2.28 by Dave Rodgman · 2 years, 9 months ago
  28. 6d61d83 Build fix - remove line of dead code by Dave Rodgman · 2 years, 9 months ago
  29. 584200c Update tests/suites/test_suite_ecdsa.function by Dave Rodgman · 2 years, 9 months ago
  30. d654171 Merge pull request #6477 from AndrzejKurek/fix-cipher-deps-2-28 by Gilles Peskine · 2 years, 9 months ago
  31. 2e0a115 Merge pull request #6483 from gilles-peskine-arm/psa-pkparse-pkwrite-2.28 by Ronald Cron · 2 years, 9 months ago
  32. c527796 Merge pull request #6392 from davidhorstmann-arm/2.28-fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  33. 031c8c2 Add build with a typical configuration for a PSA crypto service by Gilles Peskine · 2 years, 9 months ago
  34. c037ba9 Add some missing dependencies on PKCS12 for encrypted keys by Gilles Peskine · 2 years, 9 months ago
  35. 8df2748 Improve test component name by Gilles Peskine · 2 years, 10 months ago
  36. 21503df Add build with a typical configuration for a PSA crypto service by Gilles Peskine · 2 years, 10 months ago
  37. bfcf2d1 test_suite_pk: Add missing dependencies on MBEDTLS_PEM_PARSE_C by Gilles Peskine · 2 years, 10 months ago
  38. 8f3577a test_suite_dhm: Add missing dependencies on MBEDTLS_PEM_PARSE_C by Gilles Peskine · 2 years, 10 months ago
  39. 4e10fb2 Add mbedtls_dhm_parse_dhmfile test case with DER input by Gilles Peskine · 2 years, 10 months ago
  40. 6c4226c Change brace initialization to memset by David Horstmann · 2 years, 10 months ago
  41. 8eb3ed5 Minor fixes to x509_get_name() test function by David Horstmann · 2 years, 10 months ago
  42. 4a67c35 Improve X509 DN test naming by David Horstmann · 2 years, 10 months ago
  43. 94cbd30 Add explanatory comments to raw DER test data by David Horstmann · 2 years, 10 months ago
  44. 36b3b7c Fix test dependencies for cases that are PSA-based by Andrzej Kurek · 2 years, 10 months ago
  45. ed01319 Add missing ECB requirements for PSA cipher aes tests by Andrzej Kurek · 2 years, 10 months ago
  46. 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
  47. e5ae132 Merge pull request #6420 from mpg/fix-assert-alloc-usage-228 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  48. 5d01cc0 Don't use parallel jobs for pylint by Gilles Peskine · 2 years, 11 months ago
  49. 7ff4766 Unify check_repo_path by Gilles Peskine · 2 years, 11 months ago
  50. ca980c0 Move implementation detail from docstring to comment by Gilles Peskine · 2 years, 11 months ago
  51. 69feebd More precise name for test data generation by Gilles Peskine · 2 years, 11 months ago
  52. 3495ca3 Merge pull request #6415 from mprse/aead_driver_test_2_28_backport by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  53. d44d3ea Fix usage of ASSERT_ALLOC() by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  54. 9030a25 Fix aead driver code (remove redundant brace) by Przemek Stekiel · 2 years, 10 months ago
  55. 279188f Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28 by Gilles Peskine · 2 years, 10 months ago
  56. a129bab Merge pull request #6412 from mpg/print-failed-suites-2.28 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  57. 207b874 Merge pull request #6307 from wernerlewis/bignum_test_script_2.28 by Gilles Peskine · 2 years, 10 months ago
  58. 9e8556c Enable MBEDTLS_POLY1305_C in test drivers build by Przemek Stekiel · 2 years, 10 months ago
  59. b771762 crypto_config_test_driver_extension.h: add support for ChaCha20 - Poly1305 by Przemek Stekiel · 2 years, 10 months ago
  60. f886241 test_driver_aead.c: add support for LIBTESTDRIVER1 tests by Przemek Stekiel · 2 years, 10 months ago
  61. 8b56f23 all.sh: add testing of AEAD drivers with libtestdriver1 by Przemek Stekiel · 2 years, 10 months ago
  62. c2e95fa Merge pull request #6394 from mprse/enc_types_2_28_backport by Gilles Peskine · 2 years, 10 months ago
  63. 3211bbb Print the list of failed suites in verbose mode by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  64. f9c91ce Merge pull request #6387 from gilles-peskine-arm/bignum-mbedtls_test_read_mpi_core-2.28 by Janos Follath · 2 years, 10 months ago
  65. 0d72141 Revert "Add MBEDTLS_CIPHER_MODE_AEAD dependency to auth_crypt_tv() test function" by Przemek Stekiel · 2 years, 10 months ago
  66. fa60941 Revert: Enable Key Wrapping mode for 128-bit block ciphers by Przemek Stekiel · 2 years, 10 months ago
  67. 97d5740 Fix MBEDTLS_SSL_TICKET_C, MBEDTLS_SSL_SESSION_TICKETS dependencies by Przemek Stekiel · 2 years, 10 months ago
  68. 9c764bf MBEDTLS_PLATFORM_VSNPRINTF_ALT requires MBEDTLS_PLATFORM_C by Gilles Peskine · 2 years, 11 months ago
  69. d84ed27 No need to use MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED in tests by Gilles Peskine · 2 years, 11 months ago
  70. efc894b Add GCM dependency to "Per-version suites: TLS 1.2" by Przemek Stekiel · 2 years, 10 months ago
  71. 802353c Add MBEDTLS_CIPHER_MODE_AEAD dependency to auth_crypt_tv() test function by Przemek Stekiel · 2 years, 10 months ago
  72. 2b03880 Enable Key Wrapping mode for 128-bit block ciphers by Przemek Stekiel · 2 years, 10 months ago
  73. 77ecc6e Add mbedtls_x509_get_name memory leak unit test by David Horstmann · 2 years, 10 months ago
  74. b79d0dd test_suite_cmac.data: fix bug: use cipher type instead cipher id by Przemek Stekiel · 2 years, 10 months ago
  75. 249fcca test_suite_cipher.function: always include aes.h by Przemek Stekiel · 2 years, 10 months ago
  76. e535270 Add test components for tls 1.2 builds with single encryption type by Przemek Stekiel · 2 years, 10 months ago
  77. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  78. 34cb462 Move the definition of data_t to a header file by Gilles Peskine · 2 years, 11 months ago
  79. 7db8e89 Allow test assertions on constant-flow scalar data by Gilles Peskine · 2 years, 11 months ago
  80. 9538c90 Remove incorrect comment by Gilles Peskine · 2 years, 11 months ago
  81. 7e5426d Add a new test with a binary hwSerialNum by Victor Barpp Gomes · 2 years, 10 months ago
  82. fb4723a Print RFC 4108 hwSerialNum in hex format by Victor Barpp Gomes · 2 years, 10 months ago
  83. 1b5800d Add initialization for structures by Gabor Mezei · 2 years, 10 months ago
  84. 92ca1bc Add initialization for structures by Gabor Mezei · 2 years, 11 months ago
  85. 58a7a06 Add initialization for structures by Gabor Mezei · 2 years, 10 months ago
  86. 53cac34 Simplify test for ecdsa_verify by Dave Rodgman · 3 years ago
  87. 3852c70 Improve test descriptions by Dave Rodgman · 3 years ago
  88. bcbe333 Paramaterise ecdsa_verify test case more clearly by Dave Rodgman · 3 years ago
  89. b9579fd Minor tidy-up by Dave Rodgman · 3 years ago
  90. 622b048 Fix duplicate test names by Dave Rodgman · 3 years ago
  91. c763e17 Add missing newlines by Dave Rodgman · 3 years ago
  92. 535dcce Add unit tests for ECDSA with invalid public key by Dave Rodgman · 3 years ago
  93. 7959858 Don't remove programs/fuzz/Makefile by Gilles Peskine · 3 years ago
  94. 423dd13 Don't try restoring a file if no backup is available by Gilles Peskine · 3 years ago
  95. 05998a0 Add file generated by generate_bignum_tests.py by Werner Lewis · 2 years, 11 months ago
  96. 4ed94a4 Use a script specific description in CLI help by Werner Lewis · 2 years, 11 months ago
  97. 64334d9 Update references to file targets in docstrings by Werner Lewis · 2 years, 11 months ago
  98. 38c2491 Add combination_pairs helper function by Werner Lewis · 2 years, 11 months ago
  99. 1965d48 Use typing.cast instead of unqualified cast by Werner Lewis · 2 years, 11 months ago
  100. 8b2d14b Replace L/R inputs with A/B by Werner Lewis · 2 years, 11 months ago