aboutsummaryrefslogtreecommitdiff
path: root/tests/suites/test_suite_pk.function
AgeCommit message (Expand)AuthorFilesLines
2020-06-26tests: Get rid of mbedtls_test_unhexify() in unit test codeRonald Cron1-8/+4
2020-06-12tests: Reformating due to rnd_* renamingRonald Cron1-98/+76
2020-06-12tests: Add mbedtls_test_ prefix to rnd_* symbolsRonald Cron1-44/+44
2020-06-12tests: Add mbedtls_test_ prefix to *hexify functionsRonald Cron1-1/+1
2020-06-10tests: helpers: Update static qualifiersRonald Cron1-2/+0
2020-06-10tests: Create an include folderRonald Cron1-1/+1
2020-01-31Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encodingGilles Peskine1-2/+2
2020-01-31pk tests: USE_PSA_CRYPTO: test several curvesGilles Peskine1-8/+16
2020-01-31pk tests: USE_PSA_CRYPTO: test attributes of the PSA keyGilles Peskine1-1/+12
2020-01-21Add missing return code check on calls to mbedtls_md()Gilles Peskine1-1/+3
2019-11-26Rename some signature-related identifiersGilles Peskine1-1/+1
2019-11-12test_suite_pk: pk_genkey: support a variable key size or curveGilles Peskine1-9/+23
2019-11-12test_suite_pk: check the signature size after pk_signGilles Peskine1-3/+8
2019-11-12test_suite_pk: fix use of sig_len without initializationGilles Peskine1-0/+4
2019-09-24Reduce stack usage of test_suite_pkRon Eldor1-8/+8
2019-08-16Merge remote-tracking branch 'crypto/pr/212' into developmentJaeden Amero1-27/+36
2019-08-01Fix PSA init/deinit in mbedtls_xxx tests when using PSAGilles Peskine1-2/+16
2019-07-19Test PSA functions against PSA_SUCCESS, not 0Gilles Peskine1-1/+1
2019-07-19Test suites: cope with psa_crypto_init failureGilles Peskine1-2/+2
2019-06-20Rename psa_helpers.function to psa_crypto_helpers.hGilles Peskine1-1/+1
2019-06-05Create PSA-specific helper function fileGilles Peskine1-2/+5
2019-06-05Convert cipher and pk to PSA attribute-based key creationGilles Peskine1-23/+13
2019-05-17Rename psa_generate_random_key back to psa_generate_keyGilles Peskine1-1/+1
2019-05-17Rename *KEYPAIR* to *KEY_PAIR*Gilles Peskine1-1/+1
2019-05-03Rename psa_generate_key() and psa_generator_import_key()Adrian L. Shaw1-1/+1
2019-04-24Rename functions that inject key material to an allocated handleGilles Peskine1-1/+1
2019-02-13psa: Initialize crypto in tests that need toJaeden Amero1-0/+2
2019-02-05Merge development-psa commit 80b5662 into development-psa-merged branchAndrzej Kurek1-18/+39
2019-02-01Adapt test in test_suite_pk to work with new PSA public key formatHanno Becker1-18/+39
2019-01-31Merge development commit 8e76332 into development-psaAndrzej Kurek1-0/+422
2019-01-25PSA: Adapt PK test suite to new key policy initialization APIHanno Becker1-1/+1
2019-01-25PSA: Adapt PK test suite to modified key slot allocation mechanismHanno Becker1-1/+1
2019-01-08Adapt to the new key allocation mechanismAndrzej Kurek1-6/+6
2018-11-23Merge branch 'iotssl-2578-psa-sig-verification' into development-psa-proposedHanno Becker1-1/+2
2018-11-22pk_wrap: test if a valid md_alg is passed to ecdsa_verify_wrapAndrzej Kurek1-1/+2
2018-11-22Fix test that wasn't actually effectiveManuel Pégourié-Gonnard1-0/+1
2018-11-22Align names to use "opaque" only everywhereManuel Pégourié-Gonnard1-5/+5
2018-11-22Implement pk_sign() for opaque ECDSA keysManuel Pégourié-Gonnard1-0/+61
2018-11-22Add tests for unsupported operations/functionsManuel Pégourié-Gonnard1-1/+29
2018-11-22Implement can_do for opaque ECC keypairsManuel Pégourié-Gonnard1-0/+10
2018-11-22Add support for get_(bit)len on opaque keysManuel Pégourié-Gonnard1-1/+6
2018-11-22Add key generation to opaque test functionManuel Pégourié-Gonnard1-3/+39
2018-11-22Implement alloc/free wrappers for pk_opaque_psaManuel Pégourié-Gonnard1-0/+19
2018-09-11Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restr...Manuel Pégourié-Gonnard1-71/+38
2018-08-06Rename HexParam_t -> data_t for consistent coding styleAzim Khan1-10/+10
2018-08-06Combine hex parameters in a structAzim Khan1-35/+30
2018-08-06Intermediate hexify out changeAzim Khan1-56/+28
2018-07-02Justify some max_ops settings in test_suite_pkManuel Pégourié-Gonnard1-1/+5
2018-06-13Merge branch 'development' into iotssl-1260-non-blocking-ecc-restrictedManuel Pégourié-Gonnard1-35/+42
2018-03-13Merge remote-tracking branch 'upstream-restricted/pr/351' into development-re...Gilles Peskine1-4/+8