Home
last modified time | relevance | path

Searched refs:X509V3_CTX_REPLACE (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DX509V3_set_ctx.pod34 or B<X509V3_CTX_REPLACE>, which means that each X.509v3 extension added as
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_conf.c325 if (ctx->flags == X509V3_CTX_REPLACE) in X509V3_EXT_add_nconf_sk()
/freebsd/crypto/openssl/apps/
H A Dx509.c829 X509V3_set_ctx(&ext_ctx, issuer_cert, x, NULL, NULL, X509V3_CTX_REPLACE); in x509_main()
H A Dreq.c842 new_x509, NULL, NULL, X509V3_CTX_REPLACE); in req_main()
H A Dcmp.c1673 X509V3_set_ctx(&ext_ctx, NULL, NULL, csr, NULL, X509V3_CTX_REPLACE); in setup_request_ctx()
H A Dca.c1734 ret, req, NULL, X509V3_CTX_REPLACE); in do_body()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in96 # define X509V3_CTX_REPLACE 0x2 macro
H A Dx509v3.h95 # define X509V3_CTX_REPLACE 0x2 macro