]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - cmdgen.c
Elliptic-curve cryptography support.
authorChris Staite <chris@yourdreamnet.co.uk>
Sat, 1 Nov 2014 09:45:20 +0000 (09:45 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 2 Nov 2014 18:16:54 +0000 (18:16 +0000)
commit2bf868835591b39f17a157b1511b1e2f4b6e77da
tree2573180923260693defdd611b7431bd3f6ceeffa
parent7d1c30cd50ce18b8ad9c5970d7f917406d706ae0
Elliptic-curve cryptography support.

This provides support for ECDSA public keys, for both hosts and users,
and also ECDH key exchange. Supported curves are currently just the
three NIST curves required by RFC 5656.
14 files changed:
Recipe
cmdgen.c
config.c
contrib/logparse.pl
import.c
putty.h
settings.c
ssh.c
ssh.h
sshecc.c [new file with mode: 0644]
sshecdsag.c [new file with mode: 0644]
sshpubk.c
windows/winpgen.c
windows/winpgnt.c