1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-16 00:29:50 +02:00
gnupg/cipher
Werner Koch 4d5285ee87 (rndw32_gather_random_fast): While adding data use the
size of the object and not the one of its address.  Bug reported by
Sascha Kiefer.
2005-03-23 08:50:27 +00:00
..
algorithms.h * algorithms.h, cast5.c, cipher.c, idea-stub.c, twofish.c, blowfish.c, 2004-10-12 17:35:50 +00:00
bithelp.h * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c, 2003-05-24 18:31:33 +00:00
blowfish.c * algorithms.h, cast5.c, cipher.c, idea-stub.c, twofish.c, blowfish.c, 2004-10-12 17:35:50 +00:00
cast5.c * algorithms.h, cast5.c, cipher.c, idea-stub.c, twofish.c, blowfish.c, 2004-10-12 17:35:50 +00:00
ChangeLog (rndw32_gather_random_fast): While adding data use the 2005-03-23 08:50:27 +00:00
cipher.c * algorithms.h, cast5.c, cipher.c, idea-stub.c, twofish.c, blowfish.c, 2004-10-12 17:35:50 +00:00
des.c * algorithms.h, cast5.c, cipher.c, idea-stub.c, twofish.c, blowfish.c, 2004-10-12 17:35:50 +00:00
dsa.c * dsa.c (verify): s/exp/exponent/ to fix a compiler warning. From Werner 2004-05-20 17:16:34 +00:00
dsa.h * dsa.h, dsa.c (dsa_verify), elgamal.h, elgamal.c (elg_verify), rsa.h, 2003-12-17 19:05:23 +00:00
dynload.c The big extension module removal. 2002-08-03 10:50:53 +00:00
elgamal.c * pubkey.c (setup_pubkey_table), elgamal.c (sign, verify, test_keys, 2004-01-17 01:49:16 +00:00
elgamal.h * dsa.h, dsa.c (dsa_verify), elgamal.h, elgamal.c (elg_verify), rsa.h, 2003-12-17 19:05:23 +00:00
gost.c Update head to match stable 1.0 2002-06-29 13:31:13 +00:00
gost.h Update head to match stable 1.0 2002-06-29 13:31:13 +00:00
idea-stub.c Minor changes 2005-01-20 11:42:48 +00:00
Makefile.am * rijndael.c, rndunix.c, twofish.c: Remove dead IS_MODULE code. 2003-12-30 00:57:05 +00:00
md.c * md.c (string_to_digest_algo): Allow read/write SHA384 and SHA512. 2004-12-01 04:01:16 +00:00
md5.c * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c, 2003-05-24 18:31:33 +00:00
primegen.c * primegen.c (is_prime): Free A2. Noted by pmike2001@mail.ru. 2005-03-07 13:59:59 +00:00
pubkey.c * pubkey.c (setup_pubkey_table), elgamal.c (sign, verify, test_keys, 2004-01-17 01:49:16 +00:00
rand-internal.h updated RISC OS stuff 2002-09-12 16:25:36 +00:00
random.c * idea-stub.c, random.c; s/__MINGW32__/_WIN32/ to help building on native 2003-08-28 23:49:03 +00:00
random.h Update head to match stable 1.0 2002-06-29 13:31:13 +00:00
rijndael.c * algorithms.h, cast5.c, cipher.c, idea-stub.c, twofish.c, blowfish.c, 2004-10-12 17:35:50 +00:00
rmd.h Update head to match stable 1.0 2002-06-29 13:31:13 +00:00
rmd160.c * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c, 2003-05-24 18:31:33 +00:00
rmd160test.c * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c, 2003-05-24 18:31:33 +00:00
rndegd.c * rndw32.c [__CYGWIN32__]: Don't include winioctl.h - it is not required 2002-11-06 17:32:37 +00:00
rndlinux.c * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c, 2003-05-24 18:31:33 +00:00
rndriscos.c cleaned up RISC OS code and removed lots of unnecessary stuff 2003-12-28 14:12:16 +00:00
rndunix.c * rndunix.c (start_gatherer) [ENABLE_SELINUX_HACKS]: Don't allow 2004-10-14 07:21:17 +00:00
rndw32.c (rndw32_gather_random_fast): While adding data use the 2005-03-23 08:50:27 +00:00
rsa.c Note: I have not fully tested the new key creation due to a pc/sc 2004-09-23 19:34:45 +00:00
rsa.h * dsa.h, dsa.c (dsa_verify), elgamal.h, elgamal.c (elg_verify), rsa.h, 2003-12-17 19:05:23 +00:00
sha1.c * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c, 2003-05-24 18:31:33 +00:00
sha256.c * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c, 2003-05-24 18:31:33 +00:00
sha512.c * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c, 2003-05-24 18:31:33 +00:00
smallprime.c Update head to match stable 1.0 2002-06-29 13:31:13 +00:00
twofish.c * algorithms.h, cast5.c, cipher.c, idea-stub.c, twofish.c, blowfish.c, 2004-10-12 17:35:50 +00:00