From: Nikos Mavrogiannopoulos Date: Fri, 7 Sep 2001 11:16:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_2_3~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=536fed1d3cb2bec4c60acffcd3f090094e9af1f0;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/doc/README.autoconf b/doc/README.autoconf index 177098f03e..6852c03c30 100644 --- a/doc/README.autoconf +++ b/doc/README.autoconf @@ -5,7 +5,7 @@ aclocal.m4: include(gnutls.m4) configure.in: - AM_PATH_GNUTLS( 0.2.0,, AC_MSG_ERROR[[*** gnutls was not found]])) + AM_PATH_GNUTLS( 0.2.3,, AC_MSG_ERROR[[*** gnutls was not found]])) these macros define GNUTLS_LIBS and GNUTLS_CFLAGS. diff --git a/doc/TODO b/doc/TODO index f017ce5cac..839cfe2864 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,8 +2,9 @@ * Add DHE_* ciphersuites * Add support for PKCS12 * Add function to return the certificate verification path -* Tools for processing/generating certificates (fabio.fiorina@alcatel.it is working on that) +* Tools for processing/generating certificates * Documentation (of existing functions + Manual) * OpenPGP certificate support (through libgcrypt) -* Add Kerberos support (who wants that?) * Audit the code (volunteers?) +* Add Kerberos support (only if sponsored) +* Add WTLS support (only if sponsored)