11#if OPENSSL_VERSION_NUMBER < 0x10100000L
18 if ((
r->n == NULL && n == NULL) || (
r->e == NULL && e == NULL))
65 if ((sig->r == NULL &&
r == NULL) || (sig->s == NULL &&
s == NULL)) {
90const STACK_OF(X509_EXTENSION) * X509_get0_extensions(
const X509 *x) {
91 return x->cert_info->extensions;
ASN1_OCTET_STRING * X509_EXTENSION_get_data(X509_EXTENSION *ex)
void RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1, const BIGNUM **iqmp)
ASN1_OBJECT * X509_EXTENSION_get_object(X509_EXTENSION *ex)
const STACK_OF(X509_EXTENSION)
void RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d)
void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps)
void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q)
int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d)
int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s)