Remove unnecessary TODO comment

We don't implement anonymous key exchanges, and we don't intend to, so it can
never happen that an unauthenticated server requests a certificate from us.
This commit is contained in:
Manuel Pégourié-Gonnard 2016-02-22 12:02:30 +01:00 committed by Simon Butcher
parent eeef947040
commit 56e9ae2bf2

View File

@ -2581,9 +2581,6 @@ static int ssl_parse_certificate_request( mbedtls_ssl_context *ssl )
ssl->record_read = 0;
// TODO: handshake_failure alert for an anonymous server to request
// client authentication
/*
* struct {
* ClientCertificateType certificate_types<1..2^8-1>;