Searched refs:validation_mode (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/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
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/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
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_lib.c | 5077 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode) in SSL_CTX_enable_ct() argument 5079 switch (validation_mode) { in SSL_CTX_enable_ct() 5090 int SSL_enable_ct(SSL *s, int validation_mode) in SSL_enable_ct() argument 5092 switch (validation_mode) { in SSL_enable_ct()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 2234 int SSL_enable_ct(SSL *s, int validation_mode); 2235 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode);
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
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);
|