1. 5dc6867 test: don't skip debug and ssl suites in test parity for driver only ECDSA by Valerio Setti · 2 years, 6 months ago
  2. d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  3. b009559 Merge pull request #7049 from KloolK/typos by Gilles Peskine · 2 years, 6 months ago
  4. a22749e Merge pull request #6816 from nick-child-ibm/pkcs7_coverage by Dave Rodgman · 2 years, 6 months ago
  5. 4f70b3c Fix pylint warning by Dave Rodgman · 2 years, 6 months ago
  6. c7c94df pkcs7/test: Format generate test script by Nick Child · 2 years, 6 months ago
  7. 40df835 all.sh: fix comment for test_psa_crypto_config_accel_ecdsa_use_psa by Valerio Setti · 2 years, 6 months ago
  8. b9dc251 test: add SHA1 to the supported algs in accelerated ECDSA by Valerio Setti · 2 years, 6 months ago
  9. c8801b7 test: x509: remove disparities in driver only testing for ECDSA by Valerio Setti · 2 years, 6 months ago
  10. 9cb1aa2 Merge pull request #6970 from valeriosetti/issue6857 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  11. a0c806a Merge pull request #7003 from lpy4105/issue/do-not-run-x86-tests-on-arm64 by Gilles Peskine · 2 years, 6 months ago
  12. bf74f52 test: add a comment specifying why restartable cannot be tested by Valerio Setti · 2 years, 6 months ago
  13. 4e0278d test: ECDSA driver only: disable ECP_RESTARTABLE by Valerio Setti · 2 years, 6 months ago
  14. 4e26df9 test: ECDSA driver_only: verify disparities in PK by Valerio Setti · 2 years, 6 months ago
  15. 1aabe5c Fix typos by Jan Bruckner · 2 years, 6 months ago
  16. 6291cc2 pkcs7/test: Remove f strings in generator script by Nick Child · 2 years, 6 months ago
  17. 753ad17 Merge pull request #6982 from aditya-deshpande-arm/check-files-characters by Gilles Peskine · 2 years, 6 months ago
  18. e2db23d Merge pull request #6902 from yanrayw/6651-enable-cipher-suite-names-consistent by Gilles Peskine · 2 years, 6 months ago
  19. d56def5 Merge pull request #6946 from valeriosetti/issue6856 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  20. 00c1ccb depends.py: fix typo and slightly reorganized code by Valerio Setti · 2 years, 6 months ago
  21. ebb2269 Allow whole Box Drawings range by Aditya Deshpande · 2 years, 6 months ago
  22. c92df3b all.sh: test_m32_xx is not supported on arm64 host by Pengyu Lv · 2 years, 10 months ago
  23. 4983ddf test/pkcs7: Add more tests for better coverage by Nick Child · 2 years, 8 months ago
  24. 15b6dd0 Modify comments to make them more inclusive by Aditya Deshpande · 2 years, 6 months ago
  25. ea63708 Allow specific Box Drawing UTF characters that are used in Markdown trees in check_files.py by Aditya Deshpande · 2 years, 6 months ago
  26. aae6125 Merge pull request #6883 from valeriosetti/issue6843 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  27. e28397a Merge pull request #6938 from aditya-deshpande-arm/check-names-exclusions by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  28. 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
  29. 47aab85 Batch cipher translations to go faster by Gilles Peskine · 2 years, 6 months ago
  30. 9cb0f7a test: driver-only: fix disparities in random by Valerio Setti · 2 years, 7 months ago
  31. 3002c99 test: extend analyze_outcomes.py in order to skip only some test in a suite by Valerio Setti · 2 years, 7 months ago
  32. 7e57920 test: driver-only: fix disparities in psa_crypto_se_driver_hal by Valerio Setti · 2 years, 7 months ago
  33. 4682948 test: driver-only: fix disparities in ECP by Valerio Setti · 2 years, 7 months ago
  34. f0c7579 Fix a missing type hint warning by David Horstmann · 2 years, 6 months ago
  35. 00d3e96 Merge pull request #6855 from mpg/driver-only-ecdsa-starter by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  36. 4455fd2 Merge pull request #6531 from AndrzejKurek/depends-py-kex-fixes by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  37. d84902f Add issue numbers to TODO comments by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  38. bc19a0b Fix missing SHA-224 in test driver build by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  39. 5a2e026 Improve a few comments & documentation by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  40. 98682b5 Remove obsolete comment from depends.py by Andrzej Kurek · 2 years, 6 months ago
  41. 1a034dc Add regression test by Dave Rodgman · 2 years, 7 months ago
  42. bba2630 Add ECJPAKE secret input types to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
  43. cafda87 Fix documentation by Gilles Peskine · 2 years, 8 months ago
  44. 0e9e442 NotSupported is specifically about key types by Gilles Peskine · 2 years, 8 months ago
  45. 1ff7336 depends.py: enable key exchange tests by Andrzej Kurek · 2 years, 9 months ago
  46. ee97f05 Translate cipher suite names based on standard naming convention by Yanray Wang · 2 years, 7 months ago
  47. 0584df4 Minor changes to account for CodeParser.parse_identifiers being used in list_internal_identifiers.py by Aditya Deshpande · 2 years, 7 months ago
  48. 461b825 Merge pull request #6865 from scop/patch-1 by Dave Rodgman · 2 years, 7 months ago
  49. 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
  50. 41b5fb6 test: ensure X509 has no dependency on BIGNUM when built without MBEDTLS_DEPRECATED_REMOVED by Valerio Setti · 2 years, 7 months ago
  51. 378ecdd Rename VS2010 directory to VS2013 and update Makefiles etc by Dave Rodgman · 2 years, 7 months ago
  52. 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
  53. c55c343 Merge pull request #6884 from gilles-peskine-arm/check-files-unicode by Gilles Peskine · 2 years, 7 months ago
  54. 3900bdd Merge pull request #6823 from mpg/unify-openssl-variables by Gilles Peskine · 2 years, 7 months ago
  55. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  56. 3368724 Merge pull request #6870 from valeriosetti/issue6831 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  57. d11bb47 Reject invalid UTF-8 and weird characters in text files by Gilles Peskine · 2 years, 7 months ago
  58. b389743 Pass line number to issue_with_line by Gilles Peskine · 2 years, 7 months ago
  59. 0ed9e78 Treat more *.bin files as binary by Gilles Peskine · 2 years, 7 months ago
  60. c6967d2 Tune output format of analyze_outcomes.py by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  61. 10e3963 Add comparison of accel_ecdsa against reference by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  62. 171c45f Add component accel_ecdsa_use_psa by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  63. 6d7db93 Enable TLS 1.3 in accelerated ECDSA test by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  64. 200fd0f Add comments to accel_ecdsa component by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  65. 462e3a9 all.sh: restore config_test_driver.h automatically by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  66. 67419f0 tls: fix + save code size when DEBUG_C is not enabled by Valerio Setti · 2 years, 7 months ago
  67. e1655b8 test: add test for building without BIGNUM_C by Valerio Setti · 2 years, 7 months ago
  68. 3322f61 test: verify that TLS and X509 are independent from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago
  69. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  70. 66edfe4 Use `grep -E` instead of `egrep` by Ville Skyttä · 2 years, 7 months ago
  71. ea8c88f test: fix some descriptions by Valerio Setti · 2 years, 7 months ago
  72. c963bb1 test: remove SHA224 from default test driver config by Valerio Setti · 2 years, 7 months ago
  73. 2fcb4c1 Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  74. b6bf7dc test: fix depends.py for hash tests by Valerio Setti · 2 years, 8 months ago
  75. eab43a6 Merge pull request #6795 from gilles-peskine-arm/check_test_cases-quiet_ci by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  76. c377f31 Remove unused import by Gilles Peskine · 2 years, 8 months ago
  77. 82dad10 Merge pull request #6820 from gilles-peskine-arm/code-style-skip-generated-files by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  78. bb12621 Merge pull request #6808 from gilles-peskine-arm/basic-build-test-lcov-format-robustness-3.3 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  79. c572246 Use OPENSSL everywhere, not OPENSSL_CMD by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  80. 3b56d29 List all the places with instructions to generate those files by Gilles Peskine · 2 years, 8 months ago
  81. 9a3771e Don't touch the style of generated files by Gilles Peskine · 2 years, 8 months ago
  82. 546493b Merge pull request #6789 from mpg/doc-docker-from-ci by Gilles Peskine · 2 years, 8 months ago
  83. e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 8 months ago
  84. f91090e Fix an incorrect regex in check_names.py by David Horstmann · 2 years, 8 months ago
  85. 98d3a67 Simplify the coverage statistics summary by Gilles Peskine · 2 years, 8 months ago
  86. d1dd41f Merge pull request #6723 from mpg/restartable-vs-use-psa by Gilles Peskine · 2 years, 8 months ago
  87. 031114d Hide check_test_cases warnings on the CI by Gilles Peskine · 2 years, 8 months ago
  88. 0813691 Merge pull request #6594 from gilles-peskine-arm/generate_test_code-function_comments by Gilles Peskine · 2 years, 8 months ago
  89. 59626b6 Point to docker images used in the CI by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  90. c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  91. 2b70a3f Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  92. cd98805 Merge pull request #6683 from mpg/optimize-with-asan by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  93. 182a23b Adjust all.sh now that restartable is in full by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  94. ad45c4d Document that ECP_RESTARTABLE depends on ECP_C by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  95. a6e3d3e Disable restartable in build_module_alt by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  96. a373984 Remove check for tests disabled with USE_PSA by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  97. 1a100b6 Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  98. 1fe4529 Merge pull request #6685 from gilles-peskine-arm/valgrind-cf-skip-tests by Dave Rodgman · 2 years, 8 months ago
  99. 92b5ac1 Add all.sh component to test with code style by David Horstmann · 2 years, 9 months ago
  100. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago