Skip to content

Tags: openresty/encrypted-session-nginx-module

Tags

v0.09

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
optimize: make it compatible with boringssl. (#28)

v0.08

doc: updated the copyright years.

v0.08rc1

feature: added support for OpenSSL 1.1.0.

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.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>

v0.07

doc: we now work with nginx cores as new as 1.13.6.

v0.06

doc: this module works with nginx 1.11.x as far as 1.11.2.

v0.05

doc: now we work with nginx cores as far as 1.9.15.

v0.04

doc: switched to the markdown format; also added more detailed docume…

…ntation.

v0.03

updated .gitignore to reflect recent changes.

v0.02

fixed source lines exceeding 80 cols and also updated README to refle…

…ct recent changes.

v0.01

fixed a nasty bug found by the no-pool-nginx patch combined with valg…

…rind :D