diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-08-17 10:29:00 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-08-17 10:29:00 +0200 |
commit | 04f46a2a1a99187a389ed836fba406bae4e1bcc9 (patch) | |
tree | 163736f0eb86b208473ee72f98780e4a30cd2004 | |
parent | 50ddc14449addf27165dcb593a5c85d355abdcb1 (diff) | |
download | curl-04f46a2a1a99187a389ed836fba406bae4e1bcc9.tar.gz |
KNOWN_BUGS: Can't use Secure Transport with Crypto Token Kit
Closes #7048
-rw-r--r-- | docs/KNOWN_BUGS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 155b5eeef..6b66899f7 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -72,6 +72,7 @@ problems may have been fixed or changed somewhat since this was written! 6.9 SHA-256 digest not supported in Windows SSPI builds 6.10 curl never completes Negotiate over HTTP 6.11 Negotiate on Windows fails + 6.12 Can't use Secure Transport with Crypto Token Kit 7. FTP 7.1 FTP without or slow 220 response @@ -609,6 +610,9 @@ problems may have been fixed or changed somewhat since this was written! https://github.com/curl/curl/issues/5881 +6.12 Can't use Secure Transport with Crypto Token Kit + + https://github.com/curl/curl/issues/7048 7. FTP |