- 5edb942 Merge pull request #8041 from mpg/tfm-p256m by Manuel Pégourié-Gonnard · 1 year, 10 months ago
- b95e92c Merge pull request #8076 from valeriosetti/issue8005 by Manuel Pégourié-Gonnard · 1 year, 10 months ago
- e9d9797 Update list of ignored tests by Manuel Pégourié-Gonnard · 2 years ago
- d43cab3 Correct analyze_outcomes identation by Tomás González · 1 year, 11 months ago
- a063144 Correct analyze_outcomes.py identation by Tomás González · 1 year, 11 months ago
- 5022311 Tidy up allow list definition by Tomás González · 1 year, 11 months ago
- 7ebb18f Make non-executed tests that are not in the allow list an error by Tomás González · 1 year, 11 months ago
- 307810b analyze_outcomes: add case for "ECC+FFDH w/o BN" by Valerio Setti · 2 years ago
- 358c6c6 Add EdDSA and XTS to the allow list by Tomás González · 2 years ago
- b401e11 Add a flag for requiring full coverage in coverage tests by Tomás González · 2 years ago
- 07bdcc2 Add allow list for non-executed test cases by Tomás González · 2 years ago
- f01d648 analyze_outcome: add new check for parity for TFM configuration by Valerio Setti · 2 years ago
- e0be95e analyze_outcomes: skip tests that depend on BIGNUM_C by Valerio Setti · 2 years ago
- 9b3dbcc analyze_outcomes: skip tests that unavoidably depend on bignum by Valerio Setti · 2 years ago
- abd00d0 test: adding new components for testing and driver coverage analysis without BN by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 5f54020 analyze_outcomes: do not skip test about wrong Montgomery private key by Valerio Setti · 2 years, 1 month ago
- 565353e Cleanup the code by Przemek Stekiel · 2 years, 1 month ago
- 84f4ff1 Minor adaptations after ffdh was enabled for tls1.3 by Przemek Stekiel · 2 years, 1 month ago
- 85b6442 Add ffdh accel vs reference check to analyze_outcomes.py by Przemek Stekiel · 2 years, 2 months ago
- 5bd2523 test: ignore compressed points' tests when checking coverage without ECP at all by Valerio Setti · 2 years, 1 month ago
- addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 1 month ago
- 4d25a8d test: renaming component testing accelerated EC by Valerio Setti · 2 years, 1 month ago
- e50a75f test: add exception in analyze_outcomes.py and fix test for montgomery curves by Valerio Setti · 2 years, 2 months ago
- e618cb0 test: add coverage's analysis framework for accel EC algs w/o ECP by Valerio Setti · 2 years, 3 months ago
- 0c477d3 test: include also test_suite_ecp for the coverage analysis by Valerio Setti · 2 years, 4 months ago
- 1640682 Merge pull request #7334 from valeriosetti/analyze_outcomes_improvement by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- f109c66 Use proper log function by Valerio Setti · 2 years, 4 months ago
- 22992a0 Fix function description by Valerio Setti · 2 years, 4 months ago
- 2495cdb test: remove unused tasks in analyze_outcomes.py by Valerio Setti · 2 years, 4 months ago
- 42d5f19 test: add a test with all EC based algs accelerated by Valerio Setti · 2 years, 4 months ago
- a266332 test: improve analyze_outcomes.py script by Valerio Setti · 2 years, 4 months ago
- 7d381f5 MD: use MD_CAN in test suite and check for parity by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 0d957d3 Merge pull request #7275 from valeriosetti/issue7255 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- ca3e32a Merge pull request #7207 from valeriosetti/issue7140 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 3951d1b analyze_outcomes: symplify log functions by Valerio Setti · 2 years, 4 months ago
- d0fffc5 analyze_outcomes: add coverage test for ecjpake by Valerio Setti · 2 years, 4 months ago
- 5d8d1a7 analyze_outcomes: print all output on stderr by Valerio Setti · 2 years, 5 months ago
- d1c001a Fix some dependencies in test_suite_psa_crypto by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- e91bcf3 Add comparison of accel_ecdh_use_psa against ref by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 5dc6867 test: don't skip debug and ssl suites in test parity for driver only ECDSA by Valerio Setti · 2 years, 6 months ago
- c8801b7 test: x509: remove disparities in driver only testing for ECDSA by Valerio Setti · 2 years, 6 months ago
- 4e26df9 test: ECDSA driver_only: verify disparities in PK by Valerio Setti · 2 years, 6 months ago
- 00c1ccb depends.py: fix typo and slightly reorganized code by Valerio Setti · 2 years, 6 months ago
- 9cb0f7a test: driver-only: fix disparities in random by Valerio Setti · 2 years, 6 months ago
- 3002c99 test: extend analyze_outcomes.py in order to skip only some test in a suite by Valerio Setti · 2 years, 6 months ago
- 7e57920 test: driver-only: fix disparities in psa_crypto_se_driver_hal by Valerio Setti · 2 years, 6 months ago
- 4682948 test: driver-only: fix disparities in ECP by Valerio Setti · 2 years, 6 months ago
- d84902f Add issue numbers to TODO comments by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- c6967d2 Tune output format of analyze_outcomes.py by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 10e3963 Add comparison of accel_ecdsa against reference by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 85c54ea Allow providing space sepatated tasks by Przemek Stekiel · 2 years, 8 months ago
- 542d932 Fix handling of default value for task argument by Przemek Stekiel · 2 years, 8 months ago
- 6419ab5 Reduce number of skipped suites (after making configs more similar) by Przemek Stekiel · 2 years, 8 months ago
- d3068af Optimize code (tasks list initialization, task verification) by Przemek Stekiel · 2 years, 8 months ago
- 733c76e Fix style issues pointed by pylint by Przemek Stekiel · 2 years, 8 months ago
- 992de3c Make TASK parameter positional and allow more than one task by Przemek Stekiel · 2 years, 9 months ago
- be279c7 Make a list from ignored tests in TASKS by Przemek Stekiel · 2 years, 9 months ago
- 51f30ff Make separate components for ref and driver in TASKS by Przemek Stekiel · 2 years, 9 months ago
- 6856f4c Fix typos and comments by Przemek Stekiel · 2 years, 9 months ago
- 4d13c83 analyze_outcomes.py: remove components and ignore parameters by Przemek Stekiel · 2 years, 9 months ago
- c86dedf Fix code style by Przemek Stekiel · 2 years, 9 months ago
- 58bbc23 Use coverage analyze as default task by Przemek Stekiel · 2 years, 9 months ago
- 4e95590 analyze_outcomes.py: Add test coverage regresion analyze for driver only builds by Przemek Stekiel · 2 years, 9 months ago
- 686c292 Move collect_available_test_cases to check_test_cases.py by Gilles Peskine · 3 years, 7 months ago
- 3d863f2 Document the fields of TestCasesOutcomes by Gilles Peskine · 5 years ago
- 8d3c70a Check test case coverage by Gilles Peskine · 5 years ago
- 15c2cbf New script for test outcome analysis by Gilles Peskine · 5 years ago