summaryrefslogtreecommitdiff
path: root/tests/aeswrap.c
Commit message (Expand)AuthorAgeFilesLines
* cipher: Add an API to retrieve unwrapped key length for KWP.NIIBE Yutaka2022-01-051-3/+30
* cipher: Add support of Key wrap with padding (KWP).NIIBE Yutaka2022-01-031-0/+154
* tests: do not use GCC variadic macro extension for xgcry_controlJussi Kivilinna2019-05-141-3/+3
* tests/aeswrap: add in-place encryption/decryption testingJussi Kivilinna2018-03-221-17/+69
* tests: Check the result of all gcry_control operations.Justus Winter2016-12-131-3/+3
* tests: Use common code for all tests.Justus Winter2016-12-131-29/+2
* Make gpg-error replacement defines more robust.Werner Koch2013-06-261-1/+1
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-7/+7
* Typo fixesWerner Koch2010-04-061-6/+6
* Implemented the AES-Wrap algorithmWerner Koch2009-12-091-0/+259