mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Ignore the extra EVP_PKEY_get_bn_param() failures
In opensslrsa_components_get(), ignore the extra EVP_PKEY_get_bn_param() return codes as RSA key might not have all those components.
This commit is contained in:
@@ -290,8 +290,7 @@ dst__openssl_fromlabel_provider(int key_base_id, const char *engine,
|
||||
|
||||
ctx = OSSL_STORE_open(label, NULL, NULL, NULL, NULL);
|
||||
if (!ctx) {
|
||||
DST_RET(dst__openssl_toresult2("OSSL_STORE_open_ex",
|
||||
DST_R_OPENSSLFAILURE));
|
||||
DST_RET(dst__openssl_toresult(DST_R_OPENSSLFAILURE));
|
||||
}
|
||||
|
||||
while (!OSSL_STORE_eof(ctx)) {
|
||||
|
Reference in New Issue
Block a user