This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
server doesn't close the connection when certificate verification fails #16
Labels
kind/bug
A bug in existing code (including security flaws)
The only condition for which it works properly is when the signature of the certificate is wrong (i.e. the client is using a certificate that was issued for a different key). All other error conditions, e.g. expired cert, invalid length cert chain, etc., don't generate an error. For the client, the connection will stay open and
Read
will block indefinitely.The text was updated successfully, but these errors were encountered: