aboutsummaryrefslogtreecommitdiff
path: root/tests/suites/test_suite_cipher.gcm.data
AgeCommit message (Expand)AuthorFilesLines
2020-03-24Increase test coverage by adding AES and CAMELLIA empty buffer testsAndrzej Kurek1-0/+4
2019-09-20Uniquify test case descriptionsGilles Peskine1-1034/+1034
2019-07-29Add negative tests for empty buffer decoding for certain ciphersk-stachowiak1-2/+2
2019-07-29Fix dependencies for some GCM empty buffer decoding testsk-stachowiak1-2/+2
2019-07-29Remove redundant empty buffer decoding testk-stachowiak1-4/+0
2019-07-12Add decoding empty buffer test calls for cipher modes that benefit from thisk-stachowiak1-0/+12
2018-11-22Add missing newline at the end of test_suite_cipher.gcm.dataHanno Becker1-1/+1
2018-11-22Test PSA-based GCM cipher operationsHanno Becker1-0/+2016
2018-11-22Adapt existing Cipher-GCM test cases to new param for auth_crypt_tvHanno Becker1-504/+504
2018-11-22Add missing dependencies in test_suite_cipher.gcmHanno Becker1-504/+504
2018-11-22Add NIST AES GCM test vectors to single-step cipher API test suiteHanno Becker1-0/+2016
2018-03-27Add tests for "return plaintext data faster on unpadded decryption"Jethro Beekman1-48/+48
2015-04-08The Great RenamingManuel Pégourié-Gonnard1-352/+352
2013-10-24Add test vectors for Camellia-GCM via cipher layerManuel Pégourié-Gonnard1-0/+60
2013-10-24Add tests for AES-{192,256}-GCM in cipher layerManuel Pégourié-Gonnard1-0/+240
2013-10-24Add Camellia-GCM to th cipher layerManuel Pégourié-Gonnard1-1/+277
2013-09-20Fix some more depend issuesManuel Pégourié-Gonnard1-4/+4
2013-09-13Make CBC an option, step 2: cipher layerManuel Pégourié-Gonnard1-7/+0
2013-09-05Restrict cipher_update() for GCMManuel Pégourié-Gonnard1-14/+2
2013-09-04Add tests for gcm via cipherManuel Pégourié-Gonnard1-1/+33
2013-09-04Add test vectors to the cipher test suiteManuel Pégourié-Gonnard1-0/+4
2013-08-31GCM in the cipher layer, step 1Manuel Pégourié-Gonnard1-0/+110