]> git.kaiwu.me - nginx.git/commit
SSL: avoid calling SSL_shutdown() during handshake (ticket #901).
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 19 Feb 2016 14:27:30 +0000 (17:27 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 19 Feb 2016 14:27:30 +0000 (17:27 +0300)
commit7b232ef5aa31e228da64ae6dce3873ccedbfb2c0
treecb64e229139cb34e2b7b8399bb5baad5f8d7bb7f
parent89d3762863b324e8bfabd24e41bc0003fc946601
SSL: avoid calling SSL_shutdown() during handshake (ticket #901).

This fixes "called a function you should not call" and
"shutdown while in init" errors as observed with OpenSSL 1.0.2f
due to changes in how OpenSSL handles SSL_shutdown() during
SSL handshakes.
src/event/ngx_event_openssl.c