From c160a89f8d74bfaac0a171c570b847516f484b22 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 28 Jan 2015 22:20:42 +0100 Subject: Add SSLv2 capture file Master-Key, Key-Arg (from curl output) and 512-bit RSA keys are available in the capture file comments. Key and certificates are generated with: openssl req -newkey rsa:384 -x509 -nodes -keyout server.pem -new \ -out server.pem -subj /CN='Very Secure' -md5 Server (openssl 1.0.2) was started with: openssl s_server -ssl2 -www Client (curl 7.40.0-DEV with `!defined(HAVE_SSLV2_CLIENT_METHOD)` removed): curl -vk --sslv2 https://127.0.0.1:4433 --- ssl3/sslv2.pcapng | Bin 0 -> 5220 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 ssl3/sslv2.pcapng (limited to 'ssl3') diff --git a/ssl3/sslv2.pcapng b/ssl3/sslv2.pcapng new file mode 100644 index 0000000..41ca3d1 Binary files /dev/null and b/ssl3/sslv2.pcapng differ -- cgit v1.2.1