Uploaded image for project: 'OpenDNSSEC TRAC Import'
  1. OpenDNSSEC TRAC Import
  2. ODSTRACIMPORT-58

Schema for kasp.xml does not allow 0 values for salt and iterations

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: trunk
    • Fix Version/s: None
    • Component/s: Enforcer
    • Labels:
      None

      Description

      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'

        Attachments

          Activity

            People

            Assignee:
            alexd Alex Dalitz
            Reporter:
            tom@nominet.org.uk tom
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: