summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23f033e7bf..739ba9798e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2003-11-01 10:25 nmav <nmav@gnutls.org>
+
+ * src/: certtool-gaa.c, certtool-gaa.h, certtool.c, certtool.gaa:
+
+ Added option to certtool to use export-grade algorithms. If password
+ is set in pkcs8 mode, then the output structure will be encrypted.
+
+2003-11-01 08:46 nmav <nmav@gnutls.org>
+
+ * doc/scripts/Makefile.am:
+
+ gdoc and sort1.pl are now included in the distribution.
+
+2003-11-01 08:46 nmav <nmav@gnutls.org>
+
+ * NEWS, doc/tex/certificate.tex, doc/tex/cover.tex.in,
+ doc/tex/ex-rfc2818.tex, lib/gnutls.h.in.in, lib/gnutls_cert.c,
+ lib/gnutls_int.h, src/Makefile.am, src/certtool-gaa.c,
+ src/certtool-gaa.h, src/certtool.c, src/certtool.gaa, src/common.c,
+ src/prime.c:
+
+ * Several changes in certificate and key verification.
+ * GNUTLS_CERT_NOT_TRUSTED was replaced by GNUTLS_CERT_INVALID, to
+ avoid having two flags for the same thing.
+ * Updated documentation for openpgp key verification.
+ * The prime tool was combined with the certtool.
+
2003-10-31 12:45 nmav <nmav@gnutls.org>
* src/: certtool.c, common.c: