libgcrypt/src (8 files)

cvs user mo cvs@cvs.gnupg.org
Tue, 15 Jul 2003 00:33:42 +0200


    Date: Tuesday, July 15, 2003 @ 00:33:42
  Author: mo
    Path: /cvs/gnupg/libgcrypt/src

Modified: ChangeLog Makefile.am g10lib.h gcrypt.h global.c module.c mpi.h
          sexp.c

2003-07-15  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.h: Bumped version number up to 1.1.42-cvs.

2003-07-14  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.h (gcry_cipher_spec): New member: aliases.

	* Makefile.am (noinst_PROGRAMS, testapi_SOURCES, testapai_LDADD,
	benchmark_SOURCES, benchmark_LDADD): Removed.

	* benchmark.c, testapi.c: Removed files.

	* mpi.h: Removed disabled typedef.
	* g10lib.h: Likewise.

	* benchmark.c, g10lib.h, gcrypt.h, global.c, module.c, sexp.c:
	Used gcry_err* wrappers for libgpg-error symbols.

2003-07-12  Moritz Schulte  <moritz@g10code.com>

	* global.c: Likewise.

	* gcrypt.h: New type: gcry_error_t, gcry_err_code_t and
	gcry_err_source_t.
	(gcry_err_make, gcry_error, gcry_err_code, gcry_err_source): New
	functions.

	* global.c (gcry_strerror): New function.
	(gcry_strsource): New function.

	* gcrypt.h: New symbol: GCRY_CIPHER_TWOFISH128.

2003-07-09  Moritz Schulte  <moritz@g10code.com>

	* gcrypt.h (enum gcry_md_flags): Removed, used define instead,
	since that is more common than an enumeration list when it comes
	to flags that can be bitwise ORed.


-------------+
 ChangeLog   |   39 +++++++++
 Makefile.am |    7 -
 g10lib.h    |   22 +----
 gcrypt.h    |  232 +++++++++++++++++++++++++++++++++++-----------------------
 global.c    |   57 ++++++++------
 module.c    |   12 +--
 mpi.h       |    7 -
 sexp.c      |   90 +++++++++++-----------
 8 files changed, 270 insertions(+), 196 deletions(-)