1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-08 08:58:00 +00:00
putty-source/contrib
Simon Tatham a3f22a2cf9 Use the new 'HYBRID' names for the hybrid KEX packets.
draft-kampanakis-curdle-ssh-pq-ke defines the packet names
SSH_MSG_KEX_HYBRID_INIT and SSH_MSG_KEX_HYBRID_REPLY. They have the
same numbers as ECDH_INIT and ECDH_REPLY, and don't change anything
else, so this is just a naming change. But I think it's a good one,
because the post-quantum KEMs are less symmetric than ECDH (they're
much more like Ben's RSA kex in concept, though very different in
detail), and shouldn't try to pretend they're the same kind of thing.
Also this enables logparse.pl to give a warning about the fact that
one string in each packet contains two separate keys glomphed together.

For the latter reason (and also because it's easier in my code
structure) I've also switched to using the HYBRID naming for the
existing NTRU + Curve25519 hybrid method, even though the
Internet-Draft for that one still uses the ECDH names. Sorry, but I
think it's clearer!
2024-12-08 10:42:34 +00:00
..
cygtermd Whitespace rationalisation of entire code base. 2019-09-08 20:29:21 +01:00
authplugin-example.py authplugin-example.py: Flush stderr. 2022-10-24 12:52:44 +01:00
encodelib.py Migrate all Python scripts to Python 3. 2020-03-04 21:23:49 +00:00
gdb.py contrib/gdb.py: add a pretty-printer for ptrlen. 2022-05-02 11:07:28 +01:00
kh2reg.py Suppress syntax warnings on Python 3.12. 2024-08-01 21:38:07 +01:00
logparse.pl Use the new 'HYBRID' names for the hybrid KEX packets. 2024-12-08 10:42:34 +00:00
logrewrap.pl Replace all uses of Perl <> with <<>>. 2019-01-25 20:20:37 +00:00
make1305.py Migrate all Python scripts to Python 3. 2020-03-04 21:23:49 +00:00
nice-ibeam.cur Commit my replacement Windows I-beam mouse pointer. 2015-05-28 18:14:14 +01:00
plinkfs New script contrib/plinkfs. 2020-08-04 18:56:47 +01:00
proveprime.py New script contrib/proveprime.py. 2021-06-12 13:50:51 +01:00
samplekex.py Migrate all Python scripts to Python 3. 2020-03-04 21:23:49 +00:00