Home
last modified time | relevance | path

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

/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
/openssl/ssl/
H A Dssl_lib.c6589 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode) in SSL_CTX_enable_ct() argument
6591 switch (validation_mode) { in SSL_CTX_enable_ct()
6602 int SSL_enable_ct(SSL *s, int validation_mode) in SSL_enable_ct() argument
6604 switch (validation_mode) { in SSL_enable_ct()
/openssl/include/openssl/
H A Dssl.h.in2585 int SSL_enable_ct(SSL *s, int validation_mode);
2586 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);

Completed in 48 milliseconds