Skip to content

Commit

Permalink
Clarify in error messages that we are talking about *embedded* key ma…
Browse files Browse the repository at this point in the history
…terial.
  • Loading branch information
iay committed May 25, 2012
1 parent 21ed2e7 commit 8699ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdx/check_future_0.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
[not(md:KeyDescriptor[descendant::ds:X509Data][@use='signing'])]
[not(md:KeyDescriptor[descendant::ds:X509Data][not(@use)])]">
<xsl:call-template name="error">
<xsl:with-param name="m">SAML 2.0 IdP has no signing key</xsl:with-param>
<xsl:with-param name="m">SAML 2.0 IdP has no embedded signing key</xsl:with-param>
</xsl:call-template>
</xsl:template>
<xsl:template match="md:AttributeAuthorityDescriptor
[contains(@protocolSupportEnumeration, 'urn:oasis:names:tc:SAML:2.0:protocol')]
[not(md:KeyDescriptor[descendant::ds:X509Data][@use='signing'])]
[not(md:KeyDescriptor[descendant::ds:X509Data][not(@use)])]">
<xsl:call-template name="error">
<xsl:with-param name="m">SAML 2.0 AttributeAuthority has no signing key</xsl:with-param>
<xsl:with-param name="m">SAML 2.0 AttributeAuthority has no embedded signing key</xsl:with-param>
</xsl:call-template>
</xsl:template>

Expand Down

0 comments on commit 8699ddb

Please sign in to comment.