- aed1d78 Remove references to non-existing options by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 2336c8e Make -SE_C part of adjust_config by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 8df87bf Group both configuration steps by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 7ae342f Use helper_libtestdriver1_adjust_config more by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 981732e Fix some typos by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- d4dff8b Update FFDH component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- f5c5d97 Add documentation about libtestdriver1 usage by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 239094d all.sh: make libtestdriver1 components more uniform by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 27dd73f all.sh: add helper_libtestdriver1_make_main() by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 31639e4 all.sh: add helper_libtestdriver1_make_drivers() by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 27e1767 all.sh: add helper_libtestdriver1_adjust_config by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- f1d2913 test: remove debug echo in component by valerio · 2 years, 2 months ago
- 0b68784 Merge pull request #7577 from mprse/ffdh_drivers by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 7b11368 Merge pull request #7438 from valeriosetti/issue7074 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 6efa608 Revert setting optimization flag(use O2) by Przemek Stekiel · 2 years, 2 months ago
- 3c0e4ef Merge pull request #7512 from lpy4105/issue/7014/cert_audit-improvement by Gilles Peskine · 2 years, 2 months ago
- e50a75f test: add exception in analyze_outcomes.py and fix test for montgomery curves by Valerio Setti · 2 years, 3 months ago
- cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
- dccb202 Add test component for accelerated FFDH by Przemek Stekiel · 2 years, 3 months ago
- a57f677 cert_audit: Fix DER files missed from parsing by Pengyu Lv · 2 years, 3 months ago
- ee870a6 cert_audit: Remove merge_auditdata by Pengyu Lv · 2 years, 3 months ago
- e09d27e cert_audit: Use dictionary to store parsed AuditData by Pengyu Lv · 2 years, 3 months ago
- 31e3d12 cert_audit: Output format improvement by Pengyu Lv · 2 years, 3 months ago
- 13f2ef4 cert_audit: Calculate identifier for X.509 objects by Pengyu Lv · 2 years, 3 months ago
- fd72d9f cert_audit: Fix bug in check_cryptography_version by Pengyu Lv · 2 years, 3 months ago
- 0b4832b cert_audit: Sort the outputs by not_valid_after date by Pengyu Lv · 2 years, 3 months ago
- fe13bd3 cert_audit: Merge audit_data for identical X.509 objects by Pengyu Lv · 2 years, 3 months ago
- e245c0c cert_audit: Support parsing file with multiple PEMs by Pengyu Lv · 2 years, 3 months ago
- ddfd0a2 Merge pull request #7399 from lpy4105/issue/7014/certificate-audit-script by Bence Szépkúti · 2 years, 3 months ago
- b70c4e0 Adjust code style for pointer types and casts by Gilles Peskine · 2 years, 3 months ago
- 2986acc typo by Gilles Peskine · 2 years, 3 months ago
- 8b32d20 Test the line number returned by parse_test_data by Gilles Peskine · 2 years, 5 months ago
- 6f5082b Allow more signed integer types in test function arguments by Gilles Peskine · 2 years, 8 months ago
- 872948c Support larger integer test arguments: C part by Gilles Peskine · 2 years, 8 months ago
- 4ea4ad0 parse_function_arguments: stricter type parsing by Gilles Peskine · 2 years, 8 months ago
- 47e2e88 Support (void) as an argument list of a test function by Gilles Peskine · 2 years, 8 months ago
- 096f0ca parse_function_arguments: extract per-argument function by Gilles Peskine · 2 years, 8 months ago
- 400cde6 parse_function_arguments: make local_vars a list by Gilles Peskine · 2 years, 8 months ago
- b3c2eaf Support different types in the parameter store by Gilles Peskine · 2 years, 8 months ago
- 5226eb5 Simplify parsing of integers in .datax files by Gilles Peskine · 2 years, 8 months ago
- ca25dee Factor get_function_info out of gen_from_test_data by Gilles Peskine · 2 years, 8 months ago
- 8542f5c Add line number to a few error messages by Gilles Peskine · 2 years, 8 months ago
- 1d4cc91 cert_audit: Reword the options and their descriptions by Pengyu Lv · 2 years, 3 months ago
- 1381598 cert_audit: Check the version of cryptography by Pengyu Lv · 2 years, 3 months ago
- feb941a Merge pull request #7465 from valeriosetti/issue7460-part3 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
- 0b04864 improve syms.sh script for external dependencies analysis by valerio · 2 years, 4 months ago
- c34b9ac cert_audit: Clarify the abstraction of Auditor by Pengyu Lv · 2 years, 3 months ago
- 28fe957 cert_audit: Add simple parser of suite data file by Pengyu Lv · 2 years, 3 months ago
- 935a987 Merge pull request #7436 from AndrzejKurek/x509-verify-san-ip by Gilles Peskine · 2 years, 4 months ago
- 2d48721 cert_audit: Improve the method to find tests folder by Pengyu Lv · 2 years, 4 months ago
- a228cbc cert_audit: Add data-files and suite-data-files options by Pengyu Lv · 2 years, 4 months ago
- fcda6d4 cert_audit: Enable logging module by Pengyu Lv · 2 years, 4 months ago
- ad30679 cert_audit: Reuse generate_test_code.FileWrapper by Pengyu Lv · 2 years, 4 months ago
- 7a344dd New implementation for generate_test_code.FileWrapper by Pengyu Lv · 2 years, 4 months ago
- 8e6794a cert_audit: Code refinement by Pengyu Lv · 2 years, 4 months ago
- f8e5e05 cert_audit: Improve documentation by Pengyu Lv · 2 years, 4 months ago
- e618cb0 test: add coverage's analysis framework for accel EC algs w/o ECP by Valerio Setti · 2 years, 4 months ago
- 06969fc Introduce a test for a sw implementation of inet_pton by Andrzej Kurek · 2 years, 4 months ago
- 7725c1d cert_audit: Output line/argument number for *.data files by Pengyu Lv · 2 years, 4 months ago
- 5724095 cert_audit: Make FILE as positional argument by Pengyu Lv · 2 years, 4 months ago
- 0c477d3 test: include also test_suite_ecp for the coverage analysis by Valerio Setti · 2 years, 4 months ago
- 29b395c test: let test_psa_crypto_config_accel_all_ec_algs_use_psa use ECP_LIGHT by Valerio Setti · 2 years, 4 months ago
- 3179232 cert_audit: Disable pylint error for importing cryptography by Pengyu Lv · 2 years, 4 months ago
- cb8fc32 cert_audit: Fill validity dates in AuditData constructor by Pengyu Lv · 2 years, 4 months ago
- ebf011f cert_audit: Introduce not-[before|after] option by Pengyu Lv · 2 years, 4 months ago
- 30f2683 cert_audit: Parse more information from test suite data file by Pengyu Lv · 2 years, 4 months ago
- 50ae84e ssl-opt.sh: Remove some unnecessary forcing of TLS 1.3 by Ronald Cron · 2 years, 5 months ago
- 45e3203 cert_audit: Support audit on test suite data files by Pengyu Lv · 2 years, 4 months ago
- 7f6933a cert_audit: Initial script for auditing expiry date by Pengyu Lv · 2 years, 4 months ago
- 219f978 Merge pull request #7059 from ronald-cron-arm/psa-crypto-misc by Ronald Cron · 2 years, 4 months ago
- 86d5d4b Merge pull request #7103 from valeriosetti/issue6622 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- c6ecdad test: disable all RSA algs and fix tests by Valerio Setti · 2 years, 4 months ago
- 32a432a all.sh: Fix test component name by Ronald Cron · 2 years, 4 months ago
- e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
- 1640682 Merge pull request #7334 from valeriosetti/analyze_outcomes_improvement by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 846118b test: remove old component errouneously reintroduced during rebase by Valerio Setti · 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
- 5aab43f test: fix/improve comments in all.sh by Valerio Setti · 2 years, 4 months ago
- 1f1420d test: fix text output by Valerio Setti · 2 years, 4 months ago
- d0c644d test: minor refactoring by Valerio Setti · 2 years, 4 months ago
- ee97a1e test: improve comments and code in newly added helper function by Valerio Setti · 2 years, 4 months ago
- e4758aa test: add a companion test for another curve (x25519) and fix issues by Valerio Setti · 2 years, 4 months ago
- 1a6d96f test: use full config as test starting point and solve issues by Valerio Setti · 2 years, 4 months ago
- 3ebecc9 test: disable proper key exchanges while testing accel EC algs by Valerio Setti · 2 years, 4 months ago
- 5360886 test: minor fixes to all.sh by Valerio Setti · 2 years, 4 months ago
- b7e9544 test: add specific test with only accel EC curves and algs by Valerio Setti · 2 years, 5 months ago
- b76672d test: fix wrong accelerated SHA1 symbol by Valerio Setti · 2 years, 4 months ago
- 6d687b9 test: simplify comment in test_psa_crypto_config_accel_all_ec_algs_use_psa() by Valerio Setti · 2 years, 4 months ago
- c762797 test: removing test with all accel EC algs without USE_PSA by Valerio Setti · 2 years, 4 months ago
- 4fa6d0b test: moving accel ECJPAKE test close to accel ECDH and ECDSA ones by Valerio Setti · 2 years, 4 months ago
- 77bdff1 test: improve comment in the added test 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
- 44b178c test: fix erroneous changes in all.sh by Valerio Setti · 2 years, 5 months ago
- 6f820cc test: fix comments in test_psa_crypto_config_accel_ecc() by Valerio Setti · 2 years, 5 months ago
- 1c3de61 test: remove previous tests for accelerated ECDSA/ECDH/ECJPAKE coverage analysis by Valerio Setti · 2 years, 5 months ago
- 42d5f19 test: add a test with all EC based algs accelerated by Valerio Setti · 2 years, 5 months ago
- 5a51d0d Fix depends.py failure with correct TLS 1.2 deps by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- c584c27 Disable built-in SHA-256 in accel_hash too by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 9330242 Fix instances of old feature macros being used by Manuel Pégourié-Gonnard · 2 years, 5 months ago