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

Commit

Permalink
at_aconet eduGAIN aggregate is now signed with SHA-256. Production ag…
Browse files Browse the repository at this point in the history
…gregate remains SHA-1.
  • Loading branch information
iay committed Dec 11, 2013
1 parent cf35cb3 commit eedfee5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions mdx/at_aconet/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,12 @@
<!--
Check signing signature.
-->
<bean id="at_aconet_checkSignature" parent="XMLSignatureValidationStage"
p:id="at_aconet_checkSignature">
<bean id="at_aconet_checkProductionSignature" parent="XMLSignatureValidationStage"
p:id="at_aconet_checkProductionSignature">
<property name="verificationCertificate" ref="at_aconet_signingCertificate"/>
</bean>
<bean id="at_aconet_checkEdugainSignature" parent="XMLSignatureValidationStageSHA256"
p:id="at_aconet_checkEdugainSignature">
<property name="verificationCertificate" ref="at_aconet_signingCertificate"/>
</bean>

Expand Down Expand Up @@ -123,7 +127,7 @@
invalid signature
-->
<ref bean="check_validUntil"/>
<ref bean="at_aconet_checkSignature"/>
<ref bean="at_aconet_checkProductionSignature"/>
<ref bean="errorTerminatingFilter"/>

<ref bean="disassemble"/>
Expand All @@ -146,7 +150,7 @@
invalid signature
-->
<ref bean="check_validUntil"/>
<ref bean="at_aconet_checkSignature"/>
<ref bean="at_aconet_checkEdugainSignature"/>
<ref bean="errorTerminatingFilter"/>

<ref bean="disassemble"/>
Expand Down

0 comments on commit eedfee5

Please sign in to comment.