[java-metadata-aggregator] branch main updated: MDA-245 - Terminology changes
Ian Young
ian at iay.org.uk
Mon May 13 15:28:47 UTC 2024
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=ce65a5389b24cf45a3fe4304e680d3fc0d347912
The following commit(s) were added to refs/heads/main by this push:
new ce65a53 MDA-245 - Terminology changes
ce65a53 is described below
commit ce65a5389b24cf45a3fe4304e680d3fc0d347912
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon May 13 16:28:41 2024 +0100
MDA-245 - Terminology changes
https://shibboleth.atlassian.net/browse/MDA-245
---
.../resources/net/shibboleth/metadata/keylists/rsa/compromised-2048.txt | 2 +-
.../resources/net/shibboleth/metadata/keylists/rsa/compromised-4096.txt | 2 +-
.../main/resources/net/shibboleth/metadata/keylists/rsa/debian-2048.txt | 2 +-
.../main/resources/net/shibboleth/metadata/keylists/rsa/debian-4096.txt | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/compromised-2048.txt b/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/compromised-2048.txt
index d4bb062..a73a625 100644
--- a/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/compromised-2048.txt
+++ b/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/compromised-2048.txt
@@ -6,7 +6,7 @@
# 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:
+# You can also derive a new value from an X.509 certificate as follows:
#
# openssl x509 -noout -modulus -in /tmp/cert.pem | sha1sum | \
# cut -d ' ' -f 1 | cut -c 21-
diff --git a/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/compromised-4096.txt b/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/compromised-4096.txt
index c37a246..491a9e6 100644
--- a/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/compromised-4096.txt
+++ b/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/compromised-4096.txt
@@ -6,7 +6,7 @@
# 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:
+# You can also derive a new value from an X.509 certificate as follows:
#
# openssl x509 -noout -modulus -in /tmp/cert.pem | sha1sum | \
# cut -d ' ' -f 1 | cut -c 21-
diff --git a/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/debian-2048.txt b/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/debian-2048.txt
index cea4437..e1599c4 100644
--- a/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/debian-2048.txt
+++ b/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/debian-2048.txt
@@ -2,7 +2,7 @@
# modulus checksum:
# openssl rsa -noout -modulus -in /tmp/key.pem | sha1sum | cut -d ' ' -f 1)
# with the first 20 characters removed (that is, the lower 80 bits of the
-# fingerprint). Unless these rules are followed, the blacklist will not work
+# fingerprint). Unless these rules are followed, the list will not work
# properly. See openssl-vulnkey(1).
00006aa0ce2cd60e6660
00008be7025d9f1a9088
diff --git a/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/debian-4096.txt b/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/debian-4096.txt
index 9ce76bb..f313f4d 100644
--- a/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/debian-4096.txt
+++ b/mda-keylists-rsa/src/main/resources/net/shibboleth/metadata/keylists/rsa/debian-4096.txt
@@ -2,7 +2,7 @@
# modulus checksum:
# openssl rsa -noout -modulus -in /tmp/key.pem | sha1sum | cut -d ' ' -f 1)
# with the first 20 characters removed (that is, the lower 80 bits of the
-# fingerprint). Unless these rules are followed, the blacklist will not work
+# fingerprint). Unless these rules are followed, the list will not work
# properly. See openssl-vulnkey(1).
0000a8b95b4ccc411e61
0000b434642751dfe0dd
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list