source: mod_gnutls/NEWS @ bde24cf

asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
Last change on this file since bde24cf was bde24cf, checked in by Nokis Mavrogiannopoulos <nmav@…>, 14 years ago
  • Property mode set to 100644
File size: 1.4 KB
Line 
1** Version 0.5.3 (2008-10-16)
2
3- Corrected bug to allow having an OpenPGP-only web site.
4
5- Increased Max handshake tries due to interrupted system calls.
6
7** Version 0.5.2 (2008-06-29)
8
9- Depend on gnutls 2.4 which has openpgp support in main library.
10
11** Version 0.5.1 (2008-03-05)
12
13- Added --disable-srp configure option
14
15- Better check for memcache (patch by Guillaume Rousse)
16
17- Corrected possible memory leak in DBM support for resuming sessions.
18
19** Version 0.5.0-alpha (2008-01-24)
20
21- Added support for OpenPGP keys. The new directives are:
22  GnuTLSPGPKeyringFile, GnuTLSPGPCertificateFile, GnuTLSPGPKeyFile
23
24** Version 0.4.2 (2007-12-10)
25
26- Added support for sending a certificate chain.
27
28- Corrected bug which did not allow the TLS session cache to be used.
29
30- Do not allow resuming sessions on different servers.
31
32** Version 0.4.1 (2007-12-03)
33
34- Added support for subject alternative names in certificates.
35Only one per certificate is supported.
36
37- New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%,
38SSL_CLIENT_S_TYPE, SSL_SERVER_M_VERSION, SSL_SERVER_S_SAN%, SSL_SERVER_S_TYPE
39
40- The compatibility mode can now be enabled explicitely with the
41%COMPAT keyword at the GnuTLSPriorities string. It is no longer the default.
42
43- Check for GnuTLSPriorities directive. This corrects a segfault. Thanks
44to David Hrbáč.
45
46- Better handling of GnuTLSDHFile and GnuTLSRSAFile.
47
48- No longer default paths for RSA and DH parameter files.
Note: See TracBrowser for help on using the repository browser.