grahamedgecombe / nginx-ct

Certificate Transparency module for nginx.
https://grahamedgecombe.com/projects/nginx-ct
ISC License
175 stars 27 forks source link

CT support for other nginx modules, not just http #4

Closed espadolini closed 8 years ago

espadolini commented 8 years ago

How hard would it be to adapt the current module to also cooperate with ngx_stream_ssl_module or ngx_mail_ssl_module? Would it lead to too much code duplication?

grahamedgecombe commented 8 years ago

Added support to this for master. There's still more code duplication than I'd like though :(

grahamedgecombe commented 8 years ago

Tagged v1.1.0 which includes this.