From dd57194c52939697c4a39eefaf782708474ec9d8 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 25 Jan 2016 22:31:32 +0100 Subject: Add tls-null.pcapng Master secret is available in capture file comments. Note that this capture uses NULL encryption, so these secrets *should* not be necessary, but as of Wireshark 2.0.1. they are needed. Created with: curl --ciphers NULL-SHA256 https://10.9.0.1/ -k openssl s_server -www -cipher NULL-SHA256 Created for investigating https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4652 --- tls/tls-null.pcapng | Bin 0 -> 5112 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tls/tls-null.pcapng diff --git a/tls/tls-null.pcapng b/tls/tls-null.pcapng new file mode 100644 index 0000000..4ff6a08 Binary files /dev/null and b/tls/tls-null.pcapng differ -- cgit v1.2.1