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

Allow for ciphers with adjustable IV lengths #202

Merged
merged 2 commits into from
Jul 11, 2022

Conversation

daurnimator
Copy link
Collaborator

Fixes #201 (comment)

@mwild1

Need to figure out which version of OpenSSL EVP_CTRL_AEAD_SET_IVLEN was introduced in and if any compat shims are needed

@mwild1
Copy link
Contributor

mwild1 commented Jul 8, 2022

LGTM. Regarding compatibility:

EVP_CTRL_AEAD_SET_IVLEN exists since OpenSSL 1.1.0. In 1.0.2 you can use EVP_CTRL_GCM_SET_IVLEN to do the same job.
-- openssl/openssl#8330 (comment)

@daurnimator daurnimator merged commit 0060e0b into wahern:master Jul 11, 2022
@daurnimator daurnimator deleted the fix-iv-len branch July 11, 2022 05:36
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants