Searched refs:X509V3_CTX_REPLACE (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509V3_set_ctx.pod | 34 or B<X509V3_CTX_REPLACE>, which means that each X.509v3 extension added as
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_conf.c | 325 if (ctx->flags == X509V3_CTX_REPLACE) in X509V3_EXT_add_nconf_sk()
|
/freebsd/crypto/openssl/apps/ |
H A D | x509.c | 829 X509V3_set_ctx(&ext_ctx, issuer_cert, x, NULL, NULL, X509V3_CTX_REPLACE); in x509_main()
|
H A D | req.c | 842 new_x509, NULL, NULL, X509V3_CTX_REPLACE); in req_main()
|
H A D | cmp.c | 1673 X509V3_set_ctx(&ext_ctx, NULL, NULL, csr, NULL, X509V3_CTX_REPLACE); in setup_request_ctx()
|
H A D | ca.c | 1734 ret, req, NULL, X509V3_CTX_REPLACE); in do_body()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 96 # define X509V3_CTX_REPLACE 0x2 macro
|
H A D | x509v3.h | 95 # define X509V3_CTX_REPLACE 0x2 macro
|