aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-11-21Remove exporter scriptJaeden Amero1-9/+0
2018-11-21Merge pull request #92 from ARMmbed/dev/dgreen-arm/import-export-mergeJaeden Amero10-2/+805
2018-11-20psa: Extend psa_generate_key to support persistent lifetimesDarryl Green3-11/+96
2018-11-20psa: Implement persistent keysDarryl Green5-0/+505
2018-11-20psa: Add storage implementation for filesDarryl Green4-0/+213
2018-11-20Add library as valid header file locationDarryl Green2-2/+2
2018-11-20Add config-default.h to test-ref-configs.plGilles Peskine1-0/+4
2018-11-19Merge tag 'mbedtls-2.14.0' into feature-psaJaeden Amero63-1115/+3768
2018-11-19Update library version number to 2.14.0Simon Butcher1-2/+2
2018-11-19Add test for overly long PSK in TLS-1.2 PSK-to-MS KDFHanno Becker1-0/+4
2018-11-19Add SHA-384 tests for TLS 1.2 PSK-to-MS key derivationHanno Becker1-0/+12
2018-11-19Add tests for TLS-1.2 PSK-to-MS derivationHanno Becker1-0/+15
2018-11-16Add missing dependency in an ECDH test caseGilles Peskine1-1/+1
2018-11-16Add a test case for key agreement with a following KDFGilles Peskine1-0/+4
2018-11-16Add test vectors for TLS 1.2 PRFHanno Becker1-4/+65
2018-11-14Factor common code into key_agreement_with_selfGilles Peskine1-42/+38
2018-11-14Allow ECDH-only public key in ECDHGilles Peskine1-0/+11
2018-11-14Add import/export test of EC public keyGilles Peskine1-7/+11
2018-11-14Add multipart key agreement testsGilles Peskine2-15/+38
2018-11-14key_agreement_capacity: test the actual capacity as wellGilles Peskine1-0/+16
2018-11-14Factor usage_to_exercise into its own functionGilles Peskine1-13/+28
2018-11-14Use ASSERT_ALLOC in key agreement testsGilles Peskine1-2/+4
2018-11-14Fix a memory leak in a testGilles Peskine1-0/+1
2018-11-14Implement ECDHGilles Peskine1-5/+69
2018-11-14Key agreement test functionsGilles Peskine1-0/+81
2018-11-14New API function: psa_key_agreementGilles Peskine2-0/+156
2018-11-14Key agreement: macros for finite-field Diffie-Hellman, ECDHGilles Peskine2-0/+31
2018-11-14New algorithm category: key selectionGilles Peskine3-6/+47
2018-11-12Revert "New function mbedtls_rsa_get_bitlen"Gilles Peskine3-61/+16
2018-11-12Revert "fixup! New function mbedtls_rsa_get_bitlen"Gilles Peskine1-1/+0
2018-11-12Reject non-byte-aligned RSA keysGilles Peskine1-4/+36
2018-11-12Merge remote-tracking branch 'restricted/pr/510' into development-restricted-...Simon Butcher2-7/+105
2018-11-08psa: test: Fix truncation of message by snprintfJaeden Amero1-1/+1
2018-11-08Fix a test case with incorrect dependencyGilles Peskine1-2/+2
2018-11-07Add tests of using cipher in bad state casesMoran Peker2-0/+58
2018-11-07Add tests that check export failures after illegal behaviorMoran Peker2-0/+126
2018-11-07Add tests that checks key management corner casesMoran Peker2-0/+57
2018-11-07Merge remote-tracking branch 'public/pr/2079' into development-restricted-pro...Simon Butcher1-0/+12
2018-11-07Merge remote-tracking branch 'public/pr/1641' into development-restricted-pro...Simon Butcher31-551/+384
2018-11-07Merge remote-tracking branch 'public/pr/2167' into development-restricted-pro...Simon Butcher4-0/+73
2018-11-06Fix test data in an old formatGilles Peskine1-2/+2
2018-11-06Merge pull request #171 from ARMmbed/asymmetric_apis_coverageJaeden Amero1-0/+12
2018-11-06Fix sign test dependencies and used algorithmMohammad AboMokh1-2/+2
2018-11-06Merge pull request #170 from ARMmbed/increase_psa_key_derivation_code_coverageJaeden Amero2-0/+94
2018-11-06Merge pull request #182 from ARMmbed/psa-asymmetric-format-raw_private_keyJaeden Amero2-87/+111
2018-11-06Fix test dependencies listsMohammad AboMokh1-4/+5
2018-11-05Refactor and rename test hash_verify_bad_paths to hash_verify_bad_argsitayzafrir2-29/+15
2018-11-05Rename test hash_finish_bad_paths to hash_finish_bad_argsitayzafrir2-6/+5
2018-11-05Add test hash_bad_orderitayzafrir2-35/+40
2018-11-05Refactor hash multi part testitayzafrir1-15/+18