Skip to content

Mismatched document about AWS Encryption SDK message format #227

@hyunsooda

Description

@hyunsooda

Hi, I'm testing encryption and decryption on AWS KMS using SDK libraries(Node.js and Python).

Encryption responses of all libraries are not mismatched with response structure described in document(https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/message-format.html#body-framed-final-tag).

For example, Reserved property should be 4 zero sequence bytes, but it seems not be appeared in response structure. and also, the Type property should be 128(0x80) which is positioned immediately after Version property, but it is not matched too.

My purpose is to extracting some information like an initialization vector, however I'm stuck due to the mismatched documentation.

Let me know if document was deprecated or something what I'm missing.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions