summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-04-01 22:05:08 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-04-01 22:05:08 +0000
commit3a0cd9ac6f811954b896f7aac26a57a211e74591 (patch)
tree8529d4b113315ba29f0ce363950aa390189291e0
parent47836324df6c7788817468ce4f72bed7dba480e5 (diff)
downloadgnutls-3a0cd9ac6f811954b896f7aac26a57a211e74591.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9590159e27..1204a85910 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2003-04-01 19:13 nmav <nmav@gnutls.org>
+
+ * src/: cli.c, common.c, crypt.c, serv.c, tests.c, tls_test.c:
+
+ Some fixes to allow proper compiling when
+ --disable-srp-authentication and --disable-anon-authentication are
+ specified. Patch by Paul Sheer.
+
+2003-04-01 18:50 nmav <nmav@gnutls.org>
+
+ * configure.in, lib/gnutls_cert.c, lib/gnutls_x509.c, src/cli.c,
+ src/common.c, src/serv.c:
+
+ Added the --disable-extra-pki configure option, which disables all
+ extra PKI stuff like PKCS #7, PKCS #10 etc. To be used in constraint
+ systems.
+
+2003-04-01 08:47 nmav <nmav@gnutls.org>
+
+ * NEWS, lib/gnutls_mpi.c:
+
+ several bug fixes in the certificate parsing, and some in the asn1
+ parser.
+
+2003-03-31 23:05 nmav <nmav@gnutls.org>
+
+ * lib/: gnutls_int.h, gnutls_x509.c:
+
+ More fixes to eliminate constants.
+
+2003-03-31 22:46 nmav <nmav@gnutls.org>
+
+ * lib/: gnutls_algorithms.c, gnutls_dh_primes.c, gnutls_mpi.c,
+ gnutls_mpi.h, gnutls_pk.c:
+
+ Eliminated the need for a hard coded max MPI parameter size.
+
2003-03-29 10:59 nmav <nmav@gnutls.org>
* src/common.c: