From ed34f4b59dce226700bf849098b367103065cc69 Mon Sep 17 00:00:00 2001 From: Björn Mattsson Date: Fri, 13 Jan 2023 09:05:55 +0100 Subject: Added checks for invalid algorithms that UK complains about --- xslt/check_uk_algorithms.xsl | 195 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 xslt/check_uk_algorithms.xsl (limited to 'xslt/check_uk_algorithms.xsl') diff --git a/xslt/check_uk_algorithms.xsl b/xslt/check_uk_algorithms.xsl new file mode 100644 index 00000000..0a4c024f --- /dev/null +++ b/xslt/check_uk_algorithms.xsl @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + insecure algorithm in SigningMethod: ' + + ' + + + + + + + + + + + + + + unknown algorithm in SigningMethod: ' + + ' + + + + + + + + + + + insecure algorithm in DigestMethod: ' + + ' + + + + + + + + + + + + + + unknown algorithm in DigestMethod: ' + + ' + + + + + + + + + + + insecure algorithm in EncryptionMethod: ' + + ' + + + + + + + + + + + + + + unknown algorithm in EncryptionMethod: ' + + ' + + + + + -- cgit v1.2.3