Function tlspuffin::tls::fn_impl::fn_utils::fn_decrypt_handshake_flight

source ยท
pub fn fn_decrypt_handshake_flight(
    flight: &MessageFlight,
    server_hello_transcript: &HandshakeHash,
    server_key_share: &Option<Vec<u8>>,
    psk: &Option<Vec<u8>>,
    group: &NamedGroup,
    client: &bool,
    sequence: &u64,
) -> Result<MessageFlight, FnError>
Expand description

Decrypt a whole flight of handshake messages and return a Vec of decrypted messages