** Version 0.5.1 (2008-03-05) - Added --disable-srp configure option - Better check for memcache (patch by Guillaume Rousse) - Corrected possible memory leak in DBM support for resuming sessions. ** Version 0.5.0-alpha (2008-01-24) - Added support for OpenPGP keys. The new directives are: GnuTLSPGPKeyringFile, GnuTLSPGPCertificateFile, GnuTLSPGPKeyFile ** Version 0.4.2 (2007-12-10) - Added support for sending a certificate chain. - Corrected bug which did not allow the TLS session cache to be used. - Do not allow resuming sessions on different servers. ** Version 0.4.1 (2007-12-03) - Added support for subject alternative names in certificates. Only one per certificate is supported. - New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%, SSL_CLIENT_S_TYPE, SSL_SERVER_M_VERSION, SSL_SERVER_S_SAN%, SSL_SERVER_S_TYPE - The compatibility mode can now be enabled explicitely with the %COMPAT keyword at the GnuTLSPriorities string. It is no longer the default. - Check for GnuTLSPriorities directive. This corrects a segfault. Thanks to David Hrbáč. - Better handling of GnuTLSDHFile and GnuTLSRSAFile. - No longer default paths for RSA and DH parameter files. 6bf625b354bb6d279a74bd08bd9b'>refslogtreecommitdiffstats
path: root/INSTALL
Commit message (Collapse)AuthorAge
* More documentation work on the way to final 1.17 release.Gravatar Christopher Powell 2002-11-14
| | | | | Additional work on the Makefile.
* Yanking old doc files.Gravatar Christopher Powell 2002-11-14
|
* Monster changes en route to 1.17. Esp. with new documentation.Gravatar Christopher Powell 2002-11-14
|
* Lots of changes & bugfixes as requested on the list. Pre-1 of 1.17.1.17pre1Gravatar Christopher Powell 2002-06-27
|
* Added notes logging capability. This is a commit prior to a lot of work