- f5dcb88 Rework pake input getters tests by Przemek Stekiel · 2 years, 5 months ago
- 6f2d1f4 Further pake tests optimizations by Przemek Stekiel · 2 years, 5 months ago
- 083745e Fix code style by Przemek Stekiel · 2 years, 5 months ago
- bdc21e6 Disable MBEDTLS_PSA_CRYPTO_SE_C is ecdsa psa builds by Przemek Stekiel · 2 years, 5 months ago
- d59d2a4 Optimize pake tests by Przemek Stekiel · 2 years, 6 months ago
- 51a677b Remove support for pake opaque driver by Przemek Stekiel · 2 years, 6 months ago
- 80a8849 Adapt conditional compilation flags for jpake alg by Przemek Stekiel · 2 years, 6 months ago
- 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
- 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
- b45b8ce Disable MBEDTLS_PSA_CRYPTO_SE_C is hash psa builds by Przemek Stekiel · 2 years, 6 months ago
- 3e784d8 PSA crypto pake: call abort on each failure by Przemek Stekiel · 2 years, 6 months ago
- a48cf50 mbedtls_test_transparent_pake_abort: call driver/build-in impl even when status is forced by Przemek Stekiel · 2 years, 6 months ago
- f62b3bb Optimization of pake core functions by Przemek Stekiel · 2 years, 6 months ago
- 9dd2440 Change pake input: key_lifetime -> key attributes by Przemek Stekiel · 2 years, 6 months ago
- dde6a91 Optimize out psa_pake_computation_stage_t by Przemek Stekiel · 2 years, 6 months ago
- ca8d2b2 Add get-data functions for inputs + tests by Przemek Stekiel · 2 years, 7 months ago
- 7b73017 Simplify psa_pake_computation_stage_s structure by Przemek Stekiel · 2 years, 7 months ago
- b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
- 9a5b812 Cleanup the code by Przemek Stekiel · 2 years, 8 months ago
- fcd70e2 Adapt pake driver wrapper tests for the new design by Przemek Stekiel · 2 years, 8 months ago
- e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 8 months ago
- 3f9dbac Adapt ake driver tests to the new design by Przemek Stekiel · 2 years, 8 months ago
- 95629ab Add forced status for pake setup by Przemek Stekiel · 2 years, 8 months ago
- c6b9546 Adapt test_suite_psa_crypto_pake test for the new design by Przemek Stekiel · 2 years, 8 months ago
- 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
- 0c78180 mbedtls_psa_pake_get_implicit_key: move psa_key_derivation_input_bytes call to upper layer by Przemek Stekiel · 2 years, 8 months ago
- 7658a07 Add pake driver wrapper tests by Przemek Stekiel · 2 years, 9 months ago
- 061a016 Add ALG_TLS12_PRF, TLS12_PSK_TO_MS, LG_TLS12_ECJPAKE_TO_PMS support to test driver extensions by Przemek Stekiel · 2 years, 9 months ago
- 6a9785f Add pake.h to test driver header by Przemek Stekiel · 2 years, 9 months ago
- 0379002 Add test components to test accelerated pake and fallback by Przemek Stekiel · 2 years, 9 months ago
- d3da040 Add test driver impl for pake by Przemek Stekiel · 2 years, 9 months ago
- ffb92b0 Merge pull request #7105 from davidhorstmann-arm/fix-oid-printing-bug by Gilles Peskine · 2 years, 6 months ago
- 48c591c Fix warning with GCC 12 by Paul Elliott · 2 years, 6 months ago
- 250a5ac Merge pull request #7095 from paul-elliott-arm/interruptible_sign_hash_codestyle by Gilles Peskine · 2 years, 6 months ago
- e42cedf Merge pull request #7077 from daverodgman/pkcs7-fixes-dm-rebased by Dave Rodgman · 2 years, 6 months ago
- a4fad2b Correct error code in test_suite_x509parse.data by David Horstmann · 2 years, 6 months ago
- 716163e Improve allocation bounds in testing by Dave Rodgman · 2 years, 6 months ago
- 5b5a0b6 Change error codes to more appropriate codes by David Horstmann · 2 years, 6 months ago
- ec718af Merge pull request #7051 from gabor-mezei-arm/6376_Secp521r1_fast_reduction by Janos Follath · 2 years, 6 months ago
- 718eb4f Merge pull request #7025 from AndrzejKurek/uri_san by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- f8e5b56 Fix get_num_ops internal code. by Paul Elliott · 2 years, 6 months ago
- d652dce Add failing test case (invalid signature) for zero-length data by Dave Rodgman · 2 years, 6 months ago
- c5874db Add test-case for signature over zero-length data by Dave Rodgman · 2 years, 6 months ago
- 0af1b53 Remove some abbrevations from test descriptions. by Paul Elliott · 2 years, 6 months ago
- 96b89b2 Add comment to indicate non-PSA spec assertion. by Paul Elliott · 2 years, 6 months ago
- f1743e2 Add verify call to max ops tests by Paul Elliott · 2 years, 6 months ago
- c86d45e Remove spurious incorrect comment by Paul Elliott · 2 years, 6 months ago
- efebad0 Run extra complete in failure tests regardless. by Paul Elliott · 2 years, 6 months ago
- 01885fa Fix include guards on auxiliary test function. 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
- 1243f93 Fix build fails with non ECDSA / restartable builds by Paul Elliott · 2 years, 6 months ago
- 6f60037 Move {min|max}_complete choice logic into function by Paul Elliott · 2 years, 6 months ago
- c977441 Ensure that operation is put into error state if error occurs by Paul Elliott · 2 years, 6 months ago
- f9c91a7 Store the hash, rather than the pointer 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
- ab7c5c8 Change incorrect define for MAX_OPS_UNLIMITED 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, 6 months ago
- 334d726 Ensure ops are tested on successful 'fail' tests by Paul Elliott · 2 years, 7 months ago
- edfc883 Change test loops over to do...while by Paul Elliott · 2 years, 7 months ago
- 59ad945 Add {sign/verify}_hash_abort_internal by Paul Elliott · 2 years, 8 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
- 4cec2f6 Add interruptible to psa_op_fail tests 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
- 555b1f7 Add check for test by Gabor Mezei · 2 years, 6 months ago
- cf22870 Restrict input parameter size for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
- b62ad5d Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
- d8f67b9 Add test generation for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
- e2a9f86 Merge pull request #6971 from gabor-mezei-arm/6026_Secp192r1_fast_reduction by Gilles Peskine · 2 years, 6 months ago
- 895eb7c Add testcases for overlong encoding of OIDs by David Horstmann · 2 years, 6 months ago
- f01de14 Add tests for mbedtls_oid_get_numeric_string() by David Horstmann · 2 years, 6 months ago
- c5e2a4f Merge pull request #6937 from valeriosetti/issue6886 by Gilles Peskine · 2 years, 6 months ago
- 570a0f8 Move to DER certificates for new x509 tests by Andrzej Kurek · 2 years, 6 months ago
- 319a567 Merge pull request #7084 from daverodgman/sizemax-uintmax by Dave Rodgman · 2 years, 6 months ago
- 4077372 Fix SHA requirement for SAN URI tests by Andrzej Kurek · 2 years, 7 months ago
- 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
- 1b08d42 test: fix: replace CAN_ECDSA_SOME with CAN_ECDSA_SIGN+CAN_ECDSA_VERIFY when both are needed by Valerio Setti · 2 years, 6 months ago
- 16f02e0 test: adjust include after PK_CAN_ECDSA_SOME was moved by Valerio Setti · 2 years, 6 months ago
- d928aeb test_suite_ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
- ed02bb1 test_suite_debug: replace ECDSA_C with new ECDSA macros by Valerio Setti · 2 years, 6 months ago
- 5dc6867 test: don't skip debug and ssl suites in test parity for driver only ECDSA by Valerio Setti · 2 years, 6 months ago
- d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 23d4b8b Add check for test by Gabor Mezei · 2 years, 6 months ago
- a9d82dd Keep the description in one place, just refer it by Gabor Mezei · 2 years, 6 months ago
- 178b5bd pk: move MBEDTLS_PK_CAN_ECDSA_SOME macro to pk.h and fix tests by Valerio Setti · 2 years, 6 months ago
- a119cb6 test: remove redundant ECDSA_C dependencies from test_suite_x509parse.data by Valerio Setti · 2 years, 6 months ago
- daa6595 Merge pull request #7046 from mpg/cleanup-md-tests by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 1e4abae Merge pull request #7048 from KloolK/record-size-limit/extend-test-framework by Janos Follath · 2 years, 6 months ago
- 641288b Restore test guards by Dave Rodgman · 2 years, 6 months ago
- 91e8321 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
- a476363 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
- d26d744 Restore guards on a couple of tests by Dave Rodgman · 2 years, 6 months ago
- 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago