Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_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/crypto/openssl/include/openssl/
H A Dx509v3.h.in83 X509V3_EXT_R2I r2i; member
H A Dx509v3.h82 X509V3_EXT_R2I r2i; member
/freebsd/crypto/openssl/
H A DCHANGES.md13166 * Constify all or almost all d2i, c2i, s2i and r2i functions, along with
20571 Various additions to support the r2i method this uses.
20585 * Add code to allow r2i extensions to access the configuration database,