Skip to content

Commit

Permalink
Promote inconsistent DNS subjectAltName check to production.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Dec 13, 2013
1 parent 6b35d09 commit 21a2e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions mdx/uk/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@
p:warningBoundary="0" p:errorBoundary="2048"/>
<!-- Error on small RSA public exponents. -->
<bean parent="X509CertificateRSAExponentValidator"/>
<!-- Error on inconsistent subjectAltNames. -->
<bean parent="X509CertificateConsistentNameValidator"/>

<!--
Debian weak key blacklists.
Expand Down
3 changes: 1 addition & 2 deletions mdx/uk/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@
p:id="checkCertificates">
<property name="validators">
<list>
<!-- Error on inconsistent subjectAltNames. -->
<bean parent="X509CertificateConsistentNameValidator"/>
<!-- none at present -->
</list>
</property>
</bean>
Expand Down

0 comments on commit 21a2e98

Please sign in to comment.