summaryrefslogtreecommitdiff
path: root/crafted-pkt/replay-tcp-as-ssl.py
AgeCommit message (Collapse)AuthorFilesLines
2016-02-10replay-tcp-as-ssl.py: pass cipherlist to server tooPeter Wu1-3/+3
Avoids handshake failure when a cipher suite is used which is disabled by default (e.g. NULL-SHA).
2016-01-11replay-tcp-as-ssl.py: wrap TCP payload in SSLPeter Wu1-0/+120
Useful for wrapping existing protocols in SSL for testing.