diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-03-07 13:14:51 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-03-07 13:14:51 +0100 |
commit | 5114f82331440eadc9299700490f14c7352c908d (patch) | |
tree | 5007222c85c9b48af5a981565064997f7d29977e /docs/KNOWN_BUGS | |
parent | af219e4492f169f7955e0bb7972b855b428730ba (diff) |
KNOWN_BUGS: Client cert (MTLS) issues with Schannel
Closes #3145
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 8bc469a48..875456f19 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -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 |