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

tests: Use IV of size 16 bytes in CipherTests #29

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

pushkarnk
Copy link
Collaborator

We only have AES in the list of FIPS-approved Ciphers. AES needs an initialization vector of size 16-bytes. This "might" have been the reason for the intermittent failures seen in CipherTests.

We only have AES in the list of FIPS-approved Ciphers.
AES needs an initialization vector of size 16-bytes. This
"might" have been the reason for the intermittent failures
seen in CipherTests.
@pushkarnk pushkarnk merged commit 50e3ae0 into main Aug 13, 2024
1 check passed
@pushkarnk pushkarnk deleted the iv-size-aes branch September 13, 2024 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant