GitHub user persiaAziz opened a pull request:
https://github.com/apache/trafficserver/pull/1610
7.1.x
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/persiaAziz/trafficserver 7.1.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1610.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1610
----
commit c4144969a28134f309b64bd7e29f5eb89ff8994d
Author: Susan Hinrichs <[email protected]>
Date: 2017-02-11T00:35:01Z
Need dedicated TS_SSL_SERVERNAME_HOOK
If you have a plugin that needs to trigger on every TLS client hello, this
won't
work the TS_SSL_SNI_HOOK with openssl-1.0.2. In that version
TS_SSL_SNI_HOOK
is shared with the TS_SSL_CERT_HOOK which does not trigger on session reuse.
I propose adding a dedicated TS_SSL_SERVERNAME_HOOK and deprecate the
TS_SSL_SNI_HOOK to drop on the next major release
commit 74fc46b0f5486b65b02ef4235003c949ff6da106
Author: Susan Hinrichs <[email protected]>
Date: 2017-03-07T19:04:12Z
Fix ssl hook state logic.
Was not correctly resetting the ssl hook state after the servername hooks.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---