Skip to content

ccm_process fails to process input buffer longer than 256 bytes #323

@karel-m

Description

@karel-m

Prerequisites

Description

If you call ccm_process with ptlen > 256 it loops for ever at this line https://github.com/libtom/libtomcrypt/blob/develop/src/encauth/ccm/ccm_process.c#L49 because y is just unsigned char and should be unsigned long

PR later

Version

latest develop

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions