Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fault namespace prefix. #205

Merged
merged 1 commit into from
Apr 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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