Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_ct_validation_callback.pod18 int SSL_enable_ct(SSL *s, int validation_mode);
19 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
36 The behaviour of the callback is determined by the B<validation_mode> argument,
40 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_STRICT>, then in a full
53 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_PERMISSIVE>, then the
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c5322 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode) in SSL_CTX_enable_ct() argument
5324 switch (validation_mode) { in SSL_CTX_enable_ct()
5335 int SSL_enable_ct(SSL *s, int validation_mode) in SSL_enable_ct() argument
5337 switch (validation_mode) { in SSL_enable_ct()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2383 int SSL_enable_ct(SSL *s, int validation_mode);
2384 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
H A Dssl.h.in2311 int SSL_enable_ct(SSL *s, int validation_mode);
2312 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);