]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: HTTP/3 doesn't support client certs
authorDaniel Stenberg <daniel@haxx.se>
Mon, 30 Aug 2021 11:23:24 +0000 (13:23 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 30 Aug 2021 11:23:24 +0000 (13:23 +0200)
Closes #7625

docs/KNOWN_BUGS

index 7032a2d56f27b533108bc6741063158ee4237785..17d535ad63a7c72d4e9c4afbcc98d185d315e399 100644 (file)
@@ -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