openresty / encrypted-session-nginx-module

encrypt and decrypt nginx variable values
http://openresty.org
195 stars 52 forks source link

feature: supported OpenSSL 1.1.0 #16

Closed spacewander closed 6 years ago

spacewander commented 6 years ago

EVP_CIPHER_CTX is opaque after OpenSSL 1.1.0. Replace EVP_CIPHER_CTX_init and EVP_CIPHER_CTX_cleanup with EVP_CIPHER_CTX_new and EVP_CIPHER_CTX_free.

spacewander commented 6 years ago

@agentzh A new commit is pushed.

spacewander commented 6 years ago

@agentzh Updated.

spacewander commented 6 years ago

@agentzh Updated.

agentzh commented 6 years ago

@spacewander libdrizzle can be indeed removed since we do not even link against it :)

spacewander commented 6 years ago

@agentzh All right, libdrizzle is removed in the latest commit now.

agentzh commented 6 years ago

@spacewander Merged. Thanks!

TheRusskiy commented 6 years ago

@agentzh when is the new release?

agentzh commented 6 years ago

@TheRusskiy Maybe this month or next month.

starriv commented 6 years ago

Hi is coming May. When is the update version?

agentzh commented 6 years ago

A new release tag of this module was already added a few days ago and the new version is already included in OpenResty 1.13.6.2 RC1: https://groups.google.com/d/msg/openresty-en/bTfqTjshcX4/uP8qF0EpAgAJ