Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_port.c291 SSL_CONNECTION *tls_conn = NULL; in port_new_handshake_layer() local
294 if (tls == NULL || (tls_conn = SSL_CONNECTION_FROM_SSL(tls)) == NULL) in port_new_handshake_layer()
298 tls_conn->s3.flags |= TLS1_FLAGS_QUIC; in port_new_handshake_layer()
301 tls_conn->options &= OSSL_QUIC_PERMITTED_OPTIONS_CONN; in port_new_handshake_layer()
302 tls_conn->pha_enabled = 0; in port_new_handshake_layer()

Completed in 5 milliseconds