We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3b874 commit 257fd17Copy full SHA for 257fd17
1 file changed
tests/api.c
@@ -25852,7 +25852,7 @@ static int test_wolfSSL_CTX_add_extra_chain_cert(void)
25852
pkey = X509_get_pubkey(ecX509);
25853
ExpectNotNull(pkey);
25854
/* current ECC key is 256 bit (32 bytes) */
25855
- ExpectIntEQ(EVP_PKEY_size(pkey), 72);
+ ExpectIntGE(EVP_PKEY_size(pkey), 72);
25856
25857
X509_free(ecX509);
25858
ecX509 = NULL;
@@ -40935,7 +40935,7 @@ static int test_wolfSSL_CTX_ctrl(void)
40935
#endif
40936
ExpectNotNull(pkey = X509_get_pubkey(ecX509));
40937
40938
40939
40940
40941
EVP_PKEY_free(pkey);
0 commit comments