summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-11-11 16:40:21 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-11-11 16:40:21 +0000
commitcc01e539a47a78bb43e341a922cf2583f18aa692 (patch)
tree500bfeb7a0097a4ff1028d431bd66e95359288fd
parentef2529da0b6ee65131bc26604327c1a3b6caf094 (diff)
downloadgnutls_0_9_97.tar.gz
*** empty log message ***gnutls_0_9_97
-rw-r--r--ChangeLog21
-rw-r--r--NEWS4
-rw-r--r--configure.in2
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 <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 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