Skip to content

AES keys not taking user input correctly #23

@DisplayGFX

Description

@DisplayGFX

According to the OpenSSL source, it will generate keys from a user input.

https://github.com/openssl/openssl/blob/master/crypto/aes/aes_core.c#L631

And even will expand keys that are not using all of the bytes.

https://github.com/openssl/openssl/blob/master/crypto/aes/aes_core.c#L599

This behavior is not reflected in the library

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions