Home
last modified time | relevance | path

Searched refs:r2i (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/crypto/openssl/crypto/x509/
HDv3_conf.c116 } else if (method->r2i) { in do_ext_nconf()
121 if ((ext_struc = method->r2i(method, ctx, value)) == NULL) in do_ext_nconf()
/freebsd-head/crypto/openssl/include/openssl/
HDx509v3.h.in79 X509V3_EXT_R2I r2i; member
HDx509v3.h78 X509V3_EXT_R2I r2i; member
/freebsd-head/crypto/openssl/
HDCHANGES.md11368 * Constify all or almost all d2i, c2i, s2i and r2i functions, along with
18773 Various additions to support the r2i method this uses.
18787 * Add code to allow r2i extensions to access the configuration database,