diff options
author | Björn Mattsson <bjorn@sunet.se> | 2023-11-16 20:17:14 +0100 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2023-11-16 20:17:14 +0100 |
commit | 7c85cee912b985fafd59645e8c173137da4b12a9 (patch) | |
tree | ecefd657d87ab27ccd567d548536a1561e71c933 | |
parent | 5962cd535400f1e59b978fba75548eae8deee29f (diff) |
SWAMID-3459, Fixed cehck for EncryptionMethod not in signing. Removed EncryptionMethod from indico.uu.semd-2023-11-16-v03
-rw-r--r-- | metadata/Makefile | 1 | ||||
-rw-r--r-- | metadata/swamid-edugain/indico.uu.se-shibboleth.xml | 9 |
2 files changed, 1 insertions, 9 deletions
diff --git a/metadata/Makefile b/metadata/Makefile index e4fe6cf4..3637b561 100644 --- a/metadata/Makefile +++ b/metadata/Makefile @@ -74,6 +74,7 @@ checkInvalidChars: checkUKalgorithms: @echo "Check for invalid algorithms in swamid-edugain" @xsltproc --xinclude xslt/check_uk_algorithms.xsl swamid-edugain/* 2>&1 | sed 's/.*/[1;31m&[0m/' | grep . && exit 1 || exit 0 + @xsltproc --xinclude xslt/check_algsupport.xsl swamid-edugain/* 2>&1 | sed 's/.*/[1;31m&[0m/' | grep . && exit 1 || exit 0 test: $(EDUGAINXML) $(SWAMID20XML) $(TESTINGXML) testMDUI testALlevel testEduGAINchecks testRefedsRnS testBadStrings testRegistrationAuthority checkInvalidChars checkUKalgorithms diff --git a/metadata/swamid-edugain/indico.uu.se-shibboleth.xml b/metadata/swamid-edugain/indico.uu.se-shibboleth.xml index 323991b9..ee6890c5 100644 --- a/metadata/swamid-edugain/indico.uu.se-shibboleth.xml +++ b/metadata/swamid-edugain/indico.uu.se-shibboleth.xml @@ -143,15 +143,6 @@ mBuS8hsaMu5++ZZgUiIVUSKRcMaoGOG4/qGni3P0IJlmSNPh08Ba3F3pPXbed3eO S8+ySBPOBAlDD/+hnhDiWa82S9gWdmu9m9eFNZhK65BrqXq6ogD9wpznTB/+AbQ=</ds:X509Certificate> </ds:X509Data> </ds:KeyInfo> - <md:EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#aes128-gcm"/> - <md:EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#aes192-gcm"/> - <md:EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#aes256-gcm"/> - <md:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc"/> - <md:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes192-cbc"/> - <md:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes256-cbc"/> - <md:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/> - <md:EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#rsa-oaep"/> - <md:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"/> </md:KeyDescriptor> <md:ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://indico.uu.se/Shibboleth.sso/Artifact/SOAP" index="1"/> <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://indico.uu.se/Shibboleth.sso/SLO/SOAP"/> |