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.
* 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)