Lines Matching refs:as
22 various key points during the handshake lifecycle such as when new keys are
54 parameters. The `QUIC_TLS_ARGS` structure is as follows:
88 * marked as completed.
96 * Called when the handshake has been completed as far as the handshake
104 * Called when something has gone wrong with the connection as far as the
146 * It registers itself as a custom TLS record layer
156 `QUIC_TLS` registers itself as a custom TLS record layer. A new internal
175 above). This is passed as part of a modified `new_record_layer` call.
179 higher level secret as well as the digest to be used in the KDF - so these
180 values are now also passed through as part of the `new_record_layer` call.
197 alert. This manifests itself as a call to `write_records` indicating a type of
247 TLS will modify this internal `SSL_CONNECTION` as appropriate. This enables the
248 end application to configure the TLS connection parameters as it sees fit (e.g.
255 TLSv1.3 is used as a minimum. Therefore the `QUIC_TLS` object automatically
256 calls `SSL_set_min_proto_version()` and specifies `TLS1_3_VERSION` as the