mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
test_wrong_cs_downgrade: clamp error to exact value
This commit is contained in:
@ -68462,8 +68462,8 @@ static int test_wrong_cs_downgrade(void)
|
|||||||
test_ctx.c_len = sizeof(test_wrong_cs_downgrade_sh);
|
test_ctx.c_len = sizeof(test_wrong_cs_downgrade_sh);
|
||||||
|
|
||||||
ExpectIntNE(wolfSSL_connect(ssl_c), WOLFSSL_SUCCESS);
|
ExpectIntNE(wolfSSL_connect(ssl_c), WOLFSSL_SUCCESS);
|
||||||
ExpectIntNE(wolfSSL_get_error(ssl_c, WOLFSSL_FATAL_ERROR),
|
ExpectIntEQ(wolfSSL_get_error(ssl_c, WOLFSSL_FATAL_ERROR),
|
||||||
WOLFSSL_ERROR_WANT_READ);
|
MATCH_SUITE_ERROR);
|
||||||
|
|
||||||
wolfSSL_free(ssl_c);
|
wolfSSL_free(ssl_c);
|
||||||
wolfSSL_CTX_free(ctx_c);
|
wolfSSL_CTX_free(ctx_c);
|
||||||
|
Reference in New Issue
Block a user