aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-17Add missing logic for accelerated ECB under MBEDTLS_PSA_CRYPTO_CONFIGdev/gilles-peskine-arm/psa-test-op-failGilles Peskine1-1/+2
2022-03-16Fix psa_mac_verify() returning BUFFER_TOO_SMALLGilles Peskine1-0/+14
2022-03-16If a cipher algorithm is not supported, fail during setupGilles Peskine1-0/+36
2022-03-16Use a plausible input size with asymmetric verificationGilles Peskine1-1/+11
2022-03-16Test attempts to use a public key for a private-key operationGilles Peskine3-14/+46
2022-03-16Make psa_key_derivation_setup return early if the key agreement is not supportedGilles Peskine1-0/+14
2022-03-16Make psa_key_derivation_setup return early if the hash is not supportedGilles Peskine1-0/+19
2022-03-16Simplify is_kdf_alg_supported in psa_key_derivation_setup_kdfGilles Peskine1-32/+28
2022-03-16A key agreement algorithm can contain a key derivationGilles Peskine2-3/+23
2022-03-16In NOT_SUPPORTED test case descriptions, show what is not supportedGilles Peskine1-1/+6
2022-03-16Add a few manual test casesGilles Peskine1-0/+15
2022-03-16Systematically generate test cases for operation setup failureGilles Peskine2-21/+438
2022-03-16Add knowledge of the compatibility of key types and algorithmsGilles Peskine1-0/+62
2022-03-16Add knowledge of algorithmsGilles Peskine1-0/+151
2022-03-16Generate test cases for hash operation failureGilles Peskine2-5/+52
2022-03-16New test suite for systematically generated operation failure testsGilles Peskine2-0/+34
2022-03-16Declare PSA_WANT_ALG_CCM_STAR_NO_TAG and use it in testsGilles Peskine3-9/+22
2022-03-15Declare modules used by generate_psa_tests.py as dependenciesGilles Peskine2-0/+8
2022-03-15Add missing type annotationGilles Peskine1-1/+1
2022-03-15Simplify key_for_usage_flagsGilles Peskine1-22/+12
2022-03-15Merge pull request #3624 from daxtens/timelessDave Rodgman19-15/+127
2022-03-14Merge pull request #5547 from tom-cosgrove-arm/seclib-667-sha256-acceleration...Dave Rodgman6-11/+380
2022-03-14Merge pull request #5139 from mprse/key_der_eccManuel Pégourié-Gonnard7-18/+555
2022-03-11Add change log entry for psa ECC key derivationPrzemek Stekiel1-0/+3
2022-03-10Merge pull request #5510 from SiliconLabs/feature/PSEC-3269-MD-X.509-hashingGilles Peskine4-69/+140
2022-03-10Merge pull request #5292 from mprse/asym_encryptGilles Peskine10-251/+1544
2022-03-10Merge pull request #5454 from gstrauss/cert_cb-user_dataManuel Pégourié-Gonnard8-44/+172
2022-03-10Adjust comment describing mbedtls_ssl_set_hs_own_cert()Glenn Strauss1-3/+3
2022-03-10Merge pull request #2229 from RonEld/fix_test_md_api_violationDave Rodgman2-0/+4
2022-03-08Merge pull request #5448 from lhuang04/tls13_alpnPaul Elliott3-0/+206
2022-03-08Merge pull request #5524 from mprse/tls_ecdh_2cManuel Pégourié-Gonnard6-92/+126
2022-03-08psa_crypto.c, test_suite_psa_crypto.function: fix stylePrzemek Stekiel2-8/+8
2022-03-08asymmetric_encryption.h: trim trailing spacesPrzemek Stekiel1-2/+2
2022-03-08asymmetric_encrypt: handle forced outputPrzemek Stekiel1-12/+21
2022-03-08asymmetric_encrypt: add remining test driver casesPrzemek Stekiel1-3/+27
2022-03-07Fix RSA sanity checks for asymmetric_encryptGilles Peskine2-34/+96
2022-03-07Merge pull request #5571 from superna9999/5162-pk-rsa-signingGilles Peskine2-0/+76
2022-03-07Merge pull request #5506 from superna9999/4964-extend-psa-one-shot-multipartGilles Peskine2-6/+680
2022-03-07Merge pull request #5579 from SiliconLabs/erase_secret_before_freeGilles Peskine2-0/+6
2022-03-07Merge pull request #4408 from gilles-peskine-arm/storage-format-check-mononicityGilles Peskine5-40/+213
2022-03-07WIP: Add asymmetric_encrypt test casePrzemek Stekiel2-0/+110
2022-03-07Improving readability of x509_crt and x509write_crt for PRpespacek2-10/+9
2022-03-07Improving readability of x509_crt and x509write_crtpespacek2-25/+24
2022-03-07Change names rsa->asymmetric_encryptionPrzemek Stekiel4-49/+64
2022-03-07Use PSA_INIT() in mac_multipart_internal_func()Neil Armstrong1-1/+1
2022-03-06Restore build options for mbedtls_ecc_group_of_psa() and related functionsPrzemek Stekiel1-6/+30
2022-03-04Ensure files get closed when they go out of scopeGilles Peskine3-35/+40
2022-03-04Fix typo and align on US spellingGilles Peskine1-3/+3
2022-03-04Add ChangeLog entry for fix to mbedtls_md_process() testTom Cosgrove1-0/+3
2022-03-04Fix test_suite_md API violationRon Eldor1-0/+1