Searched refs:alpn (Results 1 – 1 of 1) sorted by relevance
1753 unsigned char *alpn = php_openssl_alpn_protos_parse(&alpn_len, alpn_protocols); in php_openssl_setup_crypto() local1755 if (alpn == NULL) { in php_openssl_setup_crypto()1762 SSL_CTX_set_alpn_protos(sslsock->ctx, alpn, alpn_len); in php_openssl_setup_crypto()1764 …sslsock->alpn_ctx.data = (unsigned char *) pestrndup((const char*)alpn, alpn_len, php_stream_is_pe… in php_openssl_setup_crypto()1769 efree(alpn); in php_openssl_setup_crypto()
Completed in 11 milliseconds