KNOWN_BUGS: HTTP/3 doesn't support client certs

Closes #7625
This commit is contained in:
Daniel Stenberg 2021-08-30 13:23:24 +02:00
parent d4d53d99b1
commit a4f337a9c2
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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