Skip to content

Commit

Permalink
Fix fault namespace prefix. (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBusch authored Apr 28, 2022
1 parent 0d10f34 commit 431d6da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/Security.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1652,19 +1652,19 @@ Added certificate-based client authentication</revremark>
<varlistentry>
<term>faults</term>
<listitem>
<para role="param">ter:Receiver - tas:Action - ter:MaximumNumberOfCertificatesReached</para>
<para role="param">ter:Receiver - ter:Action - ter:MaximumNumberOfCertificatesReached</para>
<para role="text"> The device does not have enough storage space to store the certificate to be uploaded.</para>
<para role="param">ter:Receiver - tas:Action - ter:MaximumNumberOfKeysReached</para>
<para role="param">ter:Receiver - ter:Action - ter:MaximumNumberOfKeysReached</para>
<para role="text"> The device does not have enough storage space to store the key pair to be uploaded.</para>
<para role="param">ter:Receiver - tas:Action - ter:NoMatchingPrivateKey </para>
<para role="param">ter:Receiver - ter:Action - ter:NoMatchingPrivateKey </para>
<para role="text">The keystore does not contain a key pair with a private key that matches the public key in the uploaded certificate.</para>
<para role="param">ter:Sender - tas:InvalidArgVal - ter:BadCertificate </para>
<para role="param">ter:Sender - ter:InvalidArgVal - ter:BadCertificate </para>
<para role="text">The supplied certificate file cannot be processed by the device.</para>
<para role="param">ter:Sender - tas:InvalidArgVal - ter:UnsupportedPublicKeyAlgorithm</para>
<para role="param">ter:Sender - ter:InvalidArgVal - ter:UnsupportedPublicKeyAlgorithm</para>
<para role="text"> The public key algorithm of the public key in the certificate is not supported by the device.</para>
<para role="param">ter:Sender - tas:InvalidArgVal - ter:UnsupportedSignatureAlgorithm</para>
<para role="param">ter:Sender - ter:InvalidArgVal - ter:UnsupportedSignatureAlgorithm</para>
<para role="text"> The specified signature algorithm is not supported by the device.</para>
<para role="param">ter:Sender - tas:InvalidArgVal - ter:InvalidKeyStatus</para>
<para role="param">ter:Sender - ter:InvalidArgVal - ter:InvalidKeyStatus</para>
<para role="text"> The key with the requested KeyID has an inappropriate status.</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit 431d6da

Please sign in to comment.