summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-11-01 23:05:10 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-11-01 23:05:10 +0000
commit668d09aaea92e4b323bd4fa40287fe57d0e412b1 (patch)
tree36053cdfa4c7b312efb72141429f43a798ec0805
parent6759b42c5445bcb5ed90b1effe6bf7a9462df42d (diff)
downloadgnutls-668d09aaea92e4b323bd4fa40287fe57d0e412b1.tar.gz
*** empty log message ***
-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: