mirror of
https://github.com/curl/curl.git
synced 2026-08-26 09:53:32 +03:00
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.
This commit is contained in:
parent
f9b80cded7
commit
baf8b57b1d
2 changed files with 31 additions and 20 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue