From cc01e539a47a78bb43e341a922cf2583f18aa692 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 11 Nov 2003 16:40:21 +0000 Subject: *** empty log message *** --- ChangeLog | 21 +++++++++++++++++++++ NEWS | 4 +++- configure.in | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5754c0b012..de0a912e85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2003-11-11 16:37 nmav + + * src/: certtool-gaa.c, certtool-gaa.h, certtool.c, certtool.gaa: + + Added capability to read CRLs to certtool. + +2003-11-11 16:23 nmav + + * lib/gnutls_x509.c: + + Renamed several pkcs #7 related functions. That is to allow future + extensions to the API. + +2003-11-11 09:36 nmav + + * NEWS, configure.in, lib/gnutls.h.in.in, lib/gnutls_dh_primes.c, + lib/gnutls_ui.h, lib/x509_b64.c, src/cli-gaa.c: + + Added gnutls_pkcs7_set_certificate2() and gnutls_pkcs7_set_crl2() + functions. + 2003-11-10 21:21 nmav * lib/gnutls.h.in.in: diff --git a/NEWS b/NEWS index 9b6f0ab7b9..717f5c0118 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,10 @@ -Version 0.9.97 +Version 0.9.97 (11/11/2003) - The certtool utility can now generate PKCS #12 structures without specifying a certificate. +- Added capability to read CRLs to certtool. - Corrected some functions which return GNUTLS_E_SHORT_MEMORY_BUFFER to properly set the required buffer size. +- Corrected a bug in libgcrypt detection. Version 0.9.96 (09/11/2003) - Some changes to allow compilation with mingw32. diff --git a/configure.in b/configure.in index 85487224d0..352a00fc36 100644 --- a/configure.in +++ b/configure.in @@ -28,7 +28,7 @@ AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE dnl This is the library version -GNUTLS_MOST_RECENT_INTERFACE=8 +GNUTLS_MOST_RECENT_INTERFACE=9 GNUTLS_CURRENT_INTERFACE_IMPLEMENTATION_NUMBER=$GNUTLS_MICRO_VERSION GNUTLS_OLDEST_INTERFACE=8 -- cgit v1.2.1