rsa_meth_st.rsa_keygen

If this callback is null, the builtin software RSA key-gen will be used. This is for behavioural compatibility whilst the code gets rewired, but one day it would be nice to assume there are no such things as "builtin software" implementations.

struct rsa_meth_st
int function(libressl_d.openssl.ossl_typ.RSA* rsa, int bits, libressl_d.openssl.ossl_typ.BIGNUM* e, libressl_d.openssl.ossl_typ.BN_GENCB* cb) rsa_keygen;

Meta