Searched refs:validation_mode (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_ct_validation_callback.pod | 18 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 D | ssl_lib.c | 5340 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode) in SSL_CTX_enable_ct() argument 5342 switch (validation_mode) { in SSL_CTX_enable_ct() 5353 int SSL_enable_ct(SSL *s, int validation_mode) in SSL_enable_ct() argument 5355 switch (validation_mode) { in SSL_enable_ct()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 2383 int SSL_enable_ct(SSL *s, int validation_mode); 2384 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
|
H A D | ssl.h.in | 2311 int SSL_enable_ct(SSL *s, int validation_mode); 2312 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
|