[6d4de37] | 1 | ** Verison 0.5.4 (unreleased) |
---|
| 2 | |
---|
| 3 | - mod_gnutls.h: modified definition to extern to avoid compilation |
---|
| 4 | errors in darwin. |
---|
| 5 | |
---|
[bde24cf] | 6 | ** Version 0.5.3 (2008-10-16) |
---|
[7ca474b] | 7 | |
---|
[bde24cf] | 8 | - Corrected bug to allow having an OpenPGP-only web site. |
---|
| 9 | |
---|
| 10 | - Increased Max handshake tries due to interrupted system calls. |
---|
[7ca474b] | 11 | |
---|
[1897a1c] | 12 | ** Version 0.5.2 (2008-06-29) |
---|
| 13 | |
---|
| 14 | - Depend on gnutls 2.4 which has openpgp support in main library. |
---|
| 15 | |
---|
[b71edd5] | 16 | ** Version 0.5.1 (2008-03-05) |
---|
[b333517] | 17 | |
---|
| 18 | - Added --disable-srp configure option |
---|
| 19 | |
---|
| 20 | - Better check for memcache (patch by Guillaume Rousse) |
---|
| 21 | |
---|
[fc4c2e47] | 22 | - Corrected possible memory leak in DBM support for resuming sessions. |
---|
| 23 | |
---|
[f548f15] | 24 | ** Version 0.5.0-alpha (2008-01-24) |
---|
[e5bbda4] | 25 | |
---|
[f548f15] | 26 | - Added support for OpenPGP keys. The new directives are: |
---|
| 27 | GnuTLSPGPKeyringFile, GnuTLSPGPCertificateFile, GnuTLSPGPKeyFile |
---|
[e5bbda4] | 28 | |
---|
[a2cb12f] | 29 | ** Version 0.4.2 (2007-12-10) |
---|
[5e81262] | 30 | |
---|
| 31 | - Added support for sending a certificate chain. |
---|
| 32 | |
---|
[ae4a2b0] | 33 | - Corrected bug which did not allow the TLS session cache to be used. |
---|
| 34 | |
---|
[c055502] | 35 | - Do not allow resuming sessions on different servers. |
---|
| 36 | |
---|
[8e2a483] | 37 | ** Version 0.4.1 (2007-12-03) |
---|
[3dbff0d] | 38 | |
---|
| 39 | - Added support for subject alternative names in certificates. |
---|
| 40 | Only one per certificate is supported. |
---|
[5cac844] | 41 | |
---|
[af4998e] | 42 | - New enviroment variables: SSL_CLIENT_M_VERSION, SSL_CLIENT_S_SAN%, |
---|
[ea470be] | 43 | SSL_CLIENT_S_TYPE, SSL_SERVER_M_VERSION, SSL_SERVER_S_SAN%, SSL_SERVER_S_TYPE |
---|
| 44 | |
---|
| 45 | - The compatibility mode can now be enabled explicitely with the |
---|
| 46 | %COMPAT keyword at the GnuTLSPriorities string. It is no longer the default. |
---|
[d786d75] | 47 | |
---|
[a3c97d1] | 48 | - Check for GnuTLSPriorities directive. This corrects a segfault. Thanks |
---|
| 49 | to David Hrbáč. |
---|
| 50 | |
---|
| 51 | - Better handling of GnuTLSDHFile and GnuTLSRSAFile. |
---|
[d786d75] | 52 | |
---|
| 53 | - No longer default paths for RSA and DH parameter files. |
---|