1999-05-17 22:03:24 +02:00
|
|
|
Mon May 17 21:54:43 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* dynload.c (register_internal_cipher_extension): Minor init fix.
|
|
|
|
|
1999-05-04 15:55:41 +02:00
|
|
|
Tue May 4 15:47:53 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* primegen.c (gen_prime): Readded the Fermat test. Fixed the bug
|
|
|
|
that we didn't correct for step when passing the prime to the
|
|
|
|
Rabin-Miller test which led to bad performance (Stefan Keller).
|
|
|
|
(check_prime): Add a first Fermat test.
|
|
|
|
|
1999-04-18 10:18:52 +02:00
|
|
|
Sun Apr 18 10:11:28 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* cipher.c (cipher_setiv): Add ivlen arg, changed all callers.
|
|
|
|
|
|
|
|
* random.c (randomize_buffer): alway use secure memory because
|
|
|
|
we can't use m_is_secure() on a statically allocated buffer.
|
|
|
|
|
|
|
|
* twofish.c: Replaced some macros by a loop to reduce text size.
|
|
|
|
* Makefile.am (twofish): No more need for sed editing.
|
|
|
|
|
1999-04-09 12:34:44 +02:00
|
|
|
Fri Apr 9 12:26:25 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* cipher.c (cipher_open): Reversed the changes for AUTO_CFB.
|
|
|
|
|
|
|
|
* blowfish.c: Dropped the Blowfish 160 mode.
|
|
|
|
* cipher.c (cipher_open): Ditto.
|
|
|
|
(setup_cipher_table): Ditto. And removed support of twofish128
|
|
|
|
|
1999-04-07 20:58:34 +02:00
|
|
|
Wed Apr 7 20:51:39 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* random.c (get_random_bits): Can now handle requests > POOLSIZE
|
|
|
|
|
|
|
|
* cipher.c (cipher_open): Now uses standard CFB for automode if
|
|
|
|
the blocksize is gt 8 (according to rfc2440).
|
|
|
|
|
|
|
|
* twofish.c: Applied Matthew Skala's patches for 256 bit key.
|
|
|
|
|
1999-04-06 20:04:55 +02:00
|
|
|
Tue Apr 6 19:58:12 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* random.c (get_random_bits): Can now handle requests > POOLSIZE
|
|
|
|
|
|
|
|
* cipher.c (cipher_open): Now uses standard CFB for automode if
|
|
|
|
the blocksize is gt 8 (according to rfc2440).
|
|
|
|
|
1999-03-20 11:53:39 +01:00
|
|
|
Sat Mar 20 11:44:21 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* rndlinux.c (tty_printf) [IS_MODULE]: Removed.
|
|
|
|
|
|
|
|
* rndegd.c (gather_random): Some fixes.
|
|
|
|
|
1999-03-17 13:13:04 +01:00
|
|
|
Wed Mar 17 13:09:03 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* rndegd.c (do_read): New.
|
|
|
|
(gather_random): Changed the implementation.
|
|
|
|
|
1999-03-08 20:50:18 +01:00
|
|
|
Mon Mar 8 20:47:17 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* dynload.c (DLSYM_NEEDS_UNDERSCORE): Renamed.
|
|
|
|
|
1999-02-26 17:59:48 +01:00
|
|
|
Fri Feb 26 17:55:41 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* md.c: Nearly a total rewrote.
|
|
|
|
|
1999-02-24 11:12:32 +01:00
|
|
|
Wed Feb 24 11:07:27 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* cipher.c (context): Fixed alignment
|
|
|
|
* md.c: Ditto.
|
|
|
|
|
|
|
|
* rndegd.c: New
|
|
|
|
|
1999-02-22 20:08:46 +01:00
|
|
|
Mon Feb 22 20:04:00 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* rndegd.c: New.
|
|
|
|
|
1999-02-10 17:22:40 +01:00
|
|
|
Wed Feb 10 17:15:39 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* Makefile.am: Modules are now figured out by configure
|
|
|
|
* construct.c: New. Generated by configure. Changed all modules
|
|
|
|
to work with that.
|
|
|
|
* sha1.h: Removed.
|
|
|
|
* md5.h: Removed.
|
|
|
|
|
|
|
|
* twofish.c: Changed interface to allow Twofish/256
|
|
|
|
|
|
|
|
* rndunix.c (start_gatherer): Die on SIGPIPE.
|
|
|
|
|
1999-01-20 19:10:35 +01:00
|
|
|
Wed Jan 20 18:59:49 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* rndunix.c (gather_random): Fix to avoid infinite loop.
|
|
|
|
|
1999-01-17 11:06:03 +01:00
|
|
|
Sun Jan 17 11:04:33 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* des.c (is_weak_key): Replace system memcmp due to bugs
|
|
|
|
in SunOS's memcmp.
|
|
|
|
(des_get_info): Return error on failed selftest.
|
|
|
|
* twofish.c (twofish_setkey): Return error on failed selftest or
|
|
|
|
invalid keylength.
|
|
|
|
* cast5.c (cast_setkey): Ditto.
|
|
|
|
* blowfish.c (bf_setkey): Return error on failed selftest.
|
|
|
|
|
1999-01-12 11:20:24 +01:00
|
|
|
Tue Jan 12 11:17:18 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* random.c (random_is_faked): New.
|
|
|
|
|
|
|
|
* tiger.c: Only compile if we have the u64 type
|
|
|
|
|
|
|
|
|
1999-01-09 16:06:59 +01:00
|
|
|
Sat Jan 9 16:02:23 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* rndunix.c (gather_random): check for setuid.
|
|
|
|
|
|
|
|
* Makefile.am: Add a way to staically link random modules
|
|
|
|
|
1999-01-07 18:05:48 +01:00
|
|
|
Thu Jan 7 18:00:58 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* md.c (md_stop_debug): Do a flush first.
|
|
|
|
(md_open): size of buffer now depends on the secure parameter
|
|
|
|
|
1999-01-03 15:33:35 +01:00
|
|
|
Sun Jan 3 15:28:44 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* rndunix.c (start_gatherer): Fixed stupid ==/= bug
|
|
|
|
|
|
|
|
1998-12-31 Geoff Keating <geoffk@ozemail.com.au>
|
|
|
|
|
|
|
|
* des.c (is_weak_key): Rewrite loop end condition.
|
|
|
|
|
1998-12-29 14:47:31 +01:00
|
|
|
Tue Dec 29 14:41:47 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* random.c: add unistd.h for getpid().
|
|
|
|
(RAND_MAX): Fallback value for Sun.
|
|
|
|
|
1998-12-23 17:16:57 +01:00
|
|
|
Wed Dec 23 17:12:24 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* md.c (md_copy): Reset debug.
|
|
|
|
|
1998-12-14 21:22:42 +01:00
|
|
|
Mon Dec 14 21:18:49 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* random.c (read_random_source): Changed the interface to the
|
|
|
|
random gathering function.
|
|
|
|
(gather_faked): Use new interface.
|
|
|
|
* dynload.c (dynload_getfnc_fast_random_poll): Ditto.
|
|
|
|
(dynload_getfnc_gather_random): Ditto.
|
|
|
|
* rndlinux.c (gather_random): Ditto.
|
|
|
|
* rndunix.c (gather_random): Ditto.
|
|
|
|
|
1998-12-12 18:44:34 +01:00
|
|
|
Sat Dec 12 18:40:32 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* dynload.c (SYMBOL_VERSION): New to cope with system which needs
|
|
|
|
underscores.
|
|
|
|
|
|
|
|
* rndunix.c: Rewrote large parts
|
|
|
|
|
1998-12-10 20:20:47 +01:00
|
|
|
Thu Dec 10 20:15:36 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
|
|
|
|
|
|
|
|
* dynload.c (load_extension): increased needed verbosity level.
|
|
|
|
|
|
|
|
* random.c (fast_random_poll): Fallback to a default fast random
|
|
|
|
poll function.
|
|
|
|
(read_random_source): Always use the faked entroy gatherer if no
|
|
|
|
gather module is available.
|
|
|
|
* rndlinux.c (fast_poll): Removed.
|
|
|
|
* rndunix.c (fast_poll): Removed.
|
|
|
|
|
|
|
|
|
1998-11-25 12:52:41 +01:00
|
|
|
Wed Nov 25 12:33:41 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* rand-*.c: Removed.
|
|
|
|
* rndlinux.c : New.
|
|
|
|
* rndunix.c : New.
|
|
|
|
* random.c : Restructured the interface to the gather modules.
|
|
|
|
(intialize): Call constructor functions
|
|
|
|
(read_radnom_source): Moved to here.
|
|
|
|
* dynload.c (dynload_getfnc_gather_random): New.
|
|
|
|
(dynload_getfnc_fast_random_poll): New.
|
|
|
|
(register_internal_cipher_extension): New.
|
|
|
|
(register_cipher_extension): Support of internal modules.
|
|
|
|
|
1998-11-08 18:23:14 +01:00
|
|
|
Sun Nov 8 17:44:36 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
1998-11-25 12:52:41 +01:00
|
|
|
* rand-unix.c (read_random_source): Removed the assert.
|
1998-11-08 18:23:14 +01:00
|
|
|
|
1998-10-21 19:34:36 +02:00
|
|
|
Mon Oct 19 18:34:30 1998 me,,, (wk@tobold)
|
|
|
|
|
|
|
|
* pubkey.c: Hack to allow us to give some info about RSA keys back.
|
|
|
|
|
1998-10-16 18:00:17 +02:00
|
|
|
Thu Oct 15 11:47:57 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* dynload.c: Support for DLD
|
|
|
|
|
|
|
|
Wed Oct 14 12:13:07 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* rand-unix.c: Now uses names from configure for /dev/random.
|
|
|
|
|
1998-10-12 22:16:38 +02:00
|
|
|
1998-10-10 SL Baur <steve@altair.xemacs.org>
|
|
|
|
|
|
|
|
* Makefile.am: fix sed -O substitutions to catch -O6, etc.
|
|
|
|
|
1998-10-06 14:10:02 +02:00
|
|
|
Tue Oct 6 10:06:32 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* rand-unix.c (HAVE_GETTIMEOFDAY): Fixed (was ..GETTIMEOFTIME :-)
|
|
|
|
* rand-dummy.c (HAVE_GETTIMEOFDAY): Ditto.
|
|
|
|
|
1998-09-28 21:25:31 +02:00
|
|
|
Mon Sep 28 13:23:09 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* md.c (md_digest): New.
|
|
|
|
(md_reset): New.
|
|
|
|
|
|
|
|
Wed Sep 23 12:27:02 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* tiger.c (TIGER_CONTEXT): moved "buf", so that it is 64 bit aligned.
|
|
|
|
|
|
|
|
Mon Sep 21 06:22:53 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
* des.c: Some patches from Michael.
|
|
|
|
|
1998-09-18 17:24:53 +02:00
|
|
|
Thu Sep 17 19:00:06 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
* des.c : New file from Michael Roth <mroth@nessie.de>
|
|
|
|
|
1998-09-14 17:49:56 +02:00
|
|
|
Mon Sep 14 11:10:55 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
* blowfish.c (bf_setkey): Niklas Hernaeus patch to detect weak keys.
|
|
|
|
|
|
|
|
Mon Sep 14 09:19:25 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
* dynload.c (RTLD_NOW): Now defined to 1 if it is undefined.
|
|
|
|
|
1998-09-11 07:47:32 +02:00
|
|
|
Mon Sep 7 17:04:33 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
* Makefile.am: Fixes to allow a different build directory
|
|
|
|
|
1998-08-07 10:53:38 +02:00
|
|
|
Thu Aug 6 17:25:38 1998 Werner Koch,mobil,,, (wk@tobold)
|
|
|
|
|
|
|
|
* random.c (get_random_byte): Removed and changed all callers
|
|
|
|
to use get_random_bits()
|
|
|
|
|
1998-07-29 21:35:05 +02:00
|
|
|
Mon Jul 27 10:30:22 1998 Werner Koch (wk@(none))
|
|
|
|
|
|
|
|
* cipher.c : Support for other blocksizes
|
|
|
|
(cipher_get_blocksize): New.
|
|
|
|
* twofish.c: New.
|
|
|
|
* Makefile.am: Add twofish module.
|
|
|
|
|
1998-07-14 19:10:28 +02:00
|
|
|
Mon Jul 13 21:30:52 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* random.c (read_pool): Simple alloc if secure_alloc is not set.
|
|
|
|
(get_random_bits): Ditto.
|
|
|
|
|
1998-07-09 15:37:17 +02:00
|
|
|
Thu Jul 9 13:01:14 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* dynload.c (load_extension): Function now nbails out if
|
|
|
|
the program is run setuid.
|
|
|
|
|
|
|
|
Wed Jul 8 18:58:23 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* rmd160.c (rmd160_hash_buffer): New.
|
|
|
|
|
1998-07-02 21:31:46 +02:00
|
|
|
Thu Jul 2 10:50:30 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* cipher.c (cipher_open): algos >=100 use standard CFB
|
|
|
|
|
1998-06-25 12:19:08 +02:00
|
|
|
Thu Jun 25 11:18:25 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* Makefile.am: Support for extensions
|
|
|
|
|
|
|
|
Thu Jun 18 12:09:38 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* random.c (mix_pool): simpler handling for level 0
|
|
|
|
|
1998-06-15 17:41:04 +02:00
|
|
|
Mon Jun 15 14:40:48 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
1998-06-25 12:19:08 +02:00
|
|
|
* tiger.c: Removed from dist, will reappear as dynload module
|
1998-06-15 17:41:04 +02:00
|
|
|
|
1998-06-13 19:00:02 +02:00
|
|
|
Sat Jun 13 14:16:57 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* pubkey.c: Major changes to allow extensions. Changed the inteface
|
|
|
|
of all public key ciphers and added the ability to load extensions
|
|
|
|
on demand.
|
|
|
|
|
|
|
|
* misc.c: Removed.
|
|
|
|
|
1998-06-11 09:16:50 +02:00
|
|
|
Wed Jun 10 07:52:08 1998 Werner Koch,mobil,,, (wk@tobold)
|
|
|
|
|
1998-06-13 19:00:02 +02:00
|
|
|
* dynload.c: New.
|
|
|
|
* cipher.c: Major changes to allow extensions.
|
1998-06-11 09:16:50 +02:00
|
|
|
|
1998-06-09 17:14:06 +02:00
|
|
|
Mon Jun 8 22:43:00 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* cipher.c: Major internal chnages to support extensions.
|
|
|
|
* blowfish.c (blowfish_get_info): New and made all internal
|
|
|
|
functions static, changed heder.
|
|
|
|
* cast5.c (cast5_get_info): Likewise.
|
|
|
|
|
|
|
|
Mon Jun 8 12:27:52 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* tiger.c (transform): Fix for big endian
|
|
|
|
|
|
|
|
* cipher.c (do_cfb_decrypt): Big endian fix.
|
|
|
|
|
1998-05-26 15:38:00 +02:00
|
|
|
Fri May 22 07:30:39 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* md.c (md_get_oid): Add a new one for TIGER.
|
|
|
|
|
|
|
|
Thu May 21 13:24:52 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* cipher.c: Add support for a dummy cipher
|
|
|
|
|
1998-05-15 20:49:19 +02:00
|
|
|
Thu May 14 15:40:36 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* rmd160.c (transform): fixed sigbus - I should better
|
|
|
|
add Christian von Roques's new implemenation of rmd160_write.
|
|
|
|
|
1998-05-13 19:53:36 +02:00
|
|
|
Fri May 8 18:07:44 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* rand-internal.h, rand-unix.c, rand-w32.c, rand_dummy.c: New
|
|
|
|
* random.c: Moved system specific functions to rand-****.c
|
|
|
|
|
|
|
|
Fri May 8 14:01:17 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* random.c (fast_random_poll): add call to gethrtime.
|
|
|
|
|
1998-05-05 22:34:20 +02:00
|
|
|
Tue May 5 21:28:55 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* elgamal.c (elg_generate): choosing x was not correct, could
|
|
|
|
yield 6 bytes which are not from the random pool, tsss, tsss..
|
|
|
|
|
|
|
|
Tue May 5 14:09:06 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* primegen.c (generate_elg_prime): Add arg mode, changed all
|
|
|
|
callers and implemented mode 1.
|
|
|
|
|
1998-04-30 16:06:01 +02:00
|
|
|
Mon Apr 27 14:41:58 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* cipher.c (cipher_get_keylen): New.
|
|
|
|
|
|
|
|
Sun Apr 26 14:44:52 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* tiger.c, tiger.h: New.
|
|
|
|
|
1998-04-08 21:49:02 +02:00
|
|
|
Wed Apr 8 14:57:11 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* misc.c (check_pubkey_algo2): New.
|
|
|
|
|
1998-04-07 20:16:10 +02:00
|
|
|
Tue Apr 7 18:46:49 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* cipher.c: New
|
|
|
|
* misc.c (check_cipher_algo): Moved to cipher.c
|
|
|
|
* cast5.c: Moved many functions to cipher.c
|
|
|
|
* blowfish.c: Likewise.
|
|
|
|
|
1998-04-04 22:16:55 +02:00
|
|
|
Sat Apr 4 19:52:08 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* cast5.c: Implemented and tested.
|
|
|
|
|
1998-04-02 12:30:03 +02:00
|
|
|
Wed Apr 1 16:38:27 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
1998-04-04 22:16:55 +02:00
|
|
|
* elgamal.c (elg_generate): Faster generation of x in some cases.
|
1998-04-02 12:30:03 +02:00
|
|
|
|
1998-03-19 16:27:29 +01:00
|
|
|
Thu Mar 19 13:54:48 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* blowfish.c (blowfish_decode_cfb): changed XOR operation
|
|
|
|
(blowfish_encode_cfb): Ditto.
|
|
|
|
|
|
|
|
Thu Mar 12 14:04:05 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* sha1.c (transform): Rewrote
|
|
|
|
|
|
|
|
* blowfish.c (encrypt): Unrolled for rounds == 16
|
|
|
|
(decrypt): Ditto.
|
|
|
|
|
|
|
|
Tue Mar 10 16:32:08 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* rmd160.c (transform): Unrolled the loop.
|
|
|
|
|
|
|
|
Tue Mar 10 13:05:14 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* random.c (read_pool): Add pool_balance stuff.
|
|
|
|
(get_random_bits): New.
|
|
|
|
|
|
|
|
* elgamal.c (elg_generate): Now uses get_random_bits to generate x.
|
|
|
|
|
|
|
|
|
|
|
|
Tue Mar 10 11:33:51 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* md.c (md_digest_length): New.
|
|
|
|
|
|
|
|
Tue Mar 10 11:27:41 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* dsa.c (dsa_verify): Works.
|
|
|
|
|
1998-03-09 22:44:06 +01:00
|
|
|
Mon Mar 9 12:59:08 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* dsa.c, dsa.h: Removed some unused code.
|
|
|
|
|
|
|
|
Wed Mar 4 10:39:22 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* md.c (md_open): Add call to fast_random_poll.
|
|
|
|
blowfish.c (blowfish_setkey): Ditto.
|
|
|
|
|
|
|
|
Tue Mar 3 13:32:54 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* rmd160.c (rmd160_mixblock): New.
|
|
|
|
* random.c: Restructured to start with a new RNG implementation.
|
|
|
|
* random.h: New.
|
|
|
|
|
1998-03-03 09:43:28 +01:00
|
|
|
Mon Mar 2 19:21:46 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* gost.c, gost.h: Removed because they did only conatin trash.
|
|
|
|
|
|
|
|
Sun Mar 1 16:42:29 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* random.c (fill_buffer): removed error message if n == -1.
|
|
|
|
|
1998-02-27 18:51:28 +01:00
|
|
|
Fri Feb 27 16:39:34 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* md.c (md_enable): No init if called twice.
|
|
|
|
|
1998-02-26 17:56:31 +01:00
|
|
|
Thu Feb 26 07:57:02 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* primegen.c (generate_elg_prime): Changed the progress printing.
|
|
|
|
(gen_prime): Ditto.
|
|
|
|
|
1998-02-24 19:50:46 +01:00
|
|
|
Tue Feb 24 12:28:42 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* md5.c, md.5 : Replaced by a modified version of md5.c from
|
|
|
|
GNU textutils 1.22.
|
|
|
|
|
1998-02-18 14:58:46 +01:00
|
|
|
Wed Feb 18 14:08:30 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* md.c, md.h : New debugging support
|
|
|
|
|
1998-02-16 21:05:02 +01:00
|
|
|
Mon Feb 16 10:08:47 1998 Werner Koch (wk@isil.d.shuttle.de)
|
|
|
|
|
|
|
|
* misc.c (cipher_algo_to_string): New
|
|
|
|
(pubkey_algo_to_string): New.
|
|
|
|
(digest_algo_to_string): New.
|
|
|
|
|
|
|
|
|