]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 1 Nov 2003 23:05:10 +0000 (23:05 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 1 Nov 2003 23:05:10 +0000 (23:05 +0000)
ChangeLog

index 23f033e7bf93674d11cea8a9eedd4e29d5a26ca5..739ba9798e5f6c2665cf4a52b60f3409199d0402 100644 (file)
--- 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: