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

[Annotation] A receiver MUST verify that there are no non-zero bytes in the padding field, and if this check fails, the enclosing PrivateMessage MUST be rejected as malformed. #27

Open
duesee opened this issue Jan 10, 2023 · 0 comments
Labels
annotation codec Validation related to tls_codec, serialization, and deserialization.

Comments

@duesee
Copy link
Collaborator

duesee commented Jan 10, 2023

A receiver MUST verify that there are no non-zero
bytes in the padding field, and if this check fails, the enclosing
PrivateMessage MUST be rejected as malformed.


Annotation
{
  "@context": "http://www.w3.org/ns/anno.jsonld",
  "type": "Annotation",
  "body": [
    {
      "type": "TextualBody",
      "purpose": "tagging",
      "value": "codec, padding"
    }
  ],
  "target": {
    "selector": [
      {
        "type": "TextQuoteSelector",
        "exact": "A receiver MUST verify that there are no non-zero\n   bytes in the padding field, and if this check fails, the enclosing\n   PrivateMessage MUST be rejected as malformed."
      },
      {
        "type": "TextPositionSelector",
        "start": 91661,
        "end": 91829
      }
    ]
  },
  "id": "#060200fa-dff1-4236-8990-d44102c6a557",
  "meta": null
}
@duesee duesee added validation codec Validation related to tls_codec, serialization, and deserialization. labels Jan 10, 2023
@duesee duesee changed the title [Validation] A receiver MUST verify that there are no non-zero bytes in the padding field, and if this check fails, the enclosing PrivateMessage MUST be rejected as malformed. [Annotation] A receiver MUST verify that there are no non-zero bytes in the padding field, and if this check fails, the enclosing PrivateMessage MUST be rejected as malformed. Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
annotation codec Validation related to tls_codec, serialization, and deserialization.
Projects
None yet
Development

No branches or pull requests

1 participant