aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 49abeda29b578a465cf7b13d04d1c7d7813c37db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
** 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.
519a31da825ca27aa48e1a2d3dc7b45921852'>Some minor additions / edits to the docs.Gravatar Christopher Powell 2003-03-27 * Removed message about insufficient info to log.1.18Gravatar Christopher Powell 2002-12-18 * Delayed inserts, includes, better table creation, renamed global vars,Gravatar Christopher Powell 2002-12-18 * Changes on route to 1.18 release (better table creation logic and workarounds...Gravatar Christopher Powell 2002-12-10 * More documentation work on the way to final 1.17 release.Gravatar Christopher Powell 2002-11-14 * Monster changes en route to 1.17. Esp. with new documentation.Gravatar Christopher Powell 2002-11-14 * *** empty log message ***1.17pre2Gravatar Christopher Powell 2002-09-04 * Lots of changes & bugfixes as requested on the list. Pre-1 of 1.17.1.17pre1Gravatar Christopher Powell 2002-06-27 * More effort toward next release. Now include headers in/out.Gravatar Christopher Powell 2002-05-24 * Further changes on the way to 1.17, big one was the segfault fix.Gravatar Christopher Powell 2002-05-16 * Added notes logging capability. This is a commit prior to a lot of workGravatar Christopher Powell 2002-05-14 * Significant headway toward a releasable 1.16, passed ab testing and myGravatar Christopher Powell 2002-04-23 * Significant bugfixes and feature additions on the way to 1.16...Gravatar Christopher Powell 2002-04-21 * Added - but did not activate - routines to handle proxy environment variables.