Searched refs:SSL_set1_host (Results 1 – 5 of 5) sorted by relevance
5 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> clearing30 SSL_set1_host().34 SSL_set1_host() or SSL_add1_host() are retained, no change is made50 of the reference identifiers configured via SSL_set1_host() or66 SSL_set1_host() and SSL_add1_host() return 1 for success and 0 for85 if (!SSL_set1_host(ssl, "smtp.example.com"))
66 if (SSL_set1_host(ssl, hostname) <= 0) in main()
170 SSL_set1_host 171 1_1_0 EXIST::FUNCTION:
1734 __owur int SSL_set1_host(SSL *s, const char *hostname);
967 int SSL_set1_host(SSL *s, const char *hostname) in SSL_set1_host() function