pub fn fuzz_network_handshake_protocol_exchange(
    self_handshake: &HandshakeMsg,
    data: Vec<u8>
)
Expand description

Fuzzing the handshake protocol, which negotiates protocols supported by both the client and the server. At the moment, fuzzing the client or the server leads to the same logic.