[Opendnssec-develop] [OpenDNSSEC] #58: Schema for kasp.xml does not allow 0 values for salt and iterations
OpenDNSSEC
owner-dnssec-trac at kirei.se
Tue Nov 24 13:51:18 UTC 2009
#58: Schema for kasp.xml does not allow 0 values for salt and iterations
-------------------------------+--------------------------------------------
Reporter: tom@… | Owner: sion
Type: defect | Status: new
Priority: major | Component: Enforcer
Version: trunk | Keywords:
-------------------------------+--------------------------------------------
The following NSEC3 configuration produces schema errors....
<NSEC3>
<OptOut/>
<Resalt>P100D</Resalt>
<Hash>
<Algorithm>1</Algorithm>
<Iterations>0</Iterations>
<Salt length="0"/>
</Hash>
</NSEC3>
element Iterations: Relax-NG validity error : Type positiveInteger doesn't
allow value '0'
element Salt: Relax-NG validity error : Type positiveInteger doesn't allow
value '0'
--
Ticket URL: <http://trac.opendnssec.org/ticket/58>
OpenDNSSEC <http://www.opendnssec.org/>
OpenDNSSEC
More information about the Opendnssec-develop
mailing list