grahamedgecombe / nginx-ct

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

Adding BoringSSL support #5

Closed gbilic closed 8 years ago

gbilic commented 8 years ago

Hi Graham, I just added the ability to use this plugin with BoringSSL instead of OpenSSL. BoringSSL supports certificate timestamp internally using SSL_CTX_set_signed_cert_timestamp_list function, calling SSL_CTX_add_server_custom_ext returns an error. Feel free to merge, rewrite or discard this request ;-)

grahamedgecombe commented 8 years ago

thanks, squashed + merged into master