Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

verify the mac even if the padding is 1 byte long #234

Merged
merged 1 commit into from
Mar 30, 2018

Commits on Mar 27, 2018

  1. verify the mac even if the padding is 1 byte long

    off-by-one error on mac checking, if the padding is of
    minimal length (a single 0x00 byte), the mac is not
    checked and thus the return value is never falsified
    
    this fixes the issue
    tomato42 committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    3674815 View commit details
    Browse the repository at this point in the history