]> 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)
commit218c8d493f9f80a25fe382dbc414a2bcd7d0251b
tree6804fbd5717d64a21ec1ecb8449ccade125a1eef
parentc7c5c43c04756b206286be0dd42f219aa095eb4a
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