forked from openssh/openssh-portable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] 2014/01/25 20:35:37
[kex.c] dh_need needs to be set to max(seclen, blocksize, ivlen, mac_len) ok dtucker@, noted by mancha
- Loading branch information
Showing
2 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,10 @@ | |
than 4k but also don't use the largest group size it does support as | ||
specified in the RFC. Based on a patch from Petr Lautrbach at Redhat, | ||
reduced by me with input from Markus. ok djm@ markus@ | ||
- [email protected] 2014/01/25 20:35:37 | ||
[kex.c] | ||
dh_need needs to be set to max(seclen, blocksize, ivlen, mac_len) | ||
ok dtucker@, noted by mancha | ||
|
||
20130125 | ||
- (djm) [configure.ac] Fix detection of capsicum sandbox on FreeBSD | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters