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

Commit

Permalink
Remove checks for consistent certificate alternative names
Browse files Browse the repository at this point in the history
This was needed circa 2013 to guard against a curl-based issue in
the Shibboleth SP. This can no longer affect us because we no
longer use the PKIX trust model.
  • Loading branch information
iay committed Aug 29, 2017
1 parent edb58ad commit fe2ddab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions mdx/uk/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,6 @@
p:warningBoundary="0" p:errorBoundary="2048"/>
<!-- Error on small RSA public exponents. -->
<bean parent="mda.X509RSAExponentValidator"/>
<!-- Error on inconsistent subjectAltNames. -->
<bean parent="ukf.X509ConsistentNameValidator"/>

<!--
Debian weak key blacklists.
Expand Down
2 changes: 0 additions & 2 deletions mdx/uk/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,6 @@
p:warningBoundary="0" p:errorBoundary="2048"/>
<!-- Error on small RSA public exponents. -->
<bean parent="mda.X509RSAExponentValidator"/>
<!-- Error on inconsistent subjectAltNames. -->
<bean parent="ukf.X509ConsistentNameValidator"/>

<!--
Debian weak key blacklists.
Expand Down

0 comments on commit fe2ddab

Please sign in to comment.