aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/camellia.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix possible sign extension problem with newer compilers.Werner Koch2016-02-011-14/+14
| | | | | | | | | | | | | | | | | | | | * cipher/des.c (READ_64BIT_DATA): Cast to u32 before shifting by 24. * cipher/blowfish.c (do_encrypt_block): Ditto. (do_decrypt_block): Ditto. * cipher/camellia.c (CAMELLIA_RR8): Ditto. * cipher/cast5.c (do_encrypt_block): Ditto. (do_decrypt_block): Ditto. (do_cast_setkey): Ditto. * cipher/twofish.c (INPACK): Ditto. * util/iobuf.c (block_filter): Ditto. -- For cipher/des.c Reported-by: Balint Reczey <[email protected]> See commit 57af33d9e7c9b20b413b96882e670e75a67a5e65 for details. Signed-off-by: Werner Koch <[email protected]>
* Switched to GPLv3.Werner Koch2007-10-231-3/+1
| | | | | Updated gettext.
* Add an extra warning for Camellia.Werner Koch2007-07-091-1/+2
| | | | | | Minor W32 fix Address change.
* Add Camellia. Do not enable this if you are not doing interopDavid Shaw2007-06-131-0/+1461
testing. It is not (yet) legal OpenPGP, is not interop tested yet (obviously), and it's a great way to lose your data. Just don't do it.