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

OCB: Use OpenSSL EVP instead of deprecated AES #1205

Merged
merged 1 commit into from
Jun 28, 2022

Conversation

bbarenblat
Copy link
Contributor

Replace calls to AES_* APIs, which were deprecated in OpenSSL 3, with calls to EVP_* APIs.

Closes: #1174

src/crypto/ocb_internal.cc Show resolved Hide resolved
src/crypto/ocb_internal.cc Show resolved Hide resolved
src/crypto/ocb_internal.cc Show resolved Hide resolved
src/crypto/ocb_internal.cc Show resolved Hide resolved
Replace calls to AES_* APIs, which were deprecated in OpenSSL 3, with
calls to EVP_* APIs.

Closes: mobile-shell#1174
@achernya achernya merged commit 1416e9a into mobile-shell:master Jun 28, 2022
@eminence eminence added this to the 1.4.0 milestone Aug 12, 2022
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.

Fails to build against OpenSSL 3.0 with -Werror
3 participants