This flag means the private key operations will be handled by rsa_mod_exp
and that they do not depend on the private key components being present:
for example a key stored in external hardware. Without this flag bn_mod_exp
gets called when private key components are absent.
This flag means the private key operations will be handled by rsa_mod_exp and that they do not depend on the private key components being present: for example a key stored in external hardware. Without this flag bn_mod_exp gets called when private key components are absent.