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

Add testing for updated cipher IV #15041

Closed
wants to merge 1 commit into from

Conversation

jon-oracle
Copy link
Contributor

For #14047 some updated IVs have been generated using an alternate crypto toolkit (RSA BSAFE) where the supported ciphers/modes overlap.

The evp_test app now supports using the 'NextIV' tag in the test data to provide an expected value to compare against.

  • tests are added or updated

Copy link
Contributor

@paulidale paulidale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work.

@paulidale paulidale added approval: review pending This pull request needs review by a committer branch: master Merge to master branch labels Apr 27, 2021
@paulidale
Copy link
Contributor

What about adding a "Fixes #14047" line in the commit?

Copy link
Member

@t8m t8m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@paulidale paulidale self-assigned this Apr 27, 2021
@t8m t8m added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Apr 27, 2021
@beldmit
Copy link
Member

beldmit commented Apr 27, 2021

Nice job!

@t8m t8m added the approval: ready to merge The 24 hour grace period has passed, ready to merge label Apr 28, 2021
openssl-machine pushed a commit that referenced this pull request Apr 28, 2021
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #15041)
@t8m
Copy link
Member

t8m commented Apr 28, 2021

Merged to master. Thank you for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: done This pull request has the required number of approvals approval: ready to merge The 24 hour grace period has passed, ready to merge branch: master Merge to master branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants