Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix backwards equality check in aes cfb128 function #1462

Merged
merged 1 commit into from
May 29, 2017

Conversation

Vagabond
Copy link
Contributor

The fix in #1393 had a backwards equality check for encrypt/decrypt. Because this is a chained cipher, the first 16 bytes end up getting 'encrypted' anyway, but after the first block, things go off the rails.

cc @IngelaAndin @kellymclaughlin

@IngelaAndin IngelaAndin added team:PS Assigned to OTP team PS testing currently being tested, tag is used by OTP internal CI labels May 16, 2017
@HansN HansN merged commit 023c7e1 into erlang:master May 29, 2017
@HansN HansN removed the testing currently being tested, tag is used by OTP internal CI label May 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:PS Assigned to OTP team PS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants