]> git.kaiwu.me - nginx.git/commit
SSL: clear protocol options.
authorMaxim Dounin <mdounin@mdounin.ru>
Sun, 22 Mar 2015 23:42:32 +0000 (02:42 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Sun, 22 Mar 2015 23:42:32 +0000 (02:42 +0300)
commitb0d8ff55a1560f4f373319075cd452992de8c74b
treed6607001fbb609064fe3730663ff8bf57a74a452
parentcc569b92528373694ae3ebc3649b35c9fb6ba540
SSL: clear protocol options.

LibreSSL 2.1.1+ started to set SSL_OP_NO_SSLv3 option by default on
new contexts.  This makes sure to clear it to make it possible to use SSLv3
with LibreSSL if enabled in nginx config.

Prodded by Kuramoto Eiji.
src/event/ngx_event_openssl.c