Searched refs:SSL_SESSION_set1_hostname (Results 1 – 6 of 6) sorted by relevance
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 of52 SSL_SESSION_set1_hostname() returns 1 on success or 0 on error.65 The SSL_SESSION_set1_hostname(), SSL_SESSION_get0_alpn_selected() and
1018 int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname) in SSL_SESSION_set1_hostname() function
470 SSL_SESSION_set1_hostname 471 3_0_0 EXIST::FUNCTION:
469 | `SSL_SESSION_set1_hostname` | HL | U | A | NC\* | Done …489 | `SSL_SESSION_set1_hostname` | HL | U | A | NC\* | Done …
4289 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost")) in test_early_data_psk()4326 || !TEST_true(SSL_SESSION_set1_hostname(serverpsk, "badhost"))) in test_early_data_psk()4331 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost")) in test_early_data_psk()
1704 __owur int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);
Completed in 74 milliseconds