]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message *** gnutls_0_9_97
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 11 Nov 2003 16:40:21 +0000 (16:40 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 11 Nov 2003 16:40:21 +0000 (16:40 +0000)
ChangeLog
NEWS
configure.in

index 5754c0b01265f756556852d069710cb13aca129c..de0a912e857fc80508cece33a12e3297912cfa9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2003-11-11 16:37  nmav <nmav@gnutls.org>
+
+       * src/: certtool-gaa.c, certtool-gaa.h, certtool.c, certtool.gaa:
+
+       Added capability to read CRLs to certtool.  
+
+2003-11-11 16:23  nmav <nmav@gnutls.org>
+
+       * 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 <nmav@gnutls.org>
+
+       * 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 <nmav@gnutls.org>
 
        * lib/gnutls.h.in.in:
diff --git a/NEWS b/NEWS
index 9b6f0ab7b98462f65f0a1e141286a761bfc87aab..717f5c0118fade25dec4166905a66532febc1d87 100644 (file)
--- 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.
index 85487224d036bf8ba7c1f6b473dc9921dde032a5..352a00fc36a780b6b9db3dc42582774412fd98e5 100644 (file)
@@ -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