Lines Matching full:handshake

31 ### TLS Handshake
34 handshake data (i.e. the contents of CRYPTO frames). However such faults may
35 need to be done in handshake messages that would normally be encrypted.
36 Additionally the contents of handshake messages are hashed and each peer
39 handshake would fail.
48 that enables modification of handshake data prior to it being encrypted and
71 called after each handshake message has been constructed and is ready to send, but
72 before it has been passed through the handshake hashing code. It will be passed
73 a pointer to the constructed handshake message in `msgin` along with its
74 associated length in `inlen`. The mutator will construct a replacement handshake
167 - An EncryptedExtensions handshake message being sent
226 * Run the TLS handshake to create a QUIC connection between the client and
281 * The general handshake message listener is sent the entire handshake message
282 * data block, including the handshake header itself
295 * to resize the handshake message (either to add new data to it, or to truncate
296 * it). newlen must include the length of the handshake message header. The
297 * handshake message buffer is over allocated, so this just changes the logical
311 * Handshake message specific listeners. Unlike the general handshake message
313 * data and exclude the handshake header.
324 /* TODO(QUIC TESTING): Add listeners for other types of handshake message here */
329 * is the new length of the specific message excluding the handshake message
495 parameters in the TLS handshake: