Home
last modified time | relevance | path

Searched refs:SSL_CT_VALIDATION_PERMISSIVE (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_ct_validation_callback.pod37 which can be either of B<SSL_CT_VALIDATION_PERMISSIVE> or
53 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_PERMISSIVE>, then the
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_lib.c5180 case SSL_CT_VALIDATION_PERMISSIVE: in SSL_CTX_enable_ct()
5193 case SSL_CT_VALIDATION_PERMISSIVE: in SSL_enable_ct()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h2226 SSL_CT_VALIDATION_PERMISSIVE = 0, enumerator
/freebsd-13-stable/crypto/openssl/apps/
HDs_client.c1913 !SSL_CTX_enable_ct(ctx, SSL_CT_VALIDATION_PERMISSIVE)) { in s_client_main()