- 76336c3 Enforce minimum key size when generating RSA key size by Waleed Elmelegy · 2 years, 1 month ago
- 19fec54 test: remove GENPRIME dependency when RSA_KEY_PAIR_GENERATE by Valerio Setti · 2 years ago
- acab57b test: replace RSA_KEY_PAIR_LEGACY with proper symbols by Valerio Setti · 2 years, 1 month ago
- 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 27c501a lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT by Valerio Setti · 2 years, 1 month ago
- 2a63460 psa: fix guards for EC key derivation by Valerio Setti · 2 years, 2 months ago
- 6a9d0ee library/test: replace LEGACY symbol with BASIC_IMPORT_EXPORT by Valerio Setti · 2 years, 2 months ago
- f099770 test: replace ECC_KEY_PAIR_LEGACY with GENERATE by Valerio Setti · 2 years, 2 months ago
- c2a4fb7 test: replace ECC_KEY_PAIR_LEGACY with DERIVE by Valerio Setti · 2 years, 2 months ago
- cbfe333 add test case for zero input cost by Kusumit Ghoderao · 2 years, 1 month ago
- 42b02b9 Add test and test case for input cost greater than vendor maximum by Kusumit Ghoderao · 2 years, 2 months ago
- ff7f861 tests: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
- f45a5a0 Merge pull request #7700 from silabs-Kusumit/PBKDF2_output_bytes by Gilles Peskine · 2 years, 2 months ago
- 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
- b31059f Remove negative tests for input validation by Kusumit Ghoderao · 2 years, 2 months ago
- c63d140 Add negative cases for pbkdf2 output by Kusumit Ghoderao · 2 years, 2 months ago
- 2b5c91b Add RFC tests for pbkdf2 output by Kusumit Ghoderao · 2 years, 2 months ago
- e70a8bb Change derive_input test cases for implemented output_bytes by Kusumit Ghoderao · 2 years, 2 months ago
- a1b4166 Merge pull request #7547 from silabs-Kusumit/PBKDF2_input_validation by Gilles Peskine · 2 years, 2 months ago
- b20f13a Change input cost type to uint64_t and fix max iteration test case by Kusumit Ghoderao · 2 years, 2 months ago
- 5e7ef20 Add test case for PSA_VENDOR_PBKDF2_MAX_ITERATIONS by Kusumit Ghoderao · 2 years, 2 months ago
- 0202ccc Add tests with direct and key output by Kusumit Ghoderao · 2 years, 2 months ago
- 1d046fa Merge pull request #6010 from mprse/ffdh_import_export by Manuel Pégourié-Gonnard · 2 years, 3 months ago
- d98ae2f Add AES 128-bit key dependency in test_suite_psa_crypto.data by Yanray Wang · 2 years, 4 months ago
- ecb6a02 Add AES 128-bit key dependency for tests data by Yanray Wang · 2 years, 4 months ago
- 056f0c5 Make output_byte return not_supported for pbkdf2 by Kusumit Ghoderao · 2 years, 3 months ago
- 7c05c00 Add test cases for pbkdf2 input functions by Kusumit Ghoderao · 2 years, 3 months ago
- c70d9ea Merge pull request #7412 from silabs-Kusumit/PBKDF2_implementation by Gilles Peskine · 2 years, 3 months ago
- d60dfc0 Add test for parse_binary_string by Kusumit Ghoderao · 2 years, 3 months ago
- 6d85afa Fix naming: FFDH key -> DH key and fix guard in psa_validate_key_type_and_size_for_key_generation by Przemek Stekiel · 2 years, 3 months ago
- e93c90e Merge pull request #7433 from oberon-microsystems/fix-psa-aead-chacha20-test-dependency by Dave Rodgman · 2 years, 3 months ago
- c6fdf1b Add tests with INPUT_INTEGER as key_type_arg by Kusumit Ghoderao · 2 years, 3 months ago
- 2c9fc07 Fix FFDH tests dependencies by Przemek Stekiel · 2 years, 3 months ago
- 2e7c33d Use import_with_data for testing FFDH invalid key length by Przemek Stekiel · 2 years, 3 months ago
- 654bef0 Fix typos, comments, style, optimize macros by Przemek Stekiel · 2 years, 8 months ago
- 9e65a81 Remove redundant test case (PSA_ALG_FFDH key agreement is now supported) by Przemek Stekiel · 2 years, 8 months ago
- b231c9d Add FFDH key agreement tests by Przemek Stekiel · 2 years, 8 months ago
- 564eb58 Add FFDH key generation tests by Przemek Stekiel · 2 years, 8 months ago
- 44babc0 Add import/export FFDH key tests by Przemek Stekiel · 2 years, 8 months ago
- a14ae5a Fix input_integer testing by Kusumit Ghoderao · 2 years, 4 months ago
- 25c739b Fix PSA AEAD ChaCha20 test dependency. by Stephan Koch · 2 years, 4 months ago
- 5278986 psa: fix ECP guards for key derivation by Valerio Setti · 2 years, 4 months ago
- d49cbc1 test: fix remaining failures in test due to the ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
- 02326d5 Test key_derivation_input_integer function by Kusumit Ghoderao · 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
- e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
- 659aa68 test: use BUILTIN symbols in as weierstrass key derivation guard by Valerio Setti · 2 years, 5 months ago
- a532983 test: add legacy dependency for weierstrass key derivation by Valerio Setti · 2 years, 5 months ago
- 8965b65 Remove now-spurious dependencies by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 1d3bf24 test_suite_psa_crypto: use PSA_WANT by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 7abdf7e Add utility function to check for drivers init by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- a25203c Merge pull request #7208 from paul-elliott-arm/interruptible_sign_hash_new_verify_tests by Gilles Peskine · 2 years, 5 months ago
- c0e7da5 test: removing remaning dependencies of PK_WRITE/PK_PARSE from test_suite_psa_crypto suites by Valerio Setti · 2 years, 5 months ago
- f9bc5b7 test: remove dependencies on PK_WRITE and PK_PARSE from test_suite_psa_crypto suites by Valerio Setti · 2 years, 5 months ago
- a5ffa93 Merge pull request #7142 from mpg/driver-only-ecdh-starter by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 8c09205 Add public key verification tests by Paul Elliott · 2 years, 5 months ago
- 5770224 Rename max ops tests to ops tests by Paul Elliott · 2 years, 5 months ago
- 17152df Merge pull request #7175 from paul-elliott-arm/interruptible_sign_hash_test_comments by Dave Rodgman · 2 years, 5 months ago
- cd7e8bc Change max_ops=min tests to use zero by Paul Elliott · 2 years, 5 months ago
- c203350 Give edge case tests a better name by Paul Elliott · 2 years, 5 months ago
- d1c001a Fix some dependencies in test_suite_psa_crypto by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 0af1b53 Remove some abbrevations from test descriptions. by Paul Elliott · 2 years, 6 months ago
- a4cb909 Add max ops tests by Paul Elliott · 2 years, 6 months ago
- 76d671a Split state tests into two functions by Paul Elliott · 2 years, 6 months ago
- b830b35 Shorten test descriptions. by Paul Elliott · 2 years, 6 months ago
- 0e9d6bd Replace MBEDTLS_ECP_DP_SECP384R1_ENABLED by Paul Elliott · 2 years, 6 months ago
- 813f9cd Non ECDSA algorithms should return not supported by Paul Elliott · 2 years, 6 months ago
- cb23311 Fix incorrect test dependencies part 2 by Paul Elliott · 2 years, 6 months ago
- c4e2be8 Fix incorrect test dependancies by Paul Elliott · 2 years, 6 months ago
- 62dfb95 Fix broken negative test by Paul Elliott · 2 years, 6 months ago
- 97ac7d9 Calculate min/max completes rather than passing in to test by Paul Elliott · 2 years, 7 months ago
- 20a3606 Add State tests by Paul Elliott · 2 years, 8 months ago
- 0c68335 Convert tests to configurable max_ops by Paul Elliott · 2 years, 8 months ago
- 9100797 Negative tests by Paul Elliott · 2 years, 8 months ago
- 712d512 Basic tests by Paul Elliott · 2 years, 8 months ago
- 4db02f2 Add SECRET input validation test cases for PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS by Gilles Peskine · 2 years, 8 months ago
- 6146887 Fix spelling of test dependency by Dave Rodgman · 2 years, 8 months ago
- 024b028 test: split psa_pake function/data from the generic test_suite_psa_crypto by Valerio Setti · 2 years, 9 months ago
- 1070aed test_suite_psa_crypto: do not re-use PAKE's contexts in case of errors by Valerio Setti · 2 years, 9 months ago
- cd356c3 Add ec-jpake test to verify if key can be destroyed after set_password_key by Przemek Stekiel · 2 years, 9 months ago
- faefe62 Merge pull request #6390 from mpg/fix-ecjpake-psa-format by Gilles Peskine · 2 years, 9 months ago
- 8258ea7 test_suite_psa_crypto: adapt dependenies and guards so the test can run in the driver-only build by Przemek Stekiel · 2 years, 10 months ago
- b3c3090 Merge pull request #6383 from mprse/aead_driver_test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- 42bb3ff Adapt expected results in ChaCha20-Poly1305 ( invalid tag length) by Przemek Stekiel · 2 years, 10 months ago
- ec7012d Fix I/O format of PSA EC J-PAKE for compliance by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- 2be1689 Add capacity testing to EC J-PAKE to PMS tests by Andrzej Kurek · 2 years, 11 months ago
- d378504 Add derivation step testing to EC J-PAKE to PMS tests by Andrzej Kurek · 2 years, 11 months ago
- d8705bc Add tests for the newly created ad-hoc EC J-PAKE KDF by Andrzej Kurek · 3 years ago
- 2a73f21 Fixup expected status handling in ecjpake_setup() and add more coverage for psa_pake_set_password_key() by Neil Armstrong · 2 years, 11 months ago
- e5fdf20 Make ecjpake_rounds test depends on PSA_WANT_ALG_TLS12_PSK_TO_MS by Neil Armstrong · 3 years ago
- 8c2e8a6 Add ecjpake_rounds_inject tests to exercise error injection by Neil Armstrong · 3 years, 2 months ago
- f983caf Move JPAKE rounds into a common function, add reordering and error injection by Neil Armstrong · 3 years, 2 months ago
- a24278a Add invalid hash ecjpake_setup() test case by Neil Armstrong · 3 years, 2 months ago
- 9c8b492 Add advanced psa_pake_input/psa_pake_output test in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
- ebd9a03 Cleanup PSA pake test dependency by Neil Armstrong · 3 years, 2 months ago
- d597bc7 Add PSA PAKE tests by Neil Armstrong · 3 years, 2 months ago
- 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
- 6686773 derive_output tests: fix output key length to be consistent with teh description by Przemek Stekiel · 3 years, 2 months ago
- cde3f78 Make info valid only after secret for HKDF-EXPAND + adapt tests by Przemek Stekiel · 3 years, 2 months ago