This repository has been archived by the owner. It is now read-only.
forked from InCommon/inc-meta
-
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.
Introduce a 2048-bit compromised keys list, and use it to block a key…
… erroneously shipped with the Shibboleth IdP 3.0.0-alpha1 release.
- Loading branch information
Showing
5 changed files
with
31 additions
and
3 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 |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # | ||
| # This is a list of known-compromised 2048-bit keys in OpenSSL format. | ||
| # | ||
| # Derive new values from a private key file as follows: | ||
| # | ||
| # openssl rsa -noout -modulus -in /tmp/key.pem | sha1sum | \ | ||
| # cut -d ' ' -f 1 | cut -c 21- | ||
| # | ||
| # You can also derive a new blacklist value from an X.509 certificate as follows: | ||
| # | ||
| # openssl x509 -noout -modulus -in /tmp/cert.pem | sha1sum | \ | ||
| # cut -d ' ' -f 1 | cut -c 21- | ||
| # | ||
| # Shibboleth IdP dummy key, shipped in 3.0.0-alpha1 release | ||
| 959a1a153444578d010b |
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
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