From e313b91bd92566fdc5114f68cc0ecb8dfde2fde5 Mon Sep 17 00:00:00 2001 From: Alex Stuart Date: Tue, 6 Mar 2018 08:43:01 +0000 Subject: [PATCH] Add future check for algorithm support consistent with new saml2int See ukf/ukf-meta#157 --- mdx/_rules/check_future_4.xsl | 70 +++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/mdx/_rules/check_future_4.xsl b/mdx/_rules/check_future_4.xsl index 8a7084f8..d7a87d4e 100644 --- a/mdx/_rules/check_future_4.xsl +++ b/mdx/_rules/check_future_4.xsl @@ -17,6 +17,7 @@ xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" xmlns:set="http://exslt.org/sets" + xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" @@ -27,4 +28,73 @@ --> + + + + + + + + + + Does not contain a GCM EncryptionMethod specified in new saml2int + + + + + + Does not contain a Key Transport EncryptionMethod specified in new saml2int + + + + + + + + + + + + + + Does not contain a SigningMethod specified in new saml2int + + + + + + Does not contain a DigestMethod specified in new saml2int + + + + +