summaryrefslogtreecommitdiff
path: root/cipher/rfc2268.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices to use URL.NIIBE Yutaka2023-04-271-2/+2
* cipher: Use const for *_spec_t, if possible.NIIBE Yutaka2022-01-041-2/+2
* cipher: Return GPG_ERR_INV_KEYLEN when wrong key length.NIIBE Yutaka2021-04-021-0/+3
* cipher-proto: remove forward typedef of cipher_bulk_ops_tJussi Kivilinna2021-01-261-0/+1
* cipher: setup bulk functions at each algorithms key setupJussi Kivilinna2020-09-271-2/+2
* Pass cipher object pointer to setkey functionsJussi Kivilinna2018-06-191-1/+3
* cipher: Simplify the cipher dispatcher cipher.c.Werner Koch2013-10-011-10/+14
* cipher: Add support for 128-bit keys in RC2Peter Wu2013-10-011-0/+13
* Move stack burning from block ciphers to cipher modesJussi Kivilinna2013-09-041-1/+15
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-16/+15
* Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch2010-04-121-1/+1
* Added support for a 40 bit RFC2268 cipher. Thanks to Nikos.Werner Koch2004-02-131-0/+345