simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Tue Mar 13 20:41:55 GMT 2018


TL;DR:
  a624786 Add KEX method "diffie-hellman-group14-sha256".

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2018-03-13 20:41:55

commit a624786333c43272288c3a0da2985f09c2a87d2e
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=a624786333c43272288c3a0da2985f09c2a87d2e;hp=f872551cd8cfb4f8eb4b05ad8b2a8fbfd979343a
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu Mar 8 07:00:54 2018 +0000

    Add KEX method "diffie-hellman-group14-sha256".
    
    Out of the five KEX methods in RFC8268, this is the one that is
    completely trivial to add in PuTTY, because it only requires half a
    dozen lines of data declarations putting together two components we
    already have. draft-ietf-curdle-ssh-kex-sha2-10, if approved, will
    also promote it to MUST status.

 sshdh.c | 6 ++++++
 1 file changed, 6 insertions(+)



More information about the tartarus-commits mailing list