diff options
author | Nikos Mavrogiannopoulos | 2007-12-03 18:26:23 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2007-12-03 18:26:23 +0000 |
commit | a3c97d1f759cf5fce5dc5fa7aeb5b4812e6c89a1 (patch) | |
tree | e43ac10d8d663abc12c958695243485398c1e6a9 /NEWS | |
parent | 2226711353fe0895769ba4c2bc5bf7017cbc4d89 (diff) |
better handling of RSAFile and DHFile
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,6 +9,9 @@ SSL_CLIENT_S_TYPE, SSL_SERVER_M_VERSION, SSL_SERVER_S_SAN%, SSL_SERVER_S_TYPE | |||
9 | - The compatibility mode can now be enabled explicitely with the | 9 | - The compatibility mode can now be enabled explicitely with the |
10 | %COMPAT keyword at the GnuTLSPriorities string. It is no longer the default. | 10 | %COMPAT keyword at the GnuTLSPriorities string. It is no longer the default. |
11 | 11 | ||
12 | - Check for GnuTLSPriorities directive. | 12 | - Check for GnuTLSPriorities directive. This corrects a segfault. Thanks |
13 | to David Hrbáč. | ||
14 | |||
15 | - Better handling of GnuTLSDHFile and GnuTLSRSAFile. | ||
13 | 16 | ||
14 | - No longer default paths for RSA and DH parameter files. | 17 | - No longer default paths for RSA and DH parameter files. |