-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TLS: Use SHA256 instead of SHA1 for cert generation
With newer OpenSSL libraries (e.g. version 1.1.1d), SHA1 certificates are outright rejected, so we move forward to a stronger digest as well. Credits to @JeffreyVIP for the report! Fixes #2366
- Loading branch information
1 parent
af0f4b5
commit 572d2db
Showing
2 changed files
with
6 additions
and
6 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