mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-01 02:11:23 +08:00
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:
parent
e66dd1dcef
commit
9d79c1ba95
@ -2581,9 +2581,6 @@ static int ssl_parse_certificate_request( mbedtls_ssl_context *ssl )
|
|||||||
|
|
||||||
ssl->record_read = 0;
|
ssl->record_read = 0;
|
||||||
|
|
||||||
// TODO: handshake_failure alert for an anonymous server to request
|
|
||||||
// client authentication
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* struct {
|
* struct {
|
||||||
* ClientCertificateType certificate_types<1..2^8-1>;
|
* ClientCertificateType certificate_types<1..2^8-1>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user