Searched refs:SCT_LIST_validate (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SCT_validate.pod | 5 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
|
H A D | SCT_print.pod | 29 a human-readable string. Call SCT_validate() or SCT_LIST_validate()
|
/freebsd/crypto/openssl/crypto/ct/ |
H A D | ct_sct.c | 376 int SCT_LIST_validate(const STACK_OF(SCT) *scts, CT_POLICY_EVAL_CTX *ctx) in SCT_LIST_validate() function
|
/freebsd/crypto/openssl/test/ |
H A D | ct_test.c | 190 if (!TEST_int_ge(SCT_LIST_validate(scts, policy_ctx), 0)) in assert_validity()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ct.h | 386 __owur int SCT_LIST_validate(const STACK_OF(SCT) *scts,
|
H A D | ct.h.in | 338 __owur int SCT_LIST_validate(const STACK_OF(SCT) *scts,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 2522 SCT_LIST_validate;
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 5307 if (SCT_LIST_validate(scts, ctx) < 0) { in ssl_validate_ct()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3684 MLINKS+= SCT_validate.3 SCT_LIST_validate.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2168 SCT_LIST_validate 2217 3_0_0 EXIST::FUNCTION:CT
|