diff options
author | Emil Engler <me@emilengler.com> | 2020-04-23 21:36:35 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-04-30 14:40:54 +0200 |
commit | 42d8d9a7e816f14226819cdc2440e11ef004230e (patch) | |
tree | d795d50cb88eb04f37588f21f8fbf17b4789db48 /docs/KNOWN_BUGS | |
parent | c06902713998d68202c5a764de910ba8d0e8f54d (diff) |
GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULT
Closes #5287
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 93cb36902..7bb276566 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -200,8 +200,8 @@ problems may have been fixed or changed somewhat since this was written! 2.1 CURLINFO_SSL_VERIFYRESULT has limited support - CURLINFO_SSL_VERIFYRESULT is only implemented for the OpenSSL and NSS - backends, so relying on this information in a generic app is flaky. + CURLINFO_SSL_VERIFYRESULT is only implemented for the OpenSSL, NSS and + GnuTLS backends, so relying on this information in a generic app is flaky. 2.2 DER in keychain |