libgcrypt/cipher (16 files)
cvs user mo
cvs@cvs.gnupg.org
Tue, 15 Jul 2003 00:36:45 +0200
Date: Tuesday, July 15, 2003 @ 00:36:45
Author: mo
Path: /cvs/gnupg/libgcrypt/cipher
Modified: ChangeLog ac.c arcfour.c blowfish.c cast5.c cipher.c des.c dsa.c
elgamal.c md.c primegen.c pubkey.c random.c rijndael.c rsa.c
twofish.c
2003-07-14 Moritz Schulte <moritz@g10code.com>
* cipher.c (gcry_cipher_lookup_func_name): Also check the cipher
name aliases, not just the primary name.
(gcry_cipher_map_name): Remove kludge for aliasing Rijndael to
AES.
* arcfour.c, blowfish.c, cast5.c, des.c, twofish.c: Adjust cipher
specification structures.
* rijndael.c (rijndael_names, rijndael192_names,
rijndael256_names): New variables, use them in the cipher
specifications.
* rmd160test.c: Removed file.
* ac.c, arcfour.c, blowfish.c, cast5.c, cipher.c, des.c, dsa.c,
elgamal.c, md.c, pubkey.c, random.c, rijndael.c, rsa.c, twofish.c:
Used gcry_err* wrappers for libgpg symbols.
* primegen.c (gen_prime): Correct the order arguments to
extra_check.
2003-07-12 Moritz Schulte <moritz@g10code.com>
* ac.c: Replaced all public occurences of gpg_error_t with
gcry_error_t.
* cipher.c: Likewise.
* md.c: Likewise.
* pubkey.c: Likewise.
* random.c: Likewise.
* cipher.c: Added support for TWOFISH128.
------------+
ChangeLog | 34 ++++++++++++++
ac.c | 124 +++++++++++++++++++++++++++---------------------------
arcfour.c | 8 +--
blowfish.c | 10 ++--
cast5.c | 10 ++--
cipher.c | 128 +++++++++++++++++++++++++++-----------------------------
des.c | 8 +--
dsa.c | 14 +++---
elgamal.c | 22 ++++-----
md.c | 92 ++++++++++++++++++++--------------------
primegen.c | 2
pubkey.c | 134 +++++++++++++++++++++++++++++------------------------------
random.c | 4 -
rijndael.c | 28 ++++++++++--
rsa.c | 16 +++----
twofish.c | 8 +--
16 files changed, 345 insertions(+), 297 deletions(-)