From: Nikos Mavrogiannopoulos Date: Sat, 1 Nov 2003 23:05:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_9_95~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=668d09aaea92e4b323bd4fa40287fe57d0e412b1;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 23f033e7bf..739ba9798e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2003-11-01 10:25 nmav + + * 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 + + * doc/scripts/Makefile.am: + + gdoc and sort1.pl are now included in the distribution. + +2003-11-01 08:46 nmav + + * 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 * src/: certtool.c, common.c: