]> git.kaiwu.me - nginx.git/commit
SSL: adopted session ticket handling for OpenSSL 1.1.0.
authorSergey Kandaurov <pluknet@nginx.com>
Mon, 22 Aug 2016 15:53:21 +0000 (18:53 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Mon, 22 Aug 2016 15:53:21 +0000 (18:53 +0300)
commit63260a6842e1b9c4dbe28c669ff2c74a63f8df5c
tree0702d99dd1e9377662923f469b6a74aabd7af4cb
parentf3dfbb5d1fd00659e886a1cdb56cc07a68340e6d
SSL: adopted session ticket handling for OpenSSL 1.1.0.

Return 1 in the SSL_CTX_set_tlsext_ticket_key_cb() callback function
to indicate that a new session ticket is created, as per documentation.
Until 1.1.0, OpenSSL didn't make a distinction between non-negative
return values.

See https://git.openssl.org/?p=openssl.git;a=commitdiff;h=5c753de for details.
src/event/ngx_event_openssl.c