diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2014-07-11 23:21:31 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-07-11 23:21:31 +0200 |
commit | baf8b57b1d174748d5e01ac67a70f7f96c946637 (patch) | |
tree | c1d446af0a3f2fbfe3872d7031a1380542d315d1 /RELEASE-NOTES | |
parent | f9b80cded7e781b303978b259d4219b7058815af (diff) |
gnutls: ignore invalid certificate dates with VERIFYPEER disabled
This makes the behaviour consistent with what happens if a date can
be extracted from the certificate but is expired.
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 5bdcb3cac..5f3bc0cd3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -38,6 +38,7 @@ This release includes the following bugfixes: o nss: make the fallback to SSLv3 work again 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 This release includes the following known bugs: |