| Summary: | Support multiple blowfish key lengths | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | jimis <jimis> |
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | enhancement | CC: | djm |
| Priority: | P2 | ||
| Version: | 4.6p1 | ||
| Hardware: | Other | ||
| OS: | Other | ||
|
Description
jimis
2007-07-20 11:16:50 AEST
The key length for blowfish is specified in the SSH protocol RFC. We could change it by supporting a new cipher mode, but it would be a non-standard extension. There isn't much point either: blowfish is quite a bit slower than AES, AES has had far more cryptanalytic review, and it supports up to 256-bit keys (which should be good enough for a long, long time). Mass update RESOLVED->CLOSED after release of openssh-5.1 |