Specify which documentation you found a problem with
KNOWN_BUGS.md
The problem
The entry is about GnuTLS not sending the client cert when it doesn't match the DN the server requested.
OpenSSL does the opposite.
The issue was reported in #1411 and fixed by #4958.
The KNOWN_BUGS entry was subsequently removed (#16175).
It then however was added back by #16677 although it didn't seem to have anything to do with that pr? The reason why it was added back is unclear to me. (possibly because the fix only worked for GnuTLS >= 3.5.0 and curl supported versions below that at the time)
I tested the issue and it is still fixed. Since curl only supports GnuTLS >= 3.6 according to docs/INTERNALS.md should this entry be removed aswell, or is there another reason it was added back?
Specify which documentation you found a problem with
KNOWN_BUGS.md
The problem
The entry is about GnuTLS not sending the client cert when it doesn't match the
DNthe server requested.OpenSSL does the opposite.
The issue was reported in #1411 and fixed by #4958.
The KNOWN_BUGS entry was subsequently removed (#16175).
It then however was added back by #16677 although it didn't seem to have anything to do with that pr? The reason why it was added back is unclear to me. (possibly because the fix only worked for GnuTLS >= 3.5.0 and curl supported versions below that at the time)
I tested the issue and it is still fixed. Since curl only supports GnuTLS >= 3.6 according to
docs/INTERNALS.mdshould this entry be removed aswell, or is there another reason it was added back?