1. d8c2800 ecjpake: add ssl-opt tests for driver coverage analysis by Valerio Setti · 2 years, 5 months ago
  2. d0fffc5 analyze_outcomes: add coverage test for ecjpake by Valerio Setti · 2 years, 5 months ago
  3. a9c9dec ecjpake: add tests for driver coverage analysis by Valerio Setti · 2 years, 5 months ago
  4. 4da9283 Merge pull request #7117 from valeriosetti/issue6862 by Gilles Peskine · 2 years, 5 months ago
  5. bf4016e Merge pull request #6567 from mprse/ecjpake-driver-dispatch by Dave Rodgman · 2 years, 5 months ago
  6. f84b7d5 test: enable ECDSA based key exchanges in driver coverage tests by Valerio Setti · 2 years, 5 months ago
  7. 289e5ba Merge pull request #7082 from valeriosetti/issue6861 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  8. 4aa9940 Fix configuration for accelerated jpake by Przemek Stekiel · 2 years, 5 months ago
  9. a5ffa93 Merge pull request #7142 from mpg/driver-only-ecdh-starter by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  10. 86393db Revert local experiment. by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  11. 07d9262 Fix some message strings and comments in all.sh by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  12. 0d1f5be Add comment about shared config function by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  13. 45cef61 Merge branch 'development' into md-light by Dave Rodgman · 2 years, 5 months ago
  14. 1f39a62 Merge pull request #7151 from gilles-peskine-arm/psa-headers-alt by Dave Rodgman · 2 years, 5 months ago
  15. e965c3c Merge pull request #7197 from daverodgman/armclang-sha-warning by Dave Rodgman · 2 years, 5 months ago
  16. 0fddf82 Add more detailed comment by Dave Rodgman · 2 years, 5 months ago
  17. 57897b8 Merge pull request #6493 from AndrzejKurek/pymod by Gilles Peskine · 2 years, 5 months ago
  18. 1c232a8 Enable -Werror for armclang by Dave Rodgman · 2 years, 5 months ago
  19. 2f386c5 Disable MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT for armclang by Dave Rodgman · 2 years, 5 months ago
  20. b52b788 Merge pull request #6895 from yuhaoth/pr/add-aes-with-armv8-crypto-extension by Gilles Peskine · 2 years, 5 months ago
  21. 623c73b Remove config.py call on now-internal option by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  22. df6e84a Test the PSA alternative header configuration macros by Gilles Peskine · 2 years, 5 months ago
  23. bdc21e6 Disable MBEDTLS_PSA_CRYPTO_SE_C is ecdsa psa builds by Przemek Stekiel · 2 years, 5 months ago
  24. 0d41521 Make MBEDTLS_MD_LIGHT private for now. by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  25. 6445912 test: enable ssl-opt in test_psa_crypto_config_[accel/reference]_ecdsa_use_psa by Valerio Setti · 2 years, 6 months ago
  26. b45b8ce Disable MBEDTLS_PSA_CRYPTO_SE_C is hash psa builds by Przemek Stekiel · 2 years, 6 months ago
  27. 9dd2440 Change pake input: key_lifetime -> key attributes by Przemek Stekiel · 2 years, 6 months ago
  28. 9a5b812 Cleanup the code by Przemek Stekiel · 2 years, 8 months ago
  29. 0379002 Add test components to test accelerated pake and fallback by Przemek Stekiel · 2 years, 9 months ago
  30. d1c001a Fix some dependencies in test_suite_psa_crypto by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  31. e91bcf3 Add comparison of accel_ecdh_use_psa against ref by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  32. 59a2b8f Add component accel_ecdh_use_psa by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  33. e3095e7 Add comments to accel_ecdh component by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  34. 9e04b5b Disable MD-light in accel_hash_use_psa by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  35. b9b630d Define "light" subset of MD by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  36. e2a9f86 Merge pull request #6971 from gabor-mezei-arm/6026_Secp192r1_fast_reduction by Gilles Peskine · 2 years, 6 months ago
  37. 72082dc Improve tests/scripts/depends.py code by Andrzej Kurek · 2 years, 6 months ago
  38. 5dc6867 test: don't skip debug and ssl suites in test parity for driver only ECDSA by Valerio Setti · 2 years, 6 months ago
  39. d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  40. a9d82dd Keep the description in one place, just refer it by Gabor Mezei · 2 years, 6 months ago
  41. b009559 Merge pull request #7049 from KloolK/typos by Gilles Peskine · 2 years, 6 months ago
  42. a22749e Merge pull request #6816 from nick-child-ibm/pkcs7_coverage by Dave Rodgman · 2 years, 6 months ago
  43. 4f70b3c Fix pylint warning by Dave Rodgman · 2 years, 6 months ago
  44. c7c94df pkcs7/test: Format generate test script by Nick Child · 2 years, 6 months ago
  45. 40df835 all.sh: fix comment for test_psa_crypto_config_accel_ecdsa_use_psa by Valerio Setti · 2 years, 6 months ago
  46. b9dc251 test: add SHA1 to the supported algs in accelerated ECDSA by Valerio Setti · 2 years, 6 months ago
  47. c8801b7 test: x509: remove disparities in driver only testing for ECDSA by Valerio Setti · 2 years, 6 months ago
  48. 9cb1aa2 Merge pull request #6970 from valeriosetti/issue6857 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  49. a0c806a Merge pull request #7003 from lpy4105/issue/do-not-run-x86-tests-on-arm64 by Gilles Peskine · 2 years, 6 months ago
  50. e51eddc disable aesce when ASM not available by Jerry Yu · 2 years, 7 months ago
  51. bf74f52 test: add a comment specifying why restartable cannot be tested by Valerio Setti · 2 years, 6 months ago
  52. 4e0278d test: ECDSA driver only: disable ECP_RESTARTABLE by Valerio Setti · 2 years, 6 months ago
  53. 4e26df9 test: ECDSA driver_only: verify disparities in PK by Valerio Setti · 2 years, 6 months ago
  54. 1aabe5c Fix typos by Jan Bruckner · 2 years, 6 months ago
  55. 81cf5ad Improve tests/scripts/depends.py code by Andrzej Kurek · 2 years, 6 months ago
  56. 6291cc2 pkcs7/test: Remove f strings in generator script by Nick Child · 2 years, 6 months ago
  57. 753ad17 Merge pull request #6982 from aditya-deshpande-arm/check-files-characters by Gilles Peskine · 2 years, 6 months ago
  58. e2db23d Merge pull request #6902 from yanrayw/6651-enable-cipher-suite-names-consistent by Gilles Peskine · 2 years, 6 months ago
  59. d56def5 Merge pull request #6946 from valeriosetti/issue6856 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  60. 00c1ccb depends.py: fix typo and slightly reorganized code by Valerio Setti · 2 years, 6 months ago
  61. ebb2269 Allow whole Box Drawings range by Aditya Deshpande · 2 years, 6 months ago
  62. c92df3b all.sh: test_m32_xx is not supported on arm64 host by Pengyu Lv · 2 years, 10 months ago
  63. 95ecaaf Add test generation support for the ecp module by Gabor Mezei · 2 years, 7 months ago
  64. 4983ddf test/pkcs7: Add more tests for better coverage by Nick Child · 2 years, 8 months ago
  65. 15b6dd0 Modify comments to make them more inclusive by Aditya Deshpande · 2 years, 6 months ago
  66. 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
  67. aae6125 Merge pull request #6883 from valeriosetti/issue6843 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  68. e28397a Merge pull request #6938 from aditya-deshpande-arm/check-names-exclusions by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  69. 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
  70. 47aab85 Batch cipher translations to go faster by Gilles Peskine · 2 years, 6 months ago
  71. 9cb0f7a test: driver-only: fix disparities in random by Valerio Setti · 2 years, 7 months ago
  72. 3002c99 test: extend analyze_outcomes.py in order to skip only some test in a suite by Valerio Setti · 2 years, 7 months ago
  73. 7e57920 test: driver-only: fix disparities in psa_crypto_se_driver_hal by Valerio Setti · 2 years, 7 months ago
  74. 4682948 test: driver-only: fix disparities in ECP by Valerio Setti · 2 years, 7 months ago
  75. f0c7579 Fix a missing type hint warning by David Horstmann · 2 years, 6 months ago
  76. 576803f depends.py: improve expected argument type by Andrzej Kurek · 2 years, 6 months ago
  77. 00d3e96 Merge pull request #6855 from mpg/driver-only-ecdsa-starter by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  78. 4455fd2 Merge pull request #6531 from AndrzejKurek/depends-py-kex-fixes by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  79. 3b0215d depends.py: merge set/unset config option into one function by Andrzej Kurek · 2 years, 6 months ago
  80. d84902f Add issue numbers to TODO comments by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  81. bc19a0b Fix missing SHA-224 in test driver build by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  82. 5a2e026 Improve a few comments & documentation by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  83. 98682b5 Remove obsolete comment from depends.py by Andrzej Kurek · 2 years, 7 months ago
  84. 1a034dc Add regression test by Dave Rodgman · 2 years, 7 months ago
  85. bba2630 Add ECJPAKE secret input types to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
  86. cafda87 Fix documentation by Gilles Peskine · 2 years, 8 months ago
  87. 0e9e442 NotSupported is specifically about key types by Gilles Peskine · 2 years, 8 months ago
  88. 1ff7336 depends.py: enable key exchange tests by Andrzej Kurek · 2 years, 9 months ago
  89. ee97f05 Translate cipher suite names based on standard naming convention by Yanray Wang · 2 years, 7 months ago
  90. 0584df4 Minor changes to account for CodeParser.parse_identifiers being used in list_internal_identifiers.py by Aditya Deshpande · 2 years, 7 months ago
  91. 461b825 Merge pull request #6865 from scop/patch-1 by Dave Rodgman · 2 years, 7 months ago
  92. 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
  93. 41b5fb6 test: ensure X509 has no dependency on BIGNUM when built without MBEDTLS_DEPRECATED_REMOVED by Valerio Setti · 2 years, 7 months ago
  94. 378ecdd Rename VS2010 directory to VS2013 and update Makefiles etc by Dave Rodgman · 2 years, 7 months ago
  95. 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
  96. c55c343 Merge pull request #6884 from gilles-peskine-arm/check-files-unicode by Gilles Peskine · 2 years, 7 months ago
  97. 3900bdd Merge pull request #6823 from mpg/unify-openssl-variables by Gilles Peskine · 2 years, 7 months ago
  98. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  99. 3368724 Merge pull request #6870 from valeriosetti/issue6831 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  100. d11bb47 Reject invalid UTF-8 and weird characters in text files by Gilles Peskine · 2 years, 7 months ago