Home
last modified time | relevance | path

Searched refs:SCT_LIST_validate (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/crypto/openssl/doc/man3/
DSCT_validate.pod5 SCT_validate, SCT_LIST_validate, SCT_get_validation_status -
22 int SCT_LIST_validate(const STACK_OF(SCT) *scts, CT_POLICY_EVAL_CTX *ctx);
28 SCT_LIST_validate() performs the same checks on an entire stack of SCTs.
71 A return value of 0 from SCT_LIST_validate() should not be interpreted as a
80 SCT_LIST_validate() returns a negative integer if an internal error occurs, 0
84 If SCT_validate() or SCT_LIST_validate() have not been passed that SCT, the
DSCT_print.pod29 a human-readable string. Call SCT_validate() or SCT_LIST_validate()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dct.h315 __owur int SCT_LIST_validate(const STACK_OF(SCT) *scts,
/freebsd-12-stable/crypto/openssl/crypto/ct/
Dct_sct.c376 int SCT_LIST_validate(const STACK_OF(SCT) *scts, CT_POLICY_EVAL_CTX *ctx) in SCT_LIST_validate() function
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map2597 SCT_LIST_validate;
/freebsd-12-stable/crypto/openssl/ssl/
Dssl_lib.c5042 if (SCT_LIST_validate(scts, ctx) < 0) { in ssl_validate_ct()
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile2378 MLINKS+= SCT_validate.3 SCT_LIST_validate.3