Skip to content

Commit

Permalink
Implement Sara's idea for moving away from PKIX gradually:
Browse files Browse the repository at this point in the history
   * Remove all KeyName elements from imported metadata
   * No longer ask for a KeyName to be added to certificates matching the remaining trust roots.
  • Loading branch information
iay committed Sep 5, 2012
1 parent 513aeca commit 3859625
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/check_embedded.pl
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ sub comment {
$error = '';
comment("unknown issuer: $issuerCN");
} elsif ($clientOK) {
$error = "certificate matches trust fabric; add KeyName?";
# $error = "certificate matches trust fabric; add KeyName?";
}
}

Expand Down
4 changes: 2 additions & 2 deletions mdx/uk/import.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@
<!--
ds:KeyName
Remove empty KeyName elements.
Remove KeyName elements.
-->
<xsl:template match="ds:KeyName[.='']">
<xsl:template match="ds:KeyName">
<!-- do nothing -->
</xsl:template>

Expand Down

0 comments on commit 3859625

Please sign in to comment.