libgcrypt/cipher (29 files)

cvs user werner cvs at cvs.gnupg.org
Mon Oct 27 14:08:05 CET 2003


    Date: Monday, October 27, 2003 @ 14:08:05
  Author: werner
    Path: /cvs/gnupg/libgcrypt/cipher

Modified: ChangeLog ac.c arcfour.c blowfish.c cast5.c cipher.c crc.c des.c
          dsa.c elgamal.c md.c md4.c md5.c pubkey.c rand-internal.h
          random.c rijndael.c rmd160.c rndegd.c rndlinux.c rndunix.c
          rndw32.c rsa.c serpent.c sha1.c sha256.c sha512.c tiger.c
          twofish.c

* configure.ac: Give a hint on where libgpg-error is available.
Reformatted long lines.  Don't include gcrypt-defs.h.

* ac.c (ac_key_identifiers): Made static.

* random.c (getfnc_gather_random,getfnc_fast_random_poll): Move
prototypes to ..
* rand-internal.h: .. here 
* random.c (getfnc_gather_random): Include rndw32 gatherer.
* rndunix.c, rndw32.c, rndegd.c: Include them here.
* rndlinux.c (_gcry_rndlinux_gather_random): Prepend the _gcry_
prefix.  Changed all callers.
* rndegd.c (_gcry_rndegd_gather_random): Likewise.
(_gcry_rndegd_connect_socket): Likewise.
* rndunix.c (_gcry_rndunix_gather_random): Likewise.
(waitpid): Made static.
* rndw32.c: Removed the old and unused winseed.dll cruft.
(_gcry_rndw32_gather_random_fast): Renamed from
gather_random_fast.
(_gcry_rndw32_gather_random): Renamed from gather_random.  Note,
that the changes 2003-04-08 somehow got lost.

* sha512.c (sha512_init, sha384_init): Made static.

* cipher.c (do_ctr_decrypt): Removed "return" from this void
function.

* gcrypt.h (gcry_pk_testkey): Doc fix.

* libgcrypt.def: Manually wrote this file.
* build-def: This file should not be used anymore.


-----------------+
 ChangeLog       |   29 ++++++
 ac.c            |    2 
 arcfour.c       |    2 
 blowfish.c      |    2 
 cast5.c         |    2 
 cipher.c        |   32 +++----
 crc.c           |    6 -
 des.c           |    4 
 dsa.c           |    2 
 elgamal.c       |    2 
 md.c            |   22 ++---
 md4.c           |    2 
 md5.c           |    2 
 pubkey.c        |    6 -
 rand-internal.h |   14 +++
 random.c        |   27 ++----
 rijndael.c      |    6 -
 rmd160.c        |    2 
 rndegd.c        |   10 +-
 rndlinux.c      |   10 +-
 rndunix.c       |    9 +-
 rndw32.c        |  231 +++---------------------------------------------------
 rsa.c           |    2 
 serpent.c       |    6 -
 sha1.c          |    2 
 sha256.c        |    2 
 sha512.c        |    8 -
 tiger.c         |    2 
 twofish.c       |    4 
 29 files changed, 143 insertions(+), 307 deletions(-)



More information about the Gnupg-commits mailing list