mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
KNOWN_BUGS: CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel
Closes #8741
This commit is contained in:
parent
46d1b95e69
commit
5554e45405
@ -34,6 +34,7 @@ problems may have been fixed or changed somewhat since this was written.
|
||||
2.10 Store TLS context per transfer instead of per connection
|
||||
2.11 Schannel TLS 1.2 handshake bug in old Windows versions
|
||||
2.12 FTPS with Schannel times out file list operation
|
||||
2.13 CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel
|
||||
2.14 Secure Transport disabling hostname validation also disables SNI
|
||||
2.15 Renegotiate from server may cause hang for OpenSSL backend
|
||||
|
||||
@ -334,6 +335,10 @@ problems may have been fixed or changed somewhat since this was written.
|
||||
expires." - the same command line seems to work with other TLS backends and
|
||||
other operating systems. See https://github.com/curl/curl/issues/5284.
|
||||
|
||||
2.13 CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel
|
||||
|
||||
https://github.com/curl/curl/issues/8741
|
||||
|
||||
2.14 Secure Transport disabling hostname validation also disables SNI
|
||||
|
||||
SNI is the hostname that is sent by the TLS library to the server as part of
|
||||
|
Loading…
x
Reference in New Issue
Block a user