diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2014-07-11 23:55:53 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-07-12 00:11:44 +0200 |
commit | 447c31ce9d62913302040304e3f3d9d43743c71f (patch) | |
tree | ca5ab873fda5ced541a8b1720d2763f72e98a6a0 /RELEASE-NOTES | |
parent | d582c272a6782a28d9f14547b19564a2292e2a80 (diff) | |
download | curl-447c31ce9d62913302040304e3f3d9d43743c71f.tar.gz |
gnutls: explicitly added SRP to the priority string
This seems to have become necessary for SRP support to work starting
with GnuTLS ver. 2.99.0. Since support for SRP was added to GnuTLS
before the function that takes this priority string, there should be no
issue with backward compatibility.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5f3bc0cd3..03dc74530 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -39,6 +39,7 @@ This release includes the following bugfixes: o tool: prevent valgrind from reporting possibly lost memory (nss only) o nss: fix a memory leak when CURLOPT_CRLFILE is used o gnutls: ignore invalid certificate dates with VERIFYPEER disabled + o gnutls: fix SRP support with versions of GnuTLS from 2.99.0 o This release includes the following known bugs: |