Home
last modified time | relevance | path

Searched refs:SSL_set1_host (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_set1_host.pod5 SSL_set1_host, SSL_add1_host, SSL_set_hostflags, SSL_get0_peername -
12 int SSL_set1_host(SSL *s, const char *hostname);
21 SSL_set1_host() sets the expected DNS hostname to B<name> clearing
30 SSL_set1_host().
34 SSL_set1_host() or SSL_add1_host() are retained, no change is made
50 of the reference identifiers configured via SSL_set1_host() or
66 SSL_set1_host() and SSL_add1_host() return 1 for success and 0 for
85 if (!SSL_set1_host(ssl, "smtp.example.com"))
/third_party/openssl/demos/bio/
Dsconnect.c66 if (SSL_set1_host(ssl, hostname) <= 0) in main()
/third_party/openssl/util/
Dlibssl.num170 SSL_set1_host 171 1_1_0 EXIST::FUNCTION:
/third_party/openssl/include/openssl/
Dssl.h1734 __owur int SSL_set1_host(SSL *s, const char *hostname);
/third_party/openssl/ssl/
Dssl_lib.c967 int SSL_set1_host(SSL *s, const char *hostname) in SSL_set1_host() function