Remove useless debug log of pk type from test cases
Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
parent
1fe45295d7
commit
ea3d93354b
1 changed files with 4 additions and 8 deletions
|
@ -11727,8 +11727,7 @@ run_test "TLS 1.3: Client authentication, client alg not in server list - ope
|
||||||
-c "got a certificate request" \
|
-c "got a certificate request" \
|
||||||
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE" \
|
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE" \
|
||||||
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE_VERIFY" \
|
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE_VERIFY" \
|
||||||
-c "no suitable signature algorithm" \
|
-c "no suitable signature algorithm"
|
||||||
-C "unknown pk type"
|
|
||||||
|
|
||||||
requires_gnutls_tls1_3
|
requires_gnutls_tls1_3
|
||||||
requires_gnutls_next_no_ticket
|
requires_gnutls_next_no_ticket
|
||||||
|
@ -11745,8 +11744,7 @@ run_test "TLS 1.3: Client authentication, client alg not in server list - gnu
|
||||||
-c "got a certificate request" \
|
-c "got a certificate request" \
|
||||||
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE" \
|
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE" \
|
||||||
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE_VERIFY" \
|
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE_VERIFY" \
|
||||||
-c "no suitable signature algorithm" \
|
-c "no suitable signature algorithm"
|
||||||
-C "unknown pk type"
|
|
||||||
|
|
||||||
# Test using an opaque private key for client authentication
|
# Test using an opaque private key for client authentication
|
||||||
requires_openssl_tls1_3
|
requires_openssl_tls1_3
|
||||||
|
@ -11999,8 +11997,7 @@ run_test "TLS 1.3: Client authentication - opaque key, client alg not in serv
|
||||||
-c "got a certificate request" \
|
-c "got a certificate request" \
|
||||||
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE" \
|
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE" \
|
||||||
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE_VERIFY" \
|
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE_VERIFY" \
|
||||||
-c "no suitable signature algorithm" \
|
-c "no suitable signature algorithm"
|
||||||
-C "unkown pk type"
|
|
||||||
|
|
||||||
requires_gnutls_tls1_3
|
requires_gnutls_tls1_3
|
||||||
requires_gnutls_next_no_ticket
|
requires_gnutls_next_no_ticket
|
||||||
|
@ -12018,8 +12015,7 @@ run_test "TLS 1.3: Client authentication - opaque key, client alg not in serv
|
||||||
-c "got a certificate request" \
|
-c "got a certificate request" \
|
||||||
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE" \
|
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE" \
|
||||||
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE_VERIFY" \
|
-c "client state: MBEDTLS_SSL_CLIENT_CERTIFICATE_VERIFY" \
|
||||||
-c "no suitable signature algorithm" \
|
-c "no suitable signature algorithm"
|
||||||
-C "unkown pk type"
|
|
||||||
|
|
||||||
requires_openssl_tls1_3
|
requires_openssl_tls1_3
|
||||||
requires_config_enabled MBEDTLS_DEBUG_C
|
requires_config_enabled MBEDTLS_DEBUG_C
|
||||||
|
|
Loading…
Reference in a new issue