| Summary: | Add support for ssh-rsa-sha256 and ssh-dsa-sha256 public key algorithms | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Geoff Lowe <Geoff_Lowe> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | enhancement | CC: | dhanukumar1990, djm, simon, tj, venrag78 |
| Priority: | P5 | ||
| Version: | 5.2p1 | ||
| Hardware: | All | ||
| OS: | FreeBSD | ||
|
Description
Geoff Lowe
2013-05-28 10:33:44 AEST
> The most recent version of OpenSSH is not able to meet the updated
> digital signature requirements based on the fact that it only
> implements support for the "ssh-dss" and "ssh-rsa" key formats
That's not true. We implement ECDSA key formats too that seem well within the guidelines of 800-131A.
Ah, yes, I stand corrected. EC support is indeed there. My bad. This request is, therefore, specific to adding support for non-EC public key formats. *** Bug 2115 has been marked as a duplicate of this bug. *** Hi, Can we have a date on when this would be resolved? We are lookign for supporting ssh-rsa-sha256 on server side if the name is confirmed and also if openssh is releasing before Jan 1st 2014 ? I don't think any of the OpenSSH developers have plans to implement RSA/SHA2 until a specification exists for it. We've supported RSA-SHA256/512 for a while now. closing resolved bugs as of 8.6p1 release |