GitHub user shinrich opened a pull request:
https://github.com/apache/trafficserver/pull/1446
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
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shinrich/trafficserver ts_ssl_servername_hook
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1446.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 #1446
----
commit 2507909055ca96ff09458c8ffac73d912b262c06
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
----
---
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.
---