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

Commit

Permalink
Remove duplicate short key checks from eduGAIN verify verbs now that …
Browse files Browse the repository at this point in the history
…2048-bit minimum is enforced elsewhere.
  • Loading branch information
iay committed Jan 1, 2014
1 parent 4c39b77 commit eaaa405
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions mdx/int_edugain/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,6 @@
p:whitelistingEntities="false"
p:designatedEntities-ref="int_edugain_verify_blacklist"/>

<bean parent="X509CertificateValidationStage"
p:id="checkCertificates">
<property name="validators">
<list>
<!-- Error on RSA key length less than 2048 bits. -->
<bean parent="X509CertificateRSAKeyLengthValidator"
p:warningBoundary="0" p:errorBoundary="2048"/>
</list>
</property>
</bean>

<ref bean="standardImportActions"/>
<ref bean="errorTerminatingFilter"/>
</list>
Expand All @@ -106,17 +95,6 @@
<list>
<ref bean="int_edugain_productionEntities"/>

<bean parent="X509CertificateValidationStage"
p:id="checkCertificates">
<property name="validators">
<list>
<!-- Error on RSA key length less than 2048 bits. -->
<bean parent="X509CertificateRSAKeyLengthValidator"
p:warningBoundary="0" p:errorBoundary="2048"/>
</list>
</property>
</bean>

<ref bean="standardImportActions"/>
<ref bean="errorTerminatingFilter"/>
</list>
Expand Down

0 comments on commit eaaa405

Please sign in to comment.