Skip to content

Ignore the extra EVP_PKEY_get_bn_param() failures

Ondřej Surý requested to merge 3785-openssl-refactoring-18 into main

In opensslrsa_components_get(), ignore the extra EVP_PKEY_get_bn_param() return codes as RSA key might not have all those components.

This reverts the changes to the original @fabled's code.

Edited by Ondřej Surý

Merge request reports