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 D | SSL_SESSION_get0_hostname.pod | 6 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 D | SSL_SESSION_get0_hostname.pod | 6 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 D | ssl.map | 454 SSL_SESSION_set1_hostname;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 244 SSL_SESSION_set1_hostname;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_sess.c | 881 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 D | libssl.num | 470 SSL_SESSION_set1_hostname 471 1_1_1 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 470 SSL_SESSION_set1_hostname 471 3_0_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | sslapitest.c | 3068 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 D | ssl.h | 1636 __owur int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 1664 __owur int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);
|