source: mod_gnutls/NEWS @ 8ce897a

debian/masterdebian/stretch-backportsjessie-backportsupstream upstream/0.5.2
Last change on this file since 8ce897a was 8ce897a, checked in by Daniel Kahn Gillmor <dkg@…>, 10 years ago

Imported Upstream version 0.5.2

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