revert output message which used by testing
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
ebb1b1d48f
commit
42020fb186
1 changed files with 1 additions and 2 deletions
|
@ -2802,9 +2802,8 @@ static void ssl_tls13_prepare_for_handshake_second_flight(
|
||||||
if (ssl->handshake->certificate_request_sent) {
|
if (ssl->handshake->certificate_request_sent) {
|
||||||
mbedtls_ssl_handshake_set_state(ssl, MBEDTLS_SSL_CLIENT_CERTIFICATE);
|
mbedtls_ssl_handshake_set_state(ssl, MBEDTLS_SSL_CLIENT_CERTIFICATE);
|
||||||
} else {
|
} else {
|
||||||
|
MBEDTLS_SSL_DEBUG_MSG(2, ("skip parse certificate"));
|
||||||
MBEDTLS_SSL_DEBUG_MSG(2, ("skip parse certificate verify"));
|
MBEDTLS_SSL_DEBUG_MSG(2, ("skip parse certificate verify"));
|
||||||
MBEDTLS_SSL_DEBUG_MSG(
|
|
||||||
2, ("Skip certificate and certificate verify parsing"));
|
|
||||||
|
|
||||||
mbedtls_ssl_handshake_set_state(ssl, MBEDTLS_SSL_CLIENT_FINISHED);
|
mbedtls_ssl_handshake_set_state(ssl, MBEDTLS_SSL_CLIENT_FINISHED);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue