Searched refs:alpn_protos (Results 1 – 1 of 1) sorted by relevance
621 unsigned char *alpn_protos = NULL; in configure_handshake_ctx() local625 &alpn_protos, &alpn_protos_len)) in configure_handshake_ctx()627 || !TEST_int_eq(SSL_CTX_set_alpn_protos(client_ctx, alpn_protos, in configure_handshake_ctx()630 OPENSSL_free(alpn_protos); in configure_handshake_ctx()
Completed in 5 milliseconds