Bug 1314 (rsakex)

Summary: Support for rsa1024-sha1 KEX method
Product: Portable OpenSSH Reporter: Damien Miller <djm>
Component: MiscellaneousAssignee: Damien Miller <djm>
Status: CLOSED WONTFIX    
Severity: enhancement Keywords: patch
Priority: P2    
Version: -current   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Support for rsa1024-sha1 KEX method none

Description Damien Miller 2007-05-17 15:22:25 AEST
Created attachment 1280 [details]
Support for rsa1024-sha1 KEX method

This patch adds support for the rsa1024-sha1 key exchange method, as described in RFC4432. It also includes a server and client configuration knob "KexMethods" to control which methods are used.

We don't have any plans to commit this, or add any additional KEX methods, so I'm just adding the patch for posterity and in case any other implementors want to test interop against it.
Comment 1 Damien Miller 2011-06-03 12:58:00 AEST
I'm not planning on merging this. The new ECDSA KEX is faster and more secure than this.
Comment 2 Damien Miller 2011-09-06 15:33:12 AEST
close resolved bugs now that openssh-5.9 has been released