1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/contrib
Simon Tatham 12d5b00d62 New 'contrib' tool: a script for faking initial KEX.
encodelib.py is a Python library which implements some handy SSH-2
encoding primitives; samplekex.py uses that to fabricate the start of
an SSH connection, up to the point where key exchange totally fails
its crypto.

The idea is that you adapt samplekex.py to construct initial-kex
sequences with particular properties, in order to test robustness and
security fixes that affect the initial-kex sequence. For example, I
used an adaptation of this to test the Diffie-Hellman range check
that's just gone into 0.64.
2015-02-28 07:58:29 +00:00
..
cygtermd Fix a controlling-terminal bug reported by Anthony Heading: Cygwin 2012-08-28 17:42:47 +00:00
encodelib.py New 'contrib' tool: a script for faking initial KEX. 2015-02-28 07:58:29 +00:00
kh2reg.py Make kh2reg.py compatible with modern Python. 2015-02-24 10:30:18 +00:00
logparse.pl Elliptic-curve cryptography support. 2014-11-02 18:16:54 +00:00
samplekex.py New 'contrib' tool: a script for faking initial KEX. 2015-02-28 07:58:29 +00:00