Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Require strict MDIOP compliance now that we don't allow for KeyName.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jun 25, 2014
1 parent 93231ca commit 2f33119
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mdx/_rules/check_mdiop.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,8 @@

<!--
Section 2.5.1: at least one representation must appear.
As well as the variations specified in the IOP, we also allow a KeyName to be
used, as the UK federation currently allows a pure PKIX setup as an
alternative to embedded keys.
Strict IOP conformance would require the removal of the KeyInfo/KeyName clause.
-->
<xsl:template match="md:KeyDescriptor
[not(ds:KeyInfo/ds:KeyName)]
[not(ds:KeyInfo/ds:KeyValue)]
[not(ds:KeyInfo/ds:X509Data/ds:X509Certificate)]">
<xsl:call-template name="error">
Expand Down

0 comments on commit 2f33119

Please sign in to comment.