Lines Matching refs:QUIC_TLS
9 QUIC_TLS Object
12 A QUIC-TLS handshake is managed by a QUIC_TLS object. This object provides
16 QUIC_TLS *ossl_quic_tls_new(const QUIC_TLS_ARGS *args);
19 The `ossl_quic_tls_new` function instantiates a new `QUIC_TLS` object associated
34 void ossl_quic_tls_free(QUIC_TLS *qtls);
41 int ossl_quic_tls_tick(QUIC_TLS *qtls);
114 * exceed the lifetime of the QUIC_TLS object.
130 record. QUIC handles this differently and so the QUIC_TLS object will intercept
134 parameters". These transport parameters are opaque to the `QUIC_TLS` object. It
141 QUIC_TLS Implementation
144 The `QUIC_TLS` object utilises two main mechanisms for fulfilling its functions:
156 `QUIC_TLS` registers itself as a custom TLS record layer. A new internal
183 `QUIC_TLS` object are:
198 `SSL3_RT_ALERT`. The `QUIC_TLS` implementation of `write_records` must parse the
217 when `crypto_recv_cb` is invoked the data is copied into a QUIC_TLS object
241 not been set then the `QUIC_TLS` object immediately fails.
255 TLSv1.3 is used as a minimum. Therefore the `QUIC_TLS` object automatically
260 normal TLS this is "on" by default. Therefore the `QUIC_TLS` object will