simon-git: putty (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Wed Mar 30 11:43:26 BST 2016


TL;DR:
  2a47ac3 Cleanup: rename Windows PuTTYgen's key generation function.
  7f3c956 cmdgen: refuse to generate RSA/DSA keys under 256 bits.

Repository:     git://git.tartarus.org/simon/putty.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2016-03-30 11:43:26

commit 2a47ac3ac5bafb0c81570765ff6d0df38b46b31e
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=2a47ac3ac5bafb0c81570765ff6d0df38b46b31e;hp=a22e43d3d8e43446a178bc4a49b53ce0893fd96e
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Mar 30 11:28:59 2016 +0100

    Cleanup: rename Windows PuTTYgen's key generation function.
    
    It's been a generation function for keys in general for yonks, not
    just RSA keys specifically.

 windows/winpgen.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7f3c956ed1144d601ab2e237ab7325a4fffb3167
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=7f3c956ed1144d601ab2e237ab7325a4fffb3167;hp=2a47ac3ac5bafb0c81570765ff6d0df38b46b31e
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Mar 30 11:41:11 2016 +0100

    cmdgen: refuse to generate RSA/DSA keys under 256 bits.
    
    This replicates the existing error message in Windows PuTTYgen, on the
    basis that keys smaller than that will actually fail to work with our
    signing code.

 cmdgen.c |    8 ++++++++
 1 file changed, 8 insertions(+)



More information about the tartarus-commits mailing list