Home
last modified time | relevance | path

Searched refs:X509_V_FLAG_USE_DELTAS (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/apps/lib/
H A Dopt.c800 X509_VERIFY_PARAM_set_flags(vpm, X509_V_FLAG_USE_DELTAS); in opt_verify()
/freebsd/crypto/openssl/include/openssl/
H A Dx509_vfy.h444 # define X509_V_FLAG_USE_DELTAS 0x2000 macro
H A Dx509_vfy.h.in347 # define X509_V_FLAG_USE_DELTAS 0x2000 macro
/freebsd/crypto/openssl/doc/man3/
H A DX509_VERIFY_PARAM_set_flags.pod285 If B<X509_V_FLAG_USE_DELTAS> is set delta CRLs (if present) are used to
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1177 if ((ctx->param->flags & X509_V_FLAG_USE_DELTAS) == 0) in get_delta_sk()