Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/invalid/not-boolean.pskcxml
blob: 204f5cc71de18a273c292016be74c059077c9f84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>

<!--
  Quick test with a non-boolean value for an attribute.
-->

<KeyContainer Version="1.0" xmlns="urn:ietf:params:xml:ns:keyprov:pskc">
  <KeyPackage>
    <Key>
      <AlgorithmParameters>
        <ResponseFormat Encoding="DECIMAL" Length="8" CheckDigits="not really"/>
      </AlgorithmParameters>
    </Key>
  </KeyPackage>
</KeyContainer>