- 31b1cb8 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
- b1e33fb Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
- 8cc43f2 Fix unused-function error for ecjpake_operation_setup in test_suite_psa_crypto.function by Michael Schuster · 1 year, 2 months ago
- b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 5 months ago
- 3de040f Use TEST_FAIL in threaded tests by Ryan Everett · 1 year, 5 months ago
- 6c48870 Fix typo in thread_import_key by Ryan Everett · 1 year, 5 months ago
- 5061999 Add test function for concurrently using the same persistent key by Ryan Everett · 1 year, 5 months ago
- 73e4ea3 Add key_destroyable parameter to non-raw key agreement smoke tests by Ryan Everett · 1 year, 5 months ago
- 8163028 Add key_destroyable parameter to raw key agreement smoke tests by Ryan Everett · 1 year, 5 months ago
- c1cc668 Add key_destroyable parameter to key derivation smoke tests by Ryan Everett · 1 year, 5 months ago
- 0a271fd Add key_destroyable parameter to mbedtls_test_psa_exercise_key by Ryan Everett · 1 year, 5 months ago
- 93fa4e1 Merge branch 'development' into buffer-sharing-merge by David Horstmann · 1 year, 5 months ago
- 3a1b786 Add a concurrent key generation test function by Ryan · 1 year, 5 months ago
- a517563 Merge branch 'development-restricted' into copying-pake by David Horstmann · 1 year, 5 months ago
- 4c32b69 Ignore domain parameters in RSA key generation by Gilles Peskine · 1 year, 6 months ago
- cf3457e Merge pull request #1132 from davidhorstmann-arm/copying-aead by David Horstmann · 1 year, 6 months ago
- 092ce51 Rename "key generation method" to "key production parameters" by Gilles Peskine · 1 year, 6 months ago
- e7a7013 Remove initialization function for variable-length struct by Gilles Peskine · 1 year, 6 months ago
- c81393b generate/derive key ext: pass method_data_length rather than method_length by Gilles Peskine · 1 year, 6 months ago
- 7a18f96 psa_generate_key_ext: RSA: support custom public exponent by Gilles Peskine · 1 year, 6 months ago
- f0765fa Implement psa_generate_key_ext, psa_key_derivation_output_key_ext by Gilles Peskine · 1 year, 6 months ago
- 1d25a0a Refactoring: extract rsa_test_e by Gilles Peskine · 1 year, 6 months ago
- f45589b Merge pull request #8198 from silabs-Kusumit/kdf_incorrect_initial_capacity by Gilles Peskine · 1 year, 6 months ago
- b8dc245 Update buffer start and length in multipart test by David Horstmann · 1 year, 6 months ago
- 52402ec Fix bug in PSA AEAD test by David Horstmann · 1 year, 8 months ago
- 047c724 Merge remote-tracking branch 'restricted/development-restricted' into update-development-r by Dave Rodgman · 1 year, 6 months ago
- 433a58c Fix magic numbers in more J-PAKE tests by David Horstmann · 1 year, 6 months ago
- 34c6e8a Merge pull request #8700 from valeriosetti/issue8461 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
- 4860a6c test_suite_psa_crypto: revert known failing checks for [en|de]cryption with opaque keys by Valerio Setti · 1 year, 7 months ago
- f202c29 test_suite_psa_crypto: test asymmetric encryption/decryption also with opaque keys by Valerio Setti · 1 year, 7 months ago
- 9ffd397 Increase input parameter type and buffer size by Kusumit Ghoderao · 1 year, 8 months ago
- db6e029 test_suite_psa_crypto: test also MBEDTLS_ECP_DP_MAX in ecc_conversion_functions_fail() by Valerio Setti · 1 year, 7 months ago
- ac73952 test_suite_psa_crypto: improve failing tests for EC conversion functions by Valerio Setti · 1 year, 7 months ago
- ad81967 test_suite_psa_crypto: explicitly check return values of conversion functions by Valerio Setti · 1 year, 7 months ago
- bf999cb test_suite_psa_crypto: add test functions and cases for ECC conversion functions by Valerio Setti · 1 year, 7 months ago
- d90fbf7 Adjuest checks in generate_key_rsa suite by Pengyu Lv · 1 year, 8 months ago
- 9e976f3 Conditionally check the attribute of generated RSA key by Pengyu Lv · 1 year, 8 months ago
- c7cc83c Merge pull request #1119 from davidhorstmann-arm/psa-buffer-copy-fn by Dave Rodgman · 1 year, 9 months ago
- 7dd8205 Remove extra blank line at end of file by David Horstmann · 1 year, 9 months ago
- ad33ab3 Move buffer copy tests into new testsuite by David Horstmann · 1 year, 9 months ago
- 86cdc76 Switch to TEST_CALLOC_NONNULL() by David Horstmann · 1 year, 9 months ago
- b838151 Switch from ret to status as naming convention by David Horstmann · 1 year, 9 months ago
- 8075c7f Switch from int to psa_status_t for test args by David Horstmann · 1 year, 9 months ago
- ac12d2d Remove psa_crypto_ prefix from test functions by David Horstmann · 1 year, 9 months ago
- 8995b50 Remove superfluous comment by David Horstmann · 1 year, 9 months ago
- 676cfdd Replace compound-initializers with memset by David Horstmann · 1 year, 9 months ago
- 8f77dc7 Refactor: move buffer pattern fills into helper by David Horstmann · 1 year, 9 months ago
- 70fda48 Add full round-trip tests for buffer copying by David Horstmann · 1 year, 9 months ago
- 5b9c217 Add test case for overlapping buffers by David Horstmann · 1 year, 9 months ago
- 9700876 Add testcases for psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
- 0fee689 Simplify zero-length buffers to always be NULL by David Horstmann · 1 year, 9 months ago
- 03b0472 Zero-length test for psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
- f06ac88 Add extra testcases for buffer copying by David Horstmann · 1 year, 9 months ago
- 24f11f9 Add testcases for psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
- 2f96423 Add testcases for psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
- 0b241ee Add testcases for psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
- 6c68df4 Convert interruptible test over to using TEST_CALLOC by Paul Elliott · 1 year, 10 months ago
- ae3cda9 Merge pull request #8092 from silabs-Kusumit/PBKDF2_output_key by Gilles Peskine · 1 year, 11 months ago
- 5edb942 Merge pull request #8041 from mpg/tfm-p256m by Manuel Pégourié-Gonnard · 1 year, 11 months ago
- 0ddffb6 Merge pull request #7210 from sergio-nsk/patch-2 by Gilles Peskine · 1 year, 11 months ago
- 0509b58 Fix INVALID vs NOT_SUPPORTED issue in test suite by Manuel Pégourié-Gonnard · 2 years ago
- 7c61ffc Rename parse_binary_string function by Kusumit Ghoderao · 1 year, 11 months ago
- ac7a04a Move parse_binary_string function to psa_crypto_helpers by Kusumit Ghoderao · 2 years ago
- e7700a7 Merge pull request #7936 from AgathiyanB/assert-false-macro by Tom Cosgrove · 2 years ago
- 2ec9892 Merge pull request #6253 from tom-cosgrove-arm/rename-assert_compare-to-test_assert_compare by Dave Rodgman · 2 years ago
- 1eacae8 test: check exported length against proper MAX_SIZE by Valerio Setti · 2 years ago
- 0540fe7 Fix code style by Tom Cosgrove · 2 years ago
- f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
- 19fec54 test: remove GENPRIME dependency when RSA_KEY_PAIR_GENERATE by Valerio Setti · 2 years ago
- e4e9e7d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 2 years, 1 month ago
- 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years, 1 month ago
- 412a813 For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 2 years, 1 month ago
- f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years, 1 month ago
- 65cd851 For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 2 years, 1 month ago
- dc28a5a Rename ASSERT_FALSE to TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
- ebb40bc Add ASSERT_FALSE macro for tests by Agathiyan Bragadeesh · 2 years, 1 month ago
- d8c4549 Merge pull request #7432 from oberon-microsystems/fix-test-ecjpake-to-pms-dependency by Gilles Peskine · 2 years, 1 month ago
- acab57b test: replace RSA_KEY_PAIR_LEGACY with proper symbols by Valerio Setti · 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
- 28daefa Fix fall through warning by Kusumit Ghoderao · 2 years, 2 months ago
- f28e0f5 Fix code style by Kusumit Ghoderao · 2 years, 2 months ago
- 81797fc Add cost and password steps to derive_output_test function 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
- 2eff33c Merge pull request #6716 from gilles-peskine-arm/test-argument-types-union by Gilles Peskine · 2 years, 3 months ago
- d60dfc0 Add test for parse_binary_string by Kusumit Ghoderao · 2 years, 3 months ago
- 0f2f996 change binary_string_parser for big-endian input by Kusumit Ghoderao · 2 years, 3 months ago
- b6ad682 Update tests/suites/test_suite_psa_crypto.function by Kusumit-Silabs · 2 years, 3 months ago
- af0225e change binary_string_parser for big-endian input by Kusumit Ghoderao · 2 years, 3 months ago
- 12e0b4b Use key_type_arg for determining input method by Kusumit Ghoderao · 2 years, 3 months ago
- 2e7c33d Use import_with_data for testing FFDH invalid key length by Przemek Stekiel · 2 years, 3 months ago
- 4ea4ad0 parse_function_arguments: stricter type parsing by Gilles Peskine · 2 years, 8 months ago
- 654bef0 Fix typos, comments, style, optimize macros by Przemek Stekiel · 2 years, 8 months ago
- 1d9c2b6 Adapt import/export test for FFDH by Przemek Stekiel · 2 years, 8 months ago
- 7415539 Fix code style by Kusumit Ghoderao · 2 years, 4 months ago
- 3b27a7f Fix hex_string converter by Kusumit Ghoderao · 2 years, 4 months ago
- a14ae5a Fix input_integer testing by Kusumit Ghoderao · 2 years, 4 months ago
- 78109f5 Fix derive_ecjpake_to_pms dependency to PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS. by Stephan Koch · 2 years, 4 months ago
- 02326d5 Test key_derivation_input_integer function by Kusumit Ghoderao · 2 years, 4 months ago
- 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago