Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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
/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map454 SSL_SESSION_set1_hostname;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map244 SSL_SESSION_set1_hostname;
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_sess.c881 int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname) in SSL_SESSION_set1_hostname() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num470 SSL_SESSION_set1_hostname 471 1_1_1 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num470 SSL_SESSION_set1_hostname 471 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c3068 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost")) in test_early_data_psk()
3105 || !TEST_true(SSL_SESSION_set1_hostname(serverpsk, "badhost"))) in test_early_data_psk()
3110 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost")) in test_early_data_psk()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1636 __owur int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in1664 __owur int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);