Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
DSCT_validate.pod5 SCT_validate, SCT_LIST_validate, SCT_get_validation_status -
21 int SCT_validate(SCT *sct, const CT_POLICY_EVAL_CTX *ctx);
27 SCT_validate() will check that an SCT is valid and verify its signature.
77 SCT_validate() returns a negative integer if an internal error occurs, 0 if the
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()
42 L<SCT_validate(3)>
DSCT_new.pod174 SCT_VALIDATION_STATUS_NOT_SET (see L<SCT_validate(3)>).
203 L<SCT_validate(3)>,
/freebsd-12-stable/crypto/openssl/doc/man7/
Dct.pod35 L<SCT_validate(3)>,
36 L<SCT_validate(3)>,
/freebsd-12-stable/crypto/openssl/crypto/ct/
Dct_sct.c290 int SCT_validate(SCT *sct, const CT_POLICY_EVAL_CTX *ctx) in SCT_validate() function
389 is_sct_valid = SCT_validate(sct, ctx); in SCT_LIST_validate()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dct.h306 __owur int SCT_validate(SCT *sct, const CT_POLICY_EVAL_CTX *ctx);
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile273 MAN+= SCT_validate.3
2378 MLINKS+= SCT_validate.3 SCT_LIST_validate.3
2379 MLINKS+= SCT_validate.3 SCT_get_validation_status.3
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map2622 SCT_validate;