Skip to content

Tags: nginx-with-docker/encrypted-session-nginx-module-src

Tags

v0.08

Toggle v0.08's commit message
doc: updated the copyright years.

v0.08rc1

Toggle v0.08rc1's commit message
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

Toggle v0.07's commit message
doc: we now work with nginx cores as new as 1.13.6.

v0.06

Toggle v0.06's commit message
doc: this module works with nginx 1.11.x as far as 1.11.2.

v0.05

Toggle v0.05's commit message
doc: now we work with nginx cores as far as 1.9.15.

v0.04

Toggle v0.04's commit message
doc: switched to the markdown format; also added more detailed docume…

…ntation.

v0.03

Toggle v0.03's commit message
updated .gitignore to reflect recent changes.

v0.02

Toggle v0.02's commit message
fixed source lines exceeding 80 cols and also updated README to refle…

…ct recent changes.

v0.01

Toggle v0.01's commit message
fixed a nasty bug found by the no-pool-nginx patch combined with valg…

…rind :D