1. d06c6fc Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 3 months ago
  2. b70c4e0 Adjust code style for pointer types and casts by Gilles Peskine · 2 years, 3 months ago
  3. 2986acc typo by Gilles Peskine · 2 years, 3 months ago
  4. 8b32d20 Test the line number returned by parse_test_data by Gilles Peskine · 2 years, 5 months ago
  5. 6f5082b Allow more signed integer types in test function arguments by Gilles Peskine · 2 years, 8 months ago
  6. 872948c Support larger integer test arguments: C part by Gilles Peskine · 2 years, 8 months ago
  7. 4ea4ad0 parse_function_arguments: stricter type parsing by Gilles Peskine · 2 years, 8 months ago
  8. 47e2e88 Support (void) as an argument list of a test function by Gilles Peskine · 2 years, 8 months ago
  9. 096f0ca parse_function_arguments: extract per-argument function by Gilles Peskine · 2 years, 8 months ago
  10. 400cde6 parse_function_arguments: make local_vars a list by Gilles Peskine · 2 years, 8 months ago
  11. b3c2eaf Support different types in the parameter store by Gilles Peskine · 2 years, 8 months ago
  12. 5226eb5 Simplify parsing of integers in .datax files by Gilles Peskine · 2 years, 8 months ago
  13. ca25dee Factor get_function_info out of gen_from_test_data by Gilles Peskine · 2 years, 8 months ago
  14. 8542f5c Add line number to a few error messages by Gilles Peskine · 2 years, 8 months ago
  15. feb941a Merge pull request #7465 from valeriosetti/issue7460-part3 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  16. 0b04864 improve syms.sh script for external dependencies analysis by valerio · 2 years, 4 months ago
  17. 935a987 Merge pull request #7436 from AndrzejKurek/x509-verify-san-ip by Gilles Peskine · 2 years, 4 months ago
  18. e618cb0 test: add coverage's analysis framework for accel EC algs w/o ECP by Valerio Setti · 2 years, 4 months ago
  19. 06969fc Introduce a test for a sw implementation of inet_pton by Andrzej Kurek · 2 years, 4 months ago
  20. 0c477d3 test: include also test_suite_ecp for the coverage analysis by Valerio Setti · 2 years, 4 months ago
  21. 29b395c test: let test_psa_crypto_config_accel_all_ec_algs_use_psa use ECP_LIGHT by Valerio Setti · 2 years, 4 months ago
  22. 50ae84e ssl-opt.sh: Remove some unnecessary forcing of TLS 1.3 by Ronald Cron · 2 years, 5 months ago
  23. 219f978 Merge pull request #7059 from ronald-cron-arm/psa-crypto-misc by Ronald Cron · 2 years, 4 months ago
  24. 86d5d4b Merge pull request #7103 from valeriosetti/issue6622 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  25. c6ecdad test: disable all RSA algs and fix tests by Valerio Setti · 2 years, 4 months ago
  26. 32a432a all.sh: Fix test component name by Ronald Cron · 2 years, 4 months ago
  27. e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
  28. 1640682 Merge pull request #7334 from valeriosetti/analyze_outcomes_improvement by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  29. 846118b test: remove old component errouneously reintroduced during rebase by Valerio Setti · 2 years, 4 months ago
  30. f109c66 Use proper log function by Valerio Setti · 2 years, 4 months ago
  31. 22992a0 Fix function description by Valerio Setti · 2 years, 4 months ago
  32. 5aab43f test: fix/improve comments in all.sh by Valerio Setti · 2 years, 4 months ago
  33. 1f1420d test: fix text output by Valerio Setti · 2 years, 4 months ago
  34. d0c644d test: minor refactoring by Valerio Setti · 2 years, 4 months ago
  35. ee97a1e test: improve comments and code in newly added helper function by Valerio Setti · 2 years, 4 months ago
  36. e4758aa test: add a companion test for another curve (x25519) and fix issues by Valerio Setti · 2 years, 4 months ago
  37. 1a6d96f test: use full config as test starting point and solve issues by Valerio Setti · 2 years, 4 months ago
  38. 3ebecc9 test: disable proper key exchanges while testing accel EC algs by Valerio Setti · 2 years, 4 months ago
  39. 5360886 test: minor fixes to all.sh by Valerio Setti · 2 years, 4 months ago
  40. b7e9544 test: add specific test with only accel EC curves and algs by Valerio Setti · 2 years, 5 months ago
  41. b76672d test: fix wrong accelerated SHA1 symbol by Valerio Setti · 2 years, 4 months ago
  42. 6d687b9 test: simplify comment in test_psa_crypto_config_accel_all_ec_algs_use_psa() by Valerio Setti · 2 years, 4 months ago
  43. c762797 test: removing test with all accel EC algs without USE_PSA by Valerio Setti · 2 years, 4 months ago
  44. 4fa6d0b test: moving accel ECJPAKE test close to accel ECDH and ECDSA ones by Valerio Setti · 2 years, 4 months ago
  45. 77bdff1 test: improve comment in the added test by Valerio Setti · 2 years, 4 months ago
  46. 2495cdb test: remove unused tasks in analyze_outcomes.py by Valerio Setti · 2 years, 4 months ago
  47. 44b178c test: fix erroneous changes in all.sh by Valerio Setti · 2 years, 5 months ago
  48. 6f820cc test: fix comments in test_psa_crypto_config_accel_ecc() by Valerio Setti · 2 years, 5 months ago
  49. 1c3de61 test: remove previous tests for accelerated ECDSA/ECDH/ECJPAKE coverage analysis by Valerio Setti · 2 years, 5 months ago
  50. 42d5f19 test: add a test with all EC based algs accelerated by Valerio Setti · 2 years, 5 months ago
  51. 5a51d0d Fix depends.py failure with correct TLS 1.2 deps by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  52. c584c27 Disable built-in SHA-256 in accel_hash too by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  53. 9330242 Fix instances of old feature macros being used by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  54. 5d0d641 Test entropy.c with driver-only hashes by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  55. a266332 test: improve analyze_outcomes.py script by Valerio Setti · 2 years, 4 months ago
  56. ac6db4d Merge pull request #7317 from mpg/lift-exclusions by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  57. 4059aba accelerated ecdh: re-enable TLS 1.3 key exchanges and fix guards in check_config by Valerio Setti · 2 years, 5 months ago
  58. a81130f test: enable ECDHE key exchanges for driver coverage tests by Valerio Setti · 2 years, 5 months ago
  59. 91cc8bb Enable ECDSA-det in driver-only hashes component by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  60. d111fbd Enable HMAC-DRBG in driver-only hashes component by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  61. fbaf4e9 Enable PKCS7 in driver-only hashes component by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  62. 0d1921c Enable HKDF in driver-only hashes test by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  63. 7d381f5 MD: use MD_CAN in test suite and check for parity by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  64. 49e67f8 PKCS5: always use MD by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  65. 53a5844 test: enable ECDH key exchanges for driver coverage tests by Valerio Setti · 2 years, 5 months ago
  66. 4ebe2a7 Merge pull request #7300 from valeriosetti/issue7281 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  67. e91aada Merge pull request #7299 from valeriosetti/issue7280 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  68. c9ef476 Merge pull request #7192 from joerchan/psa-update-mbedtls by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  69. 14c194a Merge pull request #7271 from mpg/use-md-light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  70. 0f60d09 Add a test with all of ECC accelerated by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  71. 0e2b06a Merge pull request #7083 from KloolK/record-size-limit/parsing by Dave Rodgman · 2 years, 5 months ago
  72. 0d957d3 Merge pull request #7275 from valeriosetti/issue7255 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  73. 1b5ffc6 Avoid double definition of MD_LIGHT by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  74. 8316209 Use MD_LIGHT rather than md5.h in pem.c by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  75. 943f8dd test: remove leftovers from debug sessions by Valerio Setti · 2 years, 5 months ago
  76. 54e3c65 Fix failures in signature accel test by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  77. 9b14639 Dispatch according to init status. by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  78. fea765b test: enable ec-jpake key exchanges in driver coverage analysis by Valerio Setti · 2 years, 5 months ago
  79. d8c2800 ecjpake: add ssl-opt tests for driver coverage analysis by Valerio Setti · 2 years, 5 months ago
  80. 2a13cfd Merge pull request #7243 from valeriosetti/issue7148 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  81. 8128037 Merge pull request #7163 from lpy4105/issue/all_sh-do-not-list-unsupported-cases by Gilles Peskine · 2 years, 5 months ago
  82. ca3e32a Merge pull request #7207 from valeriosetti/issue7140 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  83. 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 6 months ago
  84. 3951d1b analyze_outcomes: symplify log functions by Valerio Setti · 2 years, 5 months ago
  85. d0fffc5 analyze_outcomes: add coverage test for ecjpake by Valerio Setti · 2 years, 5 months ago
  86. a9c9dec ecjpake: add tests for driver coverage analysis by Valerio Setti · 2 years, 5 months ago
  87. 4da9283 Merge pull request #7117 from valeriosetti/issue6862 by Gilles Peskine · 2 years, 5 months ago
  88. bf4016e Merge pull request #6567 from mprse/ecjpake-driver-dispatch by Dave Rodgman · 2 years, 5 months ago
  89. 2bf85e3 ssl-opt: enable test for accelerated ECDH + USE_PSA by valerio · 2 years, 5 months ago
  90. f27472b ssl-opt: enable test and fix failures for reference ECDH + USE_PSA" by valerio · 2 years, 5 months ago
  91. f84b7d5 test: enable ECDSA based key exchanges in driver coverage tests by Valerio Setti · 2 years, 5 months ago
  92. 289e5ba Merge pull request #7082 from valeriosetti/issue6861 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  93. 4aa9940 Fix configuration for accelerated jpake by Przemek Stekiel · 2 years, 5 months ago
  94. a5ffa93 Merge pull request #7142 from mpg/driver-only-ecdh-starter by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  95. 86393db Revert local experiment. by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  96. 07d9262 Fix some message strings and comments in all.sh by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  97. 0d1f5be Add comment about shared config function by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  98. 5d8d1a7 analyze_outcomes: print all output on stderr by Valerio Setti · 2 years, 5 months ago
  99. f61d6c0 Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 5 months ago
  100. 45cef61 Merge branch 'development' into md-light by Dave Rodgman · 2 years, 5 months ago