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

Commit

Permalink
Improve error message for lack of embedded key material.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jan 1, 2014
1 parent a3167bd commit 72e319f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdx/uk/check_uk_keydesc_key.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
check_uk_keydesc_key.xsl
UKf-specific check that all KeyDescriptor elements contain a key.
UKf-specific check that all KeyDescriptor elements contain an embedded key.
Author: Ian A. Young <ian@iay.org.uk>
Expand All @@ -25,7 +25,7 @@
<xsl:template match="md:KeyDescriptor[not(descendant::ds:X509Data)]">
<xsl:call-template name="error">
<xsl:with-param name="m">
<xsl:text>KeyDescriptor lacks key material</xsl:text>
<xsl:text>KeyDescriptor lacks embedded key material</xsl:text>
</xsl:with-param>
</xsl:call-template>
</xsl:template>
Expand Down

0 comments on commit 72e319f

Please sign in to comment.