Home
last modified time | relevance | path

Searched refs:alpn_protos (Results 1 – 1 of 1) sorted by relevance

/openssl/test/helpers/
H A Dhandshake.c635 unsigned char *alpn_protos = NULL; in configure_handshake_ctx() local
639 &alpn_protos, &alpn_protos_len)) in configure_handshake_ctx()
641 || !TEST_int_eq(SSL_CTX_set_alpn_protos(client_ctx, alpn_protos, in configure_handshake_ctx()
644 OPENSSL_free(alpn_protos); in configure_handshake_ctx()

Completed in 9 milliseconds