1. f5e2331 Use TEST_EQUAL when applicable in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  2. b707bed Avoid unnecessary copy in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  3. 4ba98f5 Use MBEDTLS_MD_MAX_SIZE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  4. c90514e Use MD type not string to in MD test data by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  5. bae8d2a Merge pull request #7028 from daverodgman/sizeof-brackets by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  6. d56def5 Merge pull request #6946 from valeriosetti/issue6856 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  7. 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  8. 00c1ccb depends.py: fix typo and slightly reorganized code by Valerio Setti · 2 years, 6 months ago
  9. 470f10c Merge pull request #6941 from gabor-mezei-arm/6375_quasi-reduction_function by Gilles Peskine · 2 years, 6 months ago
  10. aae6125 Merge pull request #6883 from valeriosetti/issue6843 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  11. e28397a Merge pull request #6938 from aditya-deshpande-arm/check-names-exclusions by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  12. 18b9b03 test: add test for a full length serial of 0xFF by Valerio Setti · 2 years, 6 months ago
  13. a87f839 test: improve error handling in x509_set_serial_check() by Valerio Setti · 2 years, 6 months ago
  14. 169d9e6 Merge pull request #6802 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  15. b82977a Merge pull request #6962 from davidhorstmann-arm/fix-check-python-errors by Gilles Peskine · 2 years, 6 months ago
  16. 81505e4 Merge pull request #6917 from yanrayw/6658-not-print-Terminated-ubuntu-22.04 by Gilles Peskine · 2 years, 6 months ago
  17. af4815c x509: replace/fix name of new function for setting serial by Valerio Setti · 2 years, 6 months ago
  18. 9cb0f7a test: driver-only: fix disparities in random by Valerio Setti · 2 years, 7 months ago
  19. 3002c99 test: extend analyze_outcomes.py in order to skip only some test in a suite by Valerio Setti · 2 years, 7 months ago
  20. 7e57920 test: driver-only: fix disparities in psa_crypto_se_driver_hal by Valerio Setti · 2 years, 7 months ago
  21. 4682948 test: driver-only: fix disparities in ECP by Valerio Setti · 2 years, 7 months ago
  22. f0c7579 Fix a missing type hint warning by David Horstmann · 2 years, 6 months ago
  23. 86c90fc Rename variables to follow the naming convention by Gabor Mezei · 2 years, 6 months ago
  24. ee2aff2 Add check for test input by Gabor Mezei · 2 years, 6 months ago
  25. 00d3e96 Merge pull request #6855 from mpg/driver-only-ecdsa-starter by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  26. 4455fd2 Merge pull request #6531 from AndrzejKurek/depends-py-kex-fixes by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  27. 9073f7d Remove unneeded check by Gabor Mezei · 2 years, 6 months ago
  28. e81a2b8 Change the fix_quasi_reduction function to static by Gabor Mezei · 2 years, 6 months ago
  29. aaa1d2a Move the quasi reduction fixing function to bignum_mod_raw by Gabor Mezei · 2 years, 7 months ago
  30. d84902f Add issue numbers to TODO comments by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  31. bc19a0b Fix missing SHA-224 in test driver build by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  32. 5a2e026 Improve a few comments & documentation by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  33. 98682b5 Remove obsolete comment from depends.py by Andrzej Kurek · 2 years, 7 months ago
  34. 3e0769b Merge pull request #6832 from daverodgman/fast-unaligned-ct by Janos Follath · 2 years, 7 months ago
  35. 58c721e Add TEST_CF_SECRET to mbedtls_ct_memcpy_if_eq test by Dave Rodgman · 2 years, 7 months ago
  36. 22b0d1a Test memcmp with differences starting after the first byte by Dave Rodgman · 2 years, 7 months ago
  37. 95ec58c Remove not-needed stdio include from tests by Dave Rodgman · 2 years, 7 months ago
  38. 39188c0 Add unit tests for mbedtls_ct_memcmp and mbedtls_ct_memcpy_if_eq by Dave Rodgman · 2 years, 8 months ago
  39. 1a034dc Add regression test by Dave Rodgman · 2 years, 7 months ago
  40. dc3b154 Fix test guards by Dave Rodgman · 2 years, 7 months ago
  41. 723b877 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
  42. a86cef3 Add missing KEX DHE-RSA requirement for one ssl test by Andrzej Kurek · 2 years, 7 months ago
  43. 9113df8 Add missing RSA-type dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
  44. 2566679 Add metadata test case for PSA_ALG_TLS12_ECJPAKE_TO_PMS by Gilles Peskine · 2 years, 8 months ago
  45. 4db02f2 Add SECRET input validation test cases for PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS by Gilles Peskine · 2 years, 8 months ago
  46. 763ffdd Add metadata test case for PSA_ALG_CCM_STAR_NO_TAG by Gilles Peskine · 2 years, 8 months ago
  47. bba2630 Add ECJPAKE secret input types to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
  48. cafda87 Fix documentation by Gilles Peskine · 2 years, 8 months ago
  49. 0e9e442 NotSupported is specifically about key types by Gilles Peskine · 2 years, 8 months ago
  50. 7e14c66 Fix lint issues by Gabor Mezei · 2 years, 7 months ago
  51. 340d4c8 Merge pull request #6616 from lpy4105/6551-tls13-SessionTicket-kex-change-check by Ronald Cron · 2 years, 7 months ago
  52. 714ae65 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  53. 1ff7336 depends.py: enable key exchange tests by Andrzej Kurek · 2 years, 9 months ago
  54. a38db2a Add missing inlcude by Gabor Mezei · 2 years, 7 months ago
  55. 308132f Add test generation support for the ecp module by Gabor Mezei · 2 years, 7 months ago
  56. 65fc9f7 Add tests for ecp quasi-reduction by Gabor Mezei · 2 years, 7 months ago
  57. 0584df4 Minor changes to account for CodeParser.parse_identifiers being used in list_internal_identifiers.py by Aditya Deshpande · 2 years, 7 months ago
  58. 461b825 Merge pull request #6865 from scop/patch-1 by Dave Rodgman · 2 years, 7 months ago
  59. dd8ac67 Update check_names.py so that identifiers in excluded files are still compared against the output of nm. by Aditya Deshpande · 2 years, 7 months ago
  60. 2bfd716 simplify test case dependencies and test commands by Pengyu Lv · 2 years, 7 months ago
  61. fc0e79e Have compat.sh and ssl-opt.sh not return success for > 255 errors by Tom Cosgrove · 2 years, 7 months ago
  62. 1288597 Redirect stdout/stderr to SRV_OUT by Yanray Wang · 2 years, 7 months ago
  63. 05f940b Remove Terminated message from stdout by Yanray Wang · 2 years, 7 months ago
  64. c1334d9 correct test case dependencies by Pengyu Lv · 2 years, 7 months ago
  65. 06cf66d unroll test cases to improve coverage of check_test_cases in all.sh by Pengyu Lv · 2 years, 8 months ago
  66. 302feb3 add cases to test session resumption with different ticket_flags by Pengyu Lv · 2 years, 8 months ago
  67. 856cec4 test: x509: add more tests for checking certificate serial by Valerio Setti · 2 years, 7 months ago
  68. b8dc18f test: fix: remove invalid comment by Valerio Setti · 2 years, 7 months ago
  69. ea19d2d changelog: fixed typos by Valerio Setti · 2 years, 7 months ago
  70. aad8dbd test: fix tests for x509write_crt_set_serial(_new) by Valerio Setti · 2 years, 7 months ago
  71. 41b5fb6 test: ensure X509 has no dependency on BIGNUM when built without MBEDTLS_DEPRECATED_REMOVED by Valerio Setti · 2 years, 7 months ago
  72. 5d164c4 fix: add missing deprecation guards by Valerio Setti · 2 years, 7 months ago
  73. da0afcc x509: remove direct dependency from BIGNUM_C by Valerio Setti · 2 years, 7 months ago
  74. 378ecdd Rename VS2010 directory to VS2013 and update Makefiles etc by Dave Rodgman · 2 years, 7 months ago
  75. c848d22 Switch code style check to enforcement mode by Gilles Peskine · 2 years, 8 months ago archive/new-code-style/development archive/new-code-style/test/6802/target features/new-code-style/development features/new-code-style/test/6802/target
  76. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  77. c55c343 Merge pull request #6884 from gilles-peskine-arm/check-files-unicode by Gilles Peskine · 2 years, 7 months ago
  78. 83c5ad4 Merge pull request #6787 from yuhaoth/pr/workaround-gnutls_anti_replay_fail by Ronald Cron · 2 years, 7 months ago
  79. 3900bdd Merge pull request #6823 from mpg/unify-openssl-variables by Gilles Peskine · 2 years, 7 months ago
  80. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  81. 6e666c2 Remove obsolete comment by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  82. 3368724 Merge pull request #6870 from valeriosetti/issue6831 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  83. 2c12185 test: fix dependencies on function and data files by Valerio Setti · 2 years, 7 months ago
  84. 1e868cc fix several typos and extra blank spaces by Valerio Setti · 2 years, 7 months ago
  85. a15af37 Change time resolution of reco_delay from second to millionseconds by Jerry Yu · 2 years, 8 months ago
  86. f05b6ee Revert "Skip early data basic check temp" by Jerry Yu · 2 years, 8 months ago
  87. b178036 Merge pull request #6873 from mpg/fix-derive-key-exercise by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  88. d11bb47 Reject invalid UTF-8 and weird characters in text files by Gilles Peskine · 2 years, 7 months ago
  89. b389743 Pass line number to issue_with_line by Gilles Peskine · 2 years, 7 months ago
  90. 0ed9e78 Treat more *.bin files as binary by Gilles Peskine · 2 years, 7 months ago
  91. cd0a565 Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototype by Gilles Peskine · 2 years, 7 months ago
  92. c6967d2 Tune output format of analyze_outcomes.py by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  93. 8510105 Remove libtestdriver1 with 'make clean' by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  94. 10e3963 Add comparison of accel_ecdsa against reference by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  95. 171c45f Add component accel_ecdsa_use_psa by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  96. 6d7db93 Enable TLS 1.3 in accelerated ECDSA test by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  97. 200fd0f Add comments to accel_ecdsa component by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  98. 462e3a9 all.sh: restore config_test_driver.h automatically by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  99. 67419f0 tls: fix + save code size when DEBUG_C is not enabled by Valerio Setti · 2 years, 7 months ago
  100. 9502b56 Fix test function derive_key_exercise() by Manuel Pégourié-Gonnard · 2 years, 7 months ago