- 52ae326 Update references to file targets in docstrings by Werner Lewis · 2 years, 11 months ago
- ac446c8 Add combination_pairs helper function by Werner Lewis · 2 years, 11 months ago
- b6e8091 Use typing.cast instead of unqualified cast by Werner Lewis · 2 years, 11 months ago
- 3dc4519 Replace L/R inputs with A/B by Werner Lewis · 2 years, 11 months ago
- 1fade8a Move symbol definition out of __init__ by Werner Lewis · 2 years, 11 months ago
- 855e45c Use simpler int to hex string conversion by Werner Lewis · 3 years ago
- 5601308 Remove unused imports by Werner Lewis · 3 years ago
- a4668a6 Rework TestGenerator to add file targets by Werner Lewis · 3 years ago
- a4b7720 Use `combinations_with_replacement` for inputs by Werner Lewis · 3 years ago
- 81f2444 Modify wording in docstrings by Werner Lewis · 3 years ago
- 6ef5436 Clarify documentation by Werner Lewis · 3 years ago
- a16b617 Disable abstract check in pylint by Werner Lewis · 3 years ago
- e3ad22e Fix TARGET types and code style by Werner Lewis · 3 years ago
- 6d654c6 Raise NotImplementedError in abstract methods by Werner Lewis · 3 years ago
- 9990b30 Use typing casts for fixed-width tuples by Werner Lewis · 3 years ago
- 6300b4f Add missing typing by Werner Lewis · 3 years ago
- cfd4768 Use __new__() for case counting by Werner Lewis · 3 years ago
- 2b527a3 Split generate_tests to reduce code complexity by Werner Lewis · 3 years ago
- 699e126 Use ABCMeta for abstract classes by Werner Lewis · 3 years ago
- 169034a Add details to docstrings by Werner Lewis · 3 years ago
- 6c70d74 Convert bools to int before arithmetic by Werner Lewis · 3 years ago
- 92c876a Remove unneeded list concatenation by Werner Lewis · 3 years ago
- 55e638c Remove abbreviations and clarify attributes by Werner Lewis · 3 years ago
- fbb75e3 Separate common test generation classes/functions by Werner Lewis · 3 years ago
- 6a31396 Fix incorrect indentation by Werner Lewis · 3 years, 1 month ago
- 265e051 Remove is None from if statement by Werner Lewis · 3 years, 1 month ago
- c442f6a Fix type issues by Werner Lewis · 3 years, 1 month ago
- b17ca8a Remove set() to preserve test case order by Werner Lewis · 3 years, 1 month ago
- a51fe2b Sort tests when generating cases by Werner Lewis · 3 years, 1 month ago
- 86caf85 Add test case generation for bignum add by Werner Lewis · 3 years, 1 month ago
- 69a92ce Add test generation for bignum cmp variant by Werner Lewis · 3 years, 1 month ago
- 8b2df74 Add bignum test generation framework by Werner Lewis · 3 years, 1 month ago
- 7b0825d Build with SHA-256 accelerated too by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- f0f63bc Test without MD_C by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 525add6 Add component with accelerated hashes and USE_PSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 97ab2a3 Clean up two accel tests in all.sh by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 46a2954 Build and test RSA PKCS#1v1.5 without MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- b86279f Build and test PK without MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
- 6497b5a Add setbuf platform function by Gilles Peskine · 3 years, 1 month ago
- e3dac4a tls13: Add Certificate msg parsing tests with invalid vector lengths by Ronald Cron · 3 years, 2 months ago
- b7c12a4 Refactor compat scripts by Jerry Yu · 3 years, 2 months ago
- 9b938b7 Share code with base class in generate_tls13_compat_tests.py by XiaokangQian · 3 years, 2 months ago
- fb1a3fe Address comments about python syntax by XiaokangQian · 3 years, 2 months ago
- b1847a2 Re-structure to share more common code by XiaokangQian · 3 years, 2 months ago
- d5d5b60 Add comprehensive test cases for TLS1.3 server side by XiaokangQian · 3 years, 2 months ago
- 42ed963 Update PSA compliance test branch by Gilles Peskine · 3 years, 3 months ago
- da5f483 all.sh: Fix order of CIPHER dependencies by Przemek Stekiel · 3 years, 3 months ago
- 179d748 all.sh: add build/test config crypto_full minus CIPHER Dependency list: by Przemek Stekiel · 3 years, 3 months ago
- 10f3a60 all.sh: add build/test config full minus CIPHER by Przemek Stekiel · 3 years, 3 months ago
- 3009a97 Minor spelling / grammar improvements by Dave Rodgman · 3 years, 4 months ago
- 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
- 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
- 4265026 Merge pull request #5783 from mprse/md_dep_v3 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- d3ba736 component_test_crypto_full_no_md: fix order of disabled features by Przemek Stekiel · 3 years, 3 months ago
- fe2367a all.sh: add build/test config crypto_full minus MD by Przemek Stekiel · 3 years, 3 months ago
- 1068c22 Adapt generated psa no_supported tests for HMAC by Przemek Stekiel · 3 years, 3 months ago
- 2b5d898 Merge pull request #5644 from gilles-peskine-arm/psa-storage-format-test-exercise by Gilles Peskine · 3 years, 3 months ago
- 0381083 Merge pull request #5654 from gilles-peskine-arm/psa-crypto-config-file by Gilles Peskine · 3 years, 3 months ago
- ad47487 Merge pull request #5742 from superna9999/5669-review-test-incompatible-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 98136b1 Fixup and update comment of disabled USE_PSA_CRYPTO test check in all.sh by Neil Armstrong · 3 years, 3 months ago
- 882e02e Move and fixup check_test_requires_psa_disabled() into check_test_cases() by Neil Armstrong · 3 years, 4 months ago
- 9d8716c Merge pull request #5739 from gilles-peskine-arm/depends-curves-positive-only by Gilles Peskine · 3 years, 4 months ago
- afbfed9 Merge pull request #5582 from gilles-peskine-arm/ssl-opt-auto-psk by Gilles Peskine · 3 years, 4 months ago
- 09030a3 Refine component_check_test_requires_psa_disabled change grep options order for better compatibility by Neil Armstrong · 3 years, 4 months ago
- 9d0a3e8 generate_tls13_compat_tests.py: Fix/Unify parameter ordering by Ronald Cron · 3 years, 4 months ago
- df5f868 ssl-opt.sh: Fix/Unify TLS 1.3 test descriptions by Ronald Cron · 3 years, 4 months ago
- a841c2a test_cmake_out_of_source: run an ssl-opt test case that exists by Gilles Peskine · 3 years, 4 months ago
- 7393ec5 test_cmake_out_of_source: validate that ssl-opt passed by Gilles Peskine · 3 years, 4 months ago
- 4ad82e4 Add component_check_test_requires_psa_disabled used to check if some tests requiring PSA to be disabled are presemt by Neil Armstrong · 3 years, 4 months ago
- 17e350b Short-tag AEAD with the nominal length are encoded as nominal AEAD by Gilles Peskine · 3 years, 5 months ago
- 61548d1 Only exercise Brainpool curve keys on one algorithm by Gilles Peskine · 3 years, 5 months ago
- 4bd90dc Don't exercise OAEP with small key and large hash by Gilles Peskine · 3 years, 5 months ago
- e6b85b4 Storage format tests: exercise operations with keys by Gilles Peskine · 3 years, 5 months ago
- 16b2506 Abbreviate descriptions of generated PSA storage tests by Gilles Peskine · 3 years, 5 months ago
- e8e058c Unify the code to shorten expressions by Gilles Peskine · 3 years, 5 months ago
- 564fae8 Refactor usage flag formatting and implication by Gilles Peskine · 3 years, 5 months ago
- 7de7c10 Storage format tests: cover algorithms for each key type by Gilles Peskine · 4 years, 3 months ago
- fa70ced Remove ad hoc is_valid_for_signature method by Gilles Peskine · 3 years, 5 months ago
- 09dc05b Merge pull request #5635 from gilles-peskine-arm/psa-test-op-fail by Gilles Peskine · 3 years, 4 months ago
- e2c342b Don't test with all-but-one elliptic curves by Gilles Peskine · 3 years, 4 months ago
- 9473229 Fix compat.sh invocation in basic-built-test.sh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 45e680e Explain why we check that a certain feature is enabled by Gilles Peskine · 3 years, 4 months ago
- 5417d48 Remove mostly-redundant test build by Gilles Peskine · 3 years, 4 months ago
- 296787f Rm DES from invocations of compat.sh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 7d904e7 Test MBEDTLS_PSA_CRYPTO_CONFIG_FILE and MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE by Gilles Peskine · 3 years, 4 months ago
- e10df77 Test MBEDTLS_USER_CONFIG_FILE as such by Gilles Peskine · 3 years, 4 months ago
- f479827 Remove obsolete comment by Gilles Peskine · 3 years, 4 months ago
- 2003c2f Simplify build_mbedtls_config_file by Gilles Peskine · 3 years, 4 months ago
- ebfee6e check-generated-files.sh -u: don't update file timestamps by Gilles Peskine · 3 years, 4 months ago
- e630095 Test attempts to use a public key for a private-key operation by Gilles Peskine · 4 years, 3 months ago
- a401386 A key agreement algorithm can contain a key derivation by Gilles Peskine · 4 years, 3 months ago
- d79e3b9 In NOT_SUPPORTED test case descriptions, show what is not supported by Gilles Peskine · 4 years, 3 months ago
- c82f62e Merge pull request #4907 from gilles-peskine-arm/config-baremetal-size-3.0 by Gilles Peskine · 3 years, 4 months ago
- 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
- 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
- a980adf Merge pull request #5637 from ronald-cron-arm/version-negotiation-1 by Ronald Cron · 3 years, 4 months ago
- a1b8f6e ssl-opt.sh: Do not force TLS 1.3 on client by Ronald Cron · 3 years, 5 months ago
- f660655 TLS: Allow hybrid TLS 1.2/1.3 in default configurations by Ronald Cron · 3 years, 5 months ago
- 1c41501 Merge pull request #5632 from tom-cosgrove-arm/seclib-667-sha512-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 4 months ago