Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_SESSION_get0_hostname.pod6 SSL_SESSION_set1_hostname,
16 int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);
35 SSL_SESSION_set1_hostname() sets the SNI value for the hostname to a copy of
52 SSL_SESSION_set1_hostname() returns 1 on success or 0 on error.
65 The SSL_SESSION_set1_hostname(), SSL_SESSION_get0_alpn_selected() and
/freebsd-12-stable/secure/lib/libssl/
DVersion.map459 SSL_SESSION_set1_hostname;
/freebsd-12-stable/crypto/openssl/ssl/
Dssl_sess.c884 int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname) in SSL_SESSION_set1_hostname() function
/freebsd-12-stable/crypto/openssl/include/openssl/
Dssl.h1636 __owur int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile2744 MLINKS+= SSL_SESSION_get0_hostname.3 SSL_SESSION_set1_hostname.3