summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-08-30 13:23:24 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-08-30 13:23:24 +0200
commita4f337a9c26ed10403bc1cb2913df5a35e10f900 (patch)
tree504488e51543fbd342a472e93dfe16c2d7f1b7fb
parentd4d53d99b1bbf75e95e9493cae930257ee443ffe (diff)
downloadcurl-a4f337a9c26ed10403bc1cb2913df5a35e10f900.tar.gz
KNOWN_BUGS: HTTP/3 doesn't support client certs
Closes #7625
-rw-r--r--docs/KNOWN_BUGS7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 7032a2d56..17d535ad6 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -163,6 +163,7 @@ problems may have been fixed or changed somewhat since this was written!
18.5 HTTP/3 download with quiche halts after a while
18.6 HTTP/3 multipart POST with quiche fails
18.7 HTTP/3 quiche upload large file fails
+ 18.8 HTTP/3 doesn't support client certs
==============================================================================
@@ -1156,3 +1157,9 @@ problems may have been fixed or changed somewhat since this was written!
18.7 HTTP/3 quiche upload large file fails
https://github.com/curl/curl/issues/7532
+
+18.8 HTTP/3 doesn't support client certs
+
+ aka "mutual authentication".
+
+ https://github.com/curl/curl/issues/7625