From 492adbe1c145156b094d5a0442cecb4715c739ba Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 16 Sep 2013 00:18:27 +0200 Subject: Add dump for all OpenSSL 1.0.1e cipher suites except SRP and PSK ./openssl-listen /tmp/test-certs dumpcap -f '(host ::1 or host 127.0.0.1) and tcp portrange 4430-4433' \ -i lo -w all/dump.pcapng ./openssl-connect < all/ciphers-without-SRP-PSK.txt > all/premaster.txt # kill dumpcap Check with: wireshark -o ssl.keylog_file:$PWD/premaster.txt dump.pcapng \ -o http.ssl.port:4430-4433 -o ssl.debug_file:debug.txt debug.txt is not added because it is a 5.8 MiB file (1.3 MiB gzipped). --- all/dump.pcapng | Bin 0 -> 301260 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 all/dump.pcapng (limited to 'all/dump.pcapng') diff --git a/all/dump.pcapng b/all/dump.pcapng new file mode 100644 index 0000000..929df88 Binary files /dev/null and b/all/dump.pcapng differ -- cgit v1.2.1