Werner Koch
|
22caa5c2d4
|
Fix possible sign extension problem with newer compilers.
* 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 <balint@balintreczey.hu>
See commit 57af33d9e7 for details.
Signed-off-by: Werner Koch <wk@gnupg.org>
|
2016-02-01 18:15:28 +01:00 |
|
Werner Koch
|
9a2a818887
|
Switched to GPLv3.
Updated gettext.
|
2007-10-23 10:48:09 +00:00 |
|
Werner Koch
|
66c5c46b95
|
Add an extra warning for Camellia.
Minor W32 fix
Address change.
|
2007-07-09 17:26:51 +00:00 |
|
David Shaw
|
7cf79c128a
|
Add Camellia. Do not enable this if you are not doing interop
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.
|
2007-06-13 15:28:11 +00:00 |
|