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

EVP API for crypto module #283

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

glebp
Copy link

@glebp glebp commented Mar 26, 2019

Enabled EVP API support for all cryptographic needs.
Crypto module and its API simplified as EVP API has its own state and there is no need for all those function pointers any more.

@glebp glebp closed this Mar 28, 2019
@glebp glebp reopened this Mar 28, 2019
@dvershinin
Copy link

This seems to break compilation with stock openssl-devel in RHEL 7:

crypto/aesni256.c:51: undefined reference to `EVP_CIPHER_CTX_encrypting'

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.

2 participants