Lines Matching refs:sni
40 static int get_sni_from_client_hello(BIO *bio, char **sni)
72 /* Loop through all extensions for SNI */
85 || !TEST_true(PACKET_strndup(&pkt5, sni)))
117 /* set SNI before 'client side' is set */
134 /* no SNI in client hello */
137 /* incorrect SNI value */
180 /* set SNI after 'client side' is set */
187 /* no SNI in client hello */
190 /* incorrect SNI value */
214 /* set SNI at server side */
222 /* SNI should have been cleared during handshake */
248 * what SNI behaves.