-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make valid_dh_group_names() more robust
Avoids the possibility of a NULL-dereference if the DH groups are ever empty. Also cleans up the test to make it easier to spot when the expected value differs from the received value. Signed-off-by: Stephen Gallagher <[email protected]>
- Loading branch information
1 parent
dea921d
commit 7391f9d
Showing
2 changed files
with
37 additions
and
19 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
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