summaryrefslogtreecommitdiff
path: root/ssl3
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-01-28 22:20:42 +0100
committerPeter Wu <peter@lekensteyn.nl>2015-01-28 22:41:52 +0100
commitc160a89f8d74bfaac0a171c570b847516f484b22 (patch)
tree2e572dede1b893db1480eaa140f952efb631a10a /ssl3
parentf5f31a868db4fc79a430ce264a7c13660f23fbe5 (diff)
downloadwireshark-notes-c160a89f8d74bfaac0a171c570b847516f484b22.tar.gz
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
Diffstat (limited to 'ssl3')
-rw-r--r--ssl3/sslv2.pcapngbin0 -> 5220 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/ssl3/sslv2.pcapng b/ssl3/sslv2.pcapng
new file mode 100644
index 0000000..41ca3d1
--- /dev/null
+++ b/ssl3/sslv2.pcapng
Binary files differ