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

openssl 1.1 compatibility ? #56

Open
kapouer opened this issue Jan 20, 2017 · 2 comments
Open

openssl 1.1 compatibility ? #56

kapouer opened this issue Jan 20, 2017 · 2 comments

Comments

@kapouer
Copy link

kapouer commented Jan 20, 2017

Hi,

debian will ship nginx with openssl 1.1 support, meaning... one won't be able to
run this module in next's debian stable. Any plans about that ?

@gwkunze
Copy link

gwkunze commented Feb 23, 2018

I was trying to get this library to work on the kubernetes nginx ingress controller and ran into the issue of it not working with openssl 1.1.0. Getting the error failed to find function/global EVP_MD_CTX_create.

I tried some simple stuff, and it seems to simply be fixed by editing evp.lua and changing all instances of the following two strings:

Change This To This
EVP_MD_CTX_create EVP_MD_CTX_new
EVP_MD_CTX_destroy EVP_MD_CTX_free

Those two changes seem to make it work.

@ghost
Copy link

ghost commented May 17, 2018

See #79

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

No branches or pull requests

2 participants