Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A 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/secure/lib/libssl/
H A DVersion.map454 SSL_SESSION_set1_hostname;
/freebsd/crypto/openssl/ssl/
H A Dssl_sess.c1002 int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname) in SSL_SESSION_set1_hostname() function
/freebsd/crypto/openssl/util/
H A Dlibssl.num470 SSL_SESSION_set1_hostname 471 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/test/
H A Dsslapitest.c4246 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost")) in test_early_data_psk()
4283 || !TEST_true(SSL_SESSION_set1_hostname(serverpsk, "badhost"))) in test_early_data_psk()
4288 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost")) in test_early_data_psk()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1736 __owur int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);
H A Dssl.h.in1664 __owur int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3957 MLINKS+= SSL_SESSION_get0_hostname.3 SSL_SESSION_set1_hostname.3