| Summary: | RekeyLimit option does not allow '4G' value when UINT_MAX is 0xffffffff | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Garrett Lee <glee> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | djm, dtucker |
| Priority: | P5 | ||
| Version: | 6.6p1 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 2451 | ||
|
Description
Garrett Lee
2014-08-26 00:52:00 AEST
rekey_limit is actually an int64_t, so this could probably be increased. That being said, 4G is a bit long between rekeys... Retarget pending bugs to openssh-7.1 This has been fixed, you can now specify RekeyLimits up to 2**63. https://anongit.mindrot.org/openssh.git/commit/?id=921ff00b0ac429666fb361d2d6cb1c8fff0006cb upstream commit Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the return type of scan_scaled). Part of bz#2521, ok djm. Upstream-ID: 13bea82be566b9704821b1ea05bf7804335c7979 Close all resolved bugs after 7.3p1 release |