- 21c8fe5 Fix compilation errors. by Paul Elliott · 3 years, 9 months ago
- 6d48e20 Indicate nonce sizes invalid for ChaCha20-Poly1305 by Bence Szépkúti · 3 years, 9 months ago
- 357b78e Indicate if we know that a nonce length is invalid by Bence Szépkúti · 3 years, 9 months ago
- 491d849 Fix derive_input test ignoring parameter by Dave Rodgman · 3 years, 9 months ago
- 3f86a90 Update test to handle changed error code by Dave Rodgman · 3 years, 9 months ago
- f1a7ea8 Merge pull request #5092 from mprse/generate_key2 by Gilles Peskine · 3 years, 9 months ago
- 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 4db2624 Fix test bug: some classification flags were not tested by Gilles Peskine · 3 years, 9 months ago
- a4256c1 Ensure that all flags are actually tested by Gilles Peskine · 3 years, 9 months ago
- 4977e9f Add PSA_ALG_IS_HASH_AND_SIGN to the metadata tests by Gilles Peskine · 3 years, 11 months ago
- f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
- c1ec49e Test PSA_HASH_BLOCK_LENGTH by Gilles Peskine · 3 years, 11 months ago
- 386f582 Add a missing psa_crypto test suite test name by Andrzej Kurek · 3 years, 9 months ago
- e3fcb50 Adapt generate_key() test code to mbedTLS standards by Przemyslaw Stekiel · 3 years, 9 months ago
- 0dbe1df Merge pull request #4859 from brett-warren-arm/supported_groups by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 4313d3a Merge pull request #5010 from gilles-peskine-arm/psa-rsa-pss_any_salt by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 7f813d5 add group api tests by Brett Warren · 3 years, 10 months ago
- 136819f Merge pull request #4959 from gilles-peskine-arm/psa-add-aria by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 774b442 Merge pull request #5116 from gilles-peskine-arm/remove-greentea-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 10fad74 Extend CCM*-no-tag tests by Mateusz Starzyk · 3 years, 9 months ago
- f257a6e Add CCM*-no-tag tests for the cipher module. by Mateusz Starzyk · 3 years, 9 months ago
- 475bfe6 Merge pull request #5108 from gilles-peskine-arm/base64-no-table-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- d025422 Remove on-target testing by Gilles Peskine · 3 years, 11 months ago
- c8cc1ff Merge pull request #5062 from mprse/issue_4056 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 93365a7 Rename variable to avoid a name clash by Gilles Peskine · 4 years ago
- ba951f5 Move the list of Base64 digits out of the test data by Gilles Peskine · 4 years ago
- c1776a0 Move declarations of testing-only base64 functions to their own header by Gilles Peskine · 4 years ago
- 2729878 Mark output as public before testing it by Gilles Peskine · 4 years ago
- a64417a Add unit tests for base64 internal functions by Gilles Peskine · 4 years ago
- 4fa0725 Merge pull request #5002 from mstarzyk-mobica/psa_output_buffer_limitation by Gilles Peskine · 3 years, 10 months ago
- ba20fc9 Fix issues pointed by CI by Przemyslaw Stekiel · 3 years, 10 months ago
- 33d01ff Remove redundant value assignemnt to olen. by Mateusz Starzyk · 3 years, 10 months ago
- ed71e92 Add tests for CCM*-no-tag. by Mateusz Starzyk · 3 years, 10 months ago
- 8d468e4 Remove key generation when given argument is invalid from NotSupported class by Przemyslaw Stekiel · 3 years, 10 months ago
- 1b0978b Add test class for key generation by Przemyslaw Stekiel · 3 years, 10 months ago
- 89615ee Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
- 7637ab0 Merge pull request #5037 from mprse/issue_4551 by Gilles Peskine · 3 years, 10 months ago
- 2bb5e9c Merge pull request #4760 from gilles-peskine-arm/ecb-alt-ret-3.0 by Gilles Peskine · 3 years, 10 months ago
- 7780413 Use PSA_HASH_LENGTH instead hardcoded integer values by Przemyslaw Stekiel · 3 years, 10 months ago
- b576c7b Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- d9d630c Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 10 months ago
- b9b817e Fix PSA_ALG_RSA_PSS verification accepting an arbitrary salt length by Gilles Peskine · 3 years, 10 months ago
- 25794d8 Test PSS verification with different salt lengths by Gilles Peskine · 3 years, 10 months ago
- 033b178 Test that a PSS policy doesn't allow PSS_ANY_SALT and vice versa by Gilles Peskine · 3 years, 10 months ago
- f5322b3 Shorten some test descriptions by Gilles Peskine · 3 years, 10 months ago
- 454f31c Add test cases for PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
- a4337d7 Update metadata tests with the new IS_ALG_RSA_PSS_xxx_SALT predicates by Gilles Peskine · 3 years, 10 months ago
- acd2d0e New algorithm PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
- c48f43b Fix PSA AEAD GCM's update output buffer length verification. by Mateusz Starzyk · 3 years, 10 months ago
- f28261f Remove output buffer limitation for PSA with GCM. by Mateusz Starzyk · 3 years, 10 months ago
- 023aa11 Merge pull request #4996 from mprse/mbedtls_cipher_setup_psa_ECB by Gilles Peskine · 3 years, 10 months ago
- cd51e76 Merge pull request #4338 from paul-elliott-arm/psa-m-aead by Ronald Cron · 3 years, 10 months ago
- 86de1b7 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- 8739f0f Fix incorrect nonce length on oneshot test by Paul Elliott · 3 years, 10 months ago
- cc12395 Test invalid nonce length for multipart AEAD with short tag by Gilles Peskine · 3 years, 10 months ago
- 96b332c Test invalid nonce length for one-shot AEAD decryption by Gilles Peskine · 3 years, 10 months ago
- 4ef7bd8 Simplify PSA_ALG_AEAD_WITH_SHORTENED_TAG with full-length tag by Gilles Peskine · 3 years, 10 months ago
- 8c4eb88 test_suite_cipher: add tests for mbedtls_cipher_setup_psa() with ECB by Przemyslaw Stekiel · 3 years, 10 months ago
- bfe3d87 Merge pull request #4842 from gilles-peskine-arm/public_fields-3.0-info by Gilles Peskine · 3 years, 10 months ago
- 745f5f2 Add test for PolyChaCha with shortened tag by Paul Elliott · 3 years, 10 months ago
- 7820a57 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
- 32f46ba Remove ability to turn off chunked ad/data tests by Paul Elliott · 3 years, 11 months ago
- 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
- 6113af6 Fix test code to can be built on alpine by joseph · 3 years, 11 months ago
- 3db0b70 Remove unnecessary test steps by Paul Elliott · 3 years, 11 months ago
- 88ecbe1 Test generated nonce test generates expected sizes by Paul Elliott · 3 years, 11 months ago
- 2c363a8 Add NULL / 0 buffer tests for update test by Paul Elliott · 3 years, 11 months ago
- fbb4c6d Replace AEAD operation init func with macro by Paul Elliott · 3 years, 11 months ago
- a2a09b0 Remove double initialisation of AEAD operation by Paul Elliott · 3 years, 11 months ago
- bb979e7 Rename enum types by Paul Elliott · 3 years, 11 months ago
- bdc2c68 Add missing not setting nonce tests by Paul Elliott · 3 years, 11 months ago
- 3ecdb3e Change test dependencys to PSA_WANT by Paul Elliott · 3 years, 11 months ago
- f0f2294 Merge pull request #4708 from mstarzyk-mobica/ccm_chunked by Gilles Peskine · 3 years, 11 months ago
- 6c12a1e Add ARIA to the PSA API by Gilles Peskine · 3 years, 11 months ago
- 93cb611 Merge pull request #4878 from SiliconLabs/remove_dependency_4877 by Gilles Peskine · 3 years, 11 months ago
- 64555bd Add missing initialisation to setup test. by Paul Elliott · 3 years, 11 months ago
- 4a76088 Fix leaked test buffer by Paul Elliott · 3 years, 11 months ago
- 6043e49 Fix missed documentation header pt 2 by Paul Elliott · 3 years, 11 months ago
- 8eec8d4 Fix missed documentation header by Paul Elliott · 3 years, 11 months ago
- f94bd99 Add missing aead state tests. by Paul Elliott · 3 years, 11 months ago
- 5221ef6 Add aead setup tests by Paul Elliott · 3 years, 11 months ago
- 1c67e0b Add extra verify edge test cases by Paul Elliott · 3 years, 11 months ago
- 9961a66 Remove negative tests from multipart_decrypt by Paul Elliott · 3 years, 11 months ago
- fd0c154c Add tests to oversend data/ad when lengths set by Paul Elliott · 3 years, 11 months ago
- ce2c1fa Remove uneccesary postive buffer size tests by Paul Elliott · 3 years, 11 months ago
- 6a60b12 Make buffer size checks +-1 from correct size by Paul Elliott · 3 years, 11 months ago
- a3d153f Make nonce based test descriptions more clear by Paul Elliott · 3 years, 11 months ago
- f38adbe Ensure tests expected to fail actually fail by Paul Elliott · 3 years, 11 months ago
- e49fe45 Remove unneccesary nesting by Paul Elliott · 3 years, 11 months ago
- 4e4d71a Move hidden logic into loop 'for' statement by Paul Elliott · 3 years, 11 months ago
- 33746aa Convert set lengths options over to enum by Paul Elliott · 3 years, 11 months ago
- 9454cfa Remove unneccesary safety check in test by Paul Elliott · 3 years, 11 months ago
- 6bfd0fb Convert all uint32_t lengths over to size_t by Paul Elliott · 3 years, 11 months ago
- 5a9642f Correct switched blocks for output sizes by Paul Elliott · 3 years, 11 months ago
- 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
- e58cb1e Aligh finish_buffer_test vars with PSA standard by Paul Elliott · 4 years ago
- 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 4 years ago
- e64deda Add missing check to multipart decrypt by Paul Elliott · 4 years ago
- 133740b tests: Improve incomplete then overflow tests by Ronald Cron · 3 years, 11 months ago
- 9d17bf4 Styling and refactoring by Archana · 4 years ago