- 1e4423b5 Remove expected failure from test_psa_compliance by Bence Szépkúti · 3 years, 9 months ago
- 9b9fbda Merge pull request #5094 from bensze01/test_psa_compliance by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- f1a7ea8 Merge pull request #5092 from mprse/generate_key2 by Gilles Peskine · 3 years, 9 months ago
- b376eac Track upstreaming task in an issue by Bence Szépkúti · 3 years, 9 months ago
- cb28871 Document the values in EXPECTED_FAILURES by Bence Szépkúti · 3 years, 9 months ago
- e2855c3 Move to an updated fork of psa-arch-tests by Bence Szépkúti · 3 years, 9 months ago
- ef0d02e Explain why support_test_psa_compliance is needed by Bence Szépkúti · 3 years, 9 months ago
- b381841 Keep local clone around even if the test succeeds by Bence Szépkúti · 3 years, 9 months ago
- c63d160 Make directory creation code more compact by Bence Szépkúti · 3 years, 9 months ago
- 67fb314 Add licence header to script by Bence Szépkúti · 3 years, 9 months ago
- 34b5f56 Make main() suitable to being called from python by Bence Szépkúti · 3 years, 9 months ago
- 449781f Fix pylint errors by Bence Szépkúti · 3 years, 9 months ago
- 83aa604 Simplify regex and use named capture groups by Bence Szépkúti · 3 years, 9 months ago
- c2bac00 Use print(end='') to silence double newline by Bence Szépkúti · 3 years, 9 months ago
- d2ea2c0 Indicate errors interleaved with test suite output by Bence Szépkúti · 3 years, 9 months ago
- 7bc26b8 generate_psa_tests.py: add key generation result to test case argument list, add comments by Przemyslaw Stekiel · 3 years, 9 months ago
- ca9236b Make the changes easier to backport by Bence Szépkúti · 3 years, 9 months ago
- 774b442 Merge pull request #5116 from gilles-peskine-arm/remove-greentea-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- da71054 Merge pull request #5011 from gilles-peskine-arm/test_ssl_o2-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- d025422 Remove on-target testing by Gilles Peskine · 3 years, 11 months ago
- 3ee10e8 Fix unused variable in generate_psa_tests.py by David Horstmann · 3 years, 10 months ago
- 65d8c69 Remove unnecessary check for ';' in filenames by David Horstmann · 3 years, 10 months ago
- a8d1406 Rename DEV_MODE to GEN_FILES by David Horstmann · 3 years, 10 months ago
- d64f4b2 Fix assorted spelling and wording issues by David Horstmann · 3 years, 10 months ago
- e12e7f4 Get generated data file list from script by David Horstmann · 3 years, 10 months ago
- 9327fb3 Fix test_ref_config component of all.sh by Manuel Pégourié-Gonnard · 3 years, 11 months ago
- bfe54d7 Cleanup: rm all files generated by cmake by Manuel Pégourié-Gonnard · 3 years, 11 months ago
- a9cb894 Add --directory option to generate_psa_tests.py by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- ba20fc9 Fix issues pointed by CI by Przemyslaw Stekiel · 3 years, 10 months ago
- 437da19 Remove unused param and duplicated test cases by Przemyslaw Stekiel · 3 years, 10 months ago
- 80b31c5 Run the PSA Compliance test suite in all.sh by Bence Szépkúti · 3 years, 10 months ago
- 8d468e4 Remove key generation when given argument is invalid from NotSupported class by Przemyslaw Stekiel · 3 years, 10 months ago
- 1b0978b Add test class for key generation by Przemyslaw Stekiel · 3 years, 10 months ago
- e7fc7ef Always set a build type for cmake when building for testing by Gilles Peskine · 3 years, 10 months ago
- 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 10 months ago
- bf21c07 Merge pull request #5072 from mprse/issue_5065 by Gilles Peskine · 3 years, 10 months ago
- 7637ab0 Merge pull request #5037 from mprse/issue_4551 by Gilles Peskine · 3 years, 10 months ago
- 0d4640a Merge pull request #4984 from gilles-peskine-arm/check-names-files by Gilles Peskine · 3 years, 10 months ago
- 316c4fa Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- 1ecfdea all.sh: add full - MBEDTLS_CHACHAPOLY_C without PSA_WANT_ALG_GCM and PSA_WANT_ALG_CHACHA20_POLY1305 by Przemyslaw Stekiel · 3 years, 10 months ago
- b576c7b Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- 25f7063 enerate_psa_tests.py fix format by Przemyslaw Stekiel · 3 years, 10 months ago
- d9d630c Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 10 months ago
- f4d2fd4 Fix cmake invocation syntax by Gilles Peskine · 3 years, 10 months ago
- dbf7b7e Switch cmake -O2 builds around to where we test a lot by Gilles Peskine · 3 years, 10 months ago
- 77f0535 Clarify a comment by Gilles Peskine · 3 years, 10 months ago
- cf52222 Correct support function name by Gilles Peskine · 3 years, 10 months ago
- bf3ec84 Merge pull request #5003 from gilles-peskine-arm/all.sh-makeflags-nproc by Gilles Peskine · 3 years, 10 months ago
- ff0aee0 Build with -O2 when running ssl-opt by Gilles Peskine · 3 years, 10 months ago
- 050d2fc Limit make parallelism to the number of CPUs by Gilles Peskine · 3 years, 10 months ago
- 6b34ac7 Merge pull request #4955 from gilles-peskine-arm/make-tests-v-development by Gilles Peskine · 3 years, 10 months ago
- 324f72e Fix a bug where the ssl context is used after it's nullified by Andrzej Kurek · 3 years, 10 months ago
- 8a83224 Fix typo by Gilles Peskine · 3 years, 10 months ago
- 89458d1 More robust handling of excluded files by Gilles Peskine · 3 years, 10 months ago
- b19be6b Merge pull request #1638 from dgreen-arm/check-names-rewrite by Gilles Peskine · 3 years, 10 months ago
- 27f84fc Merge pull request #4813 from JoeSubbiani/TranslateCiphersuite_dev by Ronald Cron · 3 years, 10 months ago
- c3a6f63 Merge updates from upstream development branch into check-names-rewrite by Yuto Takano · 3 years, 10 months ago
- 3587dfd Move long -D lists from all.sh to a header file by Gilles Peskine · 3 years, 11 months ago
- 396853a 'make test': show failing test cases when cmake does by Gilles Peskine · 3 years, 11 months ago
- 7a5ab04 Add tls13 test with everst and ecp restartable by Jerry Yu · 3 years, 11 months ago
- e5d6106 Extend test in translate_ciphers.py by Joe Subbiani · 4 years ago
- 49d57bc Improve indentation according to pylint by Joe Subbiani · 4 years ago
- 54110b3 Reduce translate_ciphers.py test list by Joe Subbiani · 4 years ago
- b0aba9a Improve comments to be more accurate by Joe Subbiani · 4 years ago
- 79f5790 Remove test_translate_format() by Joe Subbiani · 4 years ago
- a25ffab Integrate tests as unit tests into one file by Joe Subbiani · 4 years ago
- f2de374 Remove unused import by Joe Subbiani · 4 years ago
- a3d991c Improve python coding style by Joe Subbiani · 4 years ago
- 918ee79 Improve consitancy and useability by Joe Subbiani · 4 years ago
- d614c0b Include translate ciphers tests in all.sh by Joe Subbiani · 4 years ago
- 3eac5b9 Use zip rather than enumerate by Joe Subbiani · 4 years ago
- a56e10d Run test_translate_ciphers_format.sh from root by Joe Subbiani · 4 years ago
- f849a93 Improve python coding style by Joe Subbiani · 4 years ago
- f3fcc29 Move translate scripts to appropriate folder by Joe Subbiani · 4 years ago
- 0bf740e Merge pull request #4765 from gilles-peskine-arm/all.sh-subshells-3.0 by Gilles Peskine · 4 years ago
- e45ee40 Merge pull request #4811 from hanno-arm/tls13_ciphersuite_api by Manuel Pégourié-Gonnard · 4 years ago
- fc1e9ff Use Abstract Base Classes to ensure Problem is not instantiated by Yuto Takano · 4 years ago
- 5f83171 Fix listing line number wrongly using start char pos by Yuto Takano · 4 years ago
- 7143209 Remove unused imports in list_internal_identifiers.py by Yuto Takano · 4 years ago
- 3590691 Fix issues raised by Pylint 2.4.4 on CI by Yuto Takano · 4 years ago
- 4b7d23d Separate make clean and make lib in check_names by Yuto Takano · 4 years ago
- 704b0f7 Use .span() for positions, and separate line_no argument in Match by Yuto Takano · 4 years ago
- b1417b4 Use Enums for the enum-parsing state machine by Yuto Takano · 4 years ago
- 5473be2 Use a class variable for `quiet` instead of passing it around by Yuto Takano · 4 years ago
- 6adb287 Move duplicated behaviour in get_files to own function by Yuto Takano · 4 years ago
- 90bc026 Exclusively use re.search() to avoid confusion with .match() by Yuto Takano · 4 years ago
- 9d9c6dc Align the item counts in check_names for ease of reading by Yuto Takano · 4 years ago
- 165700c Remove unnecessary try/catch in list_internal_identifiers by Yuto Takano · 4 years ago
- 8246eb8 Fix English typos in comments of check_names and list-identifiers by Yuto Takano · 4 years ago
- fb86ac7 Comment Match.__str__ and use format() to simplify calculation by Yuto Takano · 4 years ago
- 4512f21 Merge pull request #3572 from mpg/add-arm-linux-build by Manuel Pégourié-Gonnard · 4 years ago
- ae33685 Add ssl-opt.sh run to TLS 1.3 test in all.sh by Hanno Becker · 4 years ago
- 2aec149 Merge pull request #4248 from hanno-arm/tls13_populate_transform by Dave Rodgman · 4 years ago
- d73cec1 Add newline at end of list-identifiers.sh by Yuto Takano · 4 years ago
- ac72fac Put back list-identifiers.sh as a thin wrapper around the python script by Yuto Takano · 4 years ago
- 206b022 Fix off-by-one error in string formatting in Python by Yuto Takano · 4 years ago
- 7bfac1d Fix incorrect reference to NameCheck in script docstring by Yuto Takano · 4 years ago
- 55c6c87 Separate code parsing and name checking in two classes by Yuto Takano · 4 years ago
- f8f88d6 Merge pull request #4746 from gilles-peskine-arm/bump-version-3.0 by Janos Follath · 4 years ago
- 5095343 Bring back logging of number of files by Yuto Takano · 4 years ago