aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/camellia.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-01Fix possible sign extension problem with newer compilers.Werner Koch1-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]>
2007-10-23Switched to GPLv3.Werner Koch1-3/+1
Updated gettext.
2007-07-09Add an extra warning for Camellia.Werner Koch1-1/+2
Minor W32 fix Address change.
2007-06-13Add Camellia. Do not enable this if you are not doing interopDavid Shaw1-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.