diff options
author | Nokis Mavrogiannopoulos | 2008-02-20 18:50:41 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2008-02-20 18:50:41 +0000 |
commit | 586e3bef5d34d090d9480e146783c33313f9dc34 (patch) | |
tree | 928d7bc1a0141b95828e62e29aacf4aebab338c8 /NEWS | |
parent | 8e33f2d4c149fe8b6d2f1f3bdb06c52da53952f1 (diff) |
added tags0.4.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -0,0 +1,30 @@ | |||
1 | ** Version 0.5.0-alpha (2008-01-24) | ||
2 | |||
3 | - Added support for OpenPGP keys. The new directives are: | ||
4 | GnuTLSPGPKeyringFile, GnuTLSPGPCertificateFile, GnuTLSPGPKeyFile | ||
5 | |||
6 | ** Version 0.4.2 (2007-12-10) | ||
7 | |||
8 | - Added support for sending a certificate chain. | ||
9 | |||
10 | - Corrected bug which did not allow the TLS session cache to be used. | ||
11 | |||
12 | - Do not allow resuming sessions on different servers. | ||
13 | |||
14 | ** Version 0.4.1 (2007-12-03) | ||
15 | |||
16 | - Added support for subject alternative names in certificates. | ||
17 | Only one per certificate is supported. | ||
18 | |||
19 | - New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%, | ||
20 | SSL_CLIENT_S_TYPE, SSL_SERVER_M_VERSION, SSL_SERVER_S_SAN%, SSL_SERVER_S_TYPE | ||
21 | |||
22 | - The compatibility mode can now be enabled explicitely with the | ||
23 | %COMPAT keyword at the GnuTLSPriorities string. It is no longer the default. | ||
24 | |||
25 | - Check for GnuTLSPriorities directive. This corrects a segfault. Thanks | ||
26 | to David Hrbáč. | ||
27 | |||
28 | - Better handling of GnuTLSDHFile and GnuTLSRSAFile. | ||
29 | |||
30 | - No longer default paths for RSA and DH parameter files. | ||