Home | History | Annotate | Download | only in test

Lines Matching refs:sni

34 static int get_sni_from_client_hello(BIO *bio, char **sni)
61 /* Loop through all extensions for SNI */
74 || !TEST_true(PACKET_strndup(&pkt5, sni)))
102 /* set SNI before 'client side' is set */
119 /* no SNI in client hello */
122 /* incorrect SNI value */
161 /* set SNI after 'client side' is set */
168 /* no SNI in client hello */
171 /* incorrect SNI value */
195 /* set SNI at server side */
203 /* SNI should have been cleared during handshake */
229 * what SNI behaves.