Home
last modified time | relevance | path

Searched refs:SSL_get_verify_mode (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/crypto/openssl/doc/man3/
H A DSSL_CTX_get_verify_mode.pod5 SSL_CTX_get_verify_mode, SSL_get_verify_mode, SSL_CTX_get_verify_depth, SSL_get_verify_depth, SSL_g…
12 int SSL_get_verify_mode(const SSL *ssl);
23 SSL_get_verify_mode() returns the verification mode currently set in
/freebsd-14.2/secure/lib/libssl/
H A DVersion.map296 SSL_get_verify_mode;
/freebsd-14.2/crypto/openssl/util/
H A Dlibssl.num245 SSL_get_verify_mode 246 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c927 if((SSL_get_verify_mode(data->ssl)&SSL_VERIFY_PEER)) { in tap_check_peer()
H A Ddtstream.c1335 if((SSL_get_verify_mode(dtio->ssl)&SSL_VERIFY_PEER)) { in dtio_ssl_check_peer()
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_lib.c1500 int SSL_get_verify_mode(const SSL *s) in SSL_get_verify_mode() function
4146 SSL_set_verify(ret, SSL_get_verify_mode(s), SSL_get_verify_callback(s)); in SSL_dup()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dssl.h1654 __owur int SSL_get_verify_mode(const SSL *s);
H A Dssl.h.in1582 __owur int SSL_get_verify_mode(const SSL *s);
/freebsd-14.2/contrib/unbound/util/
H A Dnetevent.c3467 if((SSL_get_verify_mode(c->ssl)&SSL_VERIFY_PEER)) {
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile4098 MLINKS+= SSL_CTX_get_verify_mode.3 SSL_get_verify_mode.3