- 325d374 Move set lengths checking to PSA Core by Paul Elliott · 3 years, 10 months ago
- 745f5f2 Add test for PolyChaCha with shortened tag by Paul Elliott · 3 years, 10 months 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
- 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
- 93cb611 Merge pull request #4878 from SiliconLabs/remove_dependency_4877 by Gilles Peskine · 3 years, 11 months ago
- 0f32b7d Apply fixes to test driver from lib implementation by Paul Elliott · 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
- 9a2b6ff Fix test vector dependency by Archana · 4 years ago
- a316b7e Rebase and update signature for curve448 tests by Archana · 4 years ago
- 74d99c6 Add a test to validate copy to read only lifetime by Archana · 4 years ago
- 449608b Code style improvements by Archana · 4 years ago
- 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
- 6ed4bda pre-existing validation extended by Archana · 4 years ago
- 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
- 83e4c12 Add CCM tests for passing unexpected input. by Mateusz Starzyk · 4 years ago
- efec38b Extend CCM corner cases tests. by Mateusz Starzyk · 4 years ago
- cd975e4 Extend CCM corner cases tests. by Mateusz Starzyk · 4 years ago
- 3050f05 Subtract 1 from input in CCM's incomplete data tests by Mateusz Starzyk · 4 years ago
- 13592ca Merge pull request #4879 from yuhaoth/pr/upgrade-gnutls-next by Ronald Cron · 4 years ago 2.x
- df25073 Use AES-128 for multipart CCM corner cases tests by Mateusz Starzyk · 4 years ago
- 75261df fix comment issues by Jerry Yu · 4 years ago
- b12d81d Add feature tests for gnutls-next by Jerry Yu · 4 years ago
- ab46aa0 Upgrade gnutls-next to 3.7.2 by Jerry Yu · 4 years ago
- 0bf740e Merge pull request #4765 from gilles-peskine-arm/all.sh-subshells-3.0 by Gilles Peskine · 4 years ago
- b0450fe Tests for sending too much data after set lengths by Paul Elliott · 4 years ago
- 7f62842 Add test for calling update when nonce not set by Paul Elliott · 4 years ago
- c6d11d0 Aligh update buffer test variables with psa naming by Paul Elliott · 4 years ago
- 7251eda Replace BAD_SEQUENCE error with BAD_INPUT by Mateusz Starzyk · 4 years ago
- 5a8abb1 Merge pull request #4883 from mstarzyk-mobica/fix_psa_sign_msg by Manuel Pégourié-Gonnard · 4 years ago
- 1ebcd55 Extend mac_key_policy test. by Mateusz Starzyk · 4 years ago
- e45ee40 Merge pull request #4811 from hanno-arm/tls13_ciphersuite_api by Manuel Pégourié-Gonnard · 4 years ago
- 5e69aa5 Remove NULL check for set nonce by Paul Elliott · 4 years ago
- 6f0e720 Align set nonce variables with psa convention by Paul Elliott · 4 years ago
- f127763 Align generate nonce variables with psa convention by Paul Elliott · 4 years ago
- 31c01d3 Rename available values for tls13_kex_modes by Jerry Yu · 4 years ago
- cbefb6b Merge branch 'development' into ccm_chunked by Mateusz Starzyk · 4 years ago
- d07f4fc Use separate expected results for MAC sign and verify key policy. by Mateusz Starzyk · 4 years ago
- cb0a7cd Fix mac_key_policy test function by Mateusz Starzyk · 4 years ago
- 0dc86b5 Remove dependency of builtin keys on storage by Archana · 4 years, 1 month ago
- 66696b5 Improve nonce length checks by Paul Elliott · 4 years ago
- f11724b Merge pull request #4861 from yuhaoth/pr/add-openssl-gnutls-tls1_3-check by Manuel Pégourié-Gonnard · 4 years ago
- 4512f21 Merge pull request #3572 from mpg/add-arm-linux-build by Manuel Pégourié-Gonnard · 4 years ago
- 932064d Add ssl-opt.sh tests for ssl_client/server TLS 1.3 kex parameters by Hanno Becker · 4 years ago
- ae33685 Add ssl-opt.sh run to TLS 1.3 test in all.sh by Hanno Becker · 4 years ago
- 2aec149 Merge pull request #4248 from hanno-arm/tls13_populate_transform by Dave Rodgman · 4 years ago
- 0402979 Add openssl/gnutls tls1.3 feature tests. by Jerry Yu · 4 years ago
- e0f5227 Add CCM test for calling finish without any input. by Mateusz Starzyk · 4 years ago
- 8fb1754 Add short description for CCM test functions. by Mateusz Starzyk · 4 years ago
- f442de6 Add tests for CCM corner cases. by Mateusz Starzyk · 4 years ago
- bccbf88 Rename CCM test functions. by Mateusz Starzyk · 4 years ago
- ceb5bc6 Fix typos. by Mateusz Starzyk · 4 years ago
- 8788906 Add CCM test for edge cases. by Mateusz Starzyk · 4 years ago
- c8bdf36 Validate tag pointer in ccm function. by Mateusz Starzyk · 4 years ago
- 27a1bef Tidy up test functions. by Mateusz Starzyk · 4 years, 1 month ago
- 29ec75b Add multipart testing to CCM* tests. by Mateusz Starzyk · 4 years, 1 month ago
- 25a3dfe Add multipart tests for ccm suite. by Mateusz Starzyk · 4 years, 1 month ago
- 448c807 Merge pull request #4853 from yuhaoth/pr/add-tls13-config-check-and-dummy-handshake by Manuel Pégourié-Gonnard · 4 years ago
- b9930e7 Add dummy tls1.3 handshake dispatch functions by Jerry Yu · 4 years ago
- b19ccc3 fix test_suite_debug test fail by Jerry Yu · 4 years ago
- c46e9b4 tests: Add negative version config tests. by Jerry Yu · 4 years ago
- f8f88d6 Merge pull request #4746 from gilles-peskine-arm/bump-version-3.0 by Janos Follath · 4 years ago
- 80ddb99 Add --restore option to clean up but not necessarily run components by Gilles Peskine · 4 years ago
- 03af678 Documentation improvements by Gilles Peskine · 4 years ago
- 86f6129 Documentation improvement by Gilles Peskine · 4 years ago
- 7530163 Make --quiet more effective when running make generated_files by Gilles Peskine · 4 years ago
- 78f6f05 Merge pull request #4695 from yutotakano/fix-ssl-opt.sh-hard-abort by Gilles Peskine · 4 years ago
- bf66e2c Documentation improvements by Gilles Peskine · 4 years ago