1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

KNOWN_BUGS: Client cert (MTLS) issues with Schannel

Closes #3145
This commit is contained in:
Daniel Stenberg 2019-03-07 13:14:51 +01:00
parent af219e4492
commit 5114f82331
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -30,6 +30,7 @@ problems may have been fixed or changed somewhat since this was written!
2.4 DarwinSSL won't import PKCS#12 client certificates without a password
2.5 Client cert handling with Issuer DN differs between backends
2.6 CURL_GLOBAL_SSL
2.7 Client cert (MTLS) issues with Schannel
3. Email protocols
3.1 IMAP SEARCH ALL truncated response
@ -284,6 +285,10 @@ problems may have been fixed or changed somewhat since this was written!
https://github.com/curl/curl/issues/2276
2.7 Client cert (MTLS) issues with Schannel
See https://github.com/curl/curl/issues/3145
3. Email protocols