Home | History | Annotate | Download | only in tests

Lines Matching refs:garbage

774 // Test what happens if the specified TLS server replies with garbage.
816 std::string garbage = "definitely not a valid TLS ServerHello";
817 write(new_fd, garbage.data(), garbage.size());