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 /metadata/Makefile | |
parent | 5962cd535400f1e59b978fba75548eae8deee29f (diff) |
SWAMID-3459, Fixed cehck for EncryptionMethod not in signing. Removed EncryptionMethod from indico.uu.semd-2023-11-16-v03
Diffstat (limited to 'metadata/Makefile')
-rw-r--r-- | metadata/Makefile | 1 |
1 files changed, 1 insertions, 0 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 |