Lines Matching +full:use +full:- +full:handshake
2 * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
4 * Licensed under the Apache License 2.0 (the "License"). You may not use
32 /* Flags for use with qtest_create_quic_objects() */
36 /* Use fake time rather than real time */
75 * Run the TLS handshake to create a QUIC connection between the client and
116 * Enable tests to listen for pre-encryption QUIC packets being sent
147 * The general handshake message listener is sent the entire handshake message
148 * data block, including the handshake header itself
161 * to resize the handshake message (either to add new data to it, or to truncate
162 * it). newlen must include the length of the handshake message header. The
163 * handshake message buffer is over allocated, so this just changes the logical
172 * expect to see an "ACK" frame listener which will be passed pre-parsed ack
177 * Handshake message specific listeners. Unlike the general handshake message
178 * listener these messages are pre-parsed and supplied with message specific
179 * data and exclude the handshake header
190 /* Add listeners for other types of handshake message here */
195 * is the new length of the specific message excluding the handshake message
207 * with the new length on exit. If old_ext is non-NULL, the deleted extension
222 * Enable tests to listen for post-encryption QUIC packets being sent