summaryrefslogtreecommitdiff
path: root/all
AgeCommit message (Collapse)AuthorFilesLines
2013-09-19premaster updated with SSLv2 challengePeter Wu1-0/+3
2013-09-16Add dump for all OpenSSL 1.0.1e cipher suites except SRP and PSKPeter Wu3-0/+289
./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).