commit | 93c7e76372e1c275647254cba60cf496cc5f8c2a | [log] [tgz] |
---|---|---|
author | Sergey Kandaurov <pluknet@nginx.com> | Mon Aug 22 18:53:21 2016 +0300 |
committer | Sergey Kandaurov <pluknet@nginx.com> | Mon Aug 22 18:53:21 2016 +0300 |
tree | 6804fbd5717d64a21ec1ecb8449ccade125a1eef | |
parent | 814b5ab9e4642623adaeee68d10532db267d2715 [diff] |
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.