Skip to content

Check signature length against algorithm suite when decrypting #134

@lavaleri

Description

@lavaleri

When decrypting a message with a signature, we can short circuit some verification failures by first checking whether the signature length is valid for the algorithm suite in use. We would need to add in additional logic in order to enable this sort of check.

Proposal from @mattsb42-aws:

 algorithm suites SHOULD define a max signature length and if they do then the client MUST fail if the signature length field is larger than that value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions