GitHub user jpeach opened a pull request:
https://github.com/apache/trafficserver/pull/1030
[WIP] TS-4875: Hoist SSL index creation into library initialization.
The SSL index used for server certificate validation can only be
created once, so we need to do it in the library initialization,
not the client context initialization. Following the SSL utilities
conventions, wrap a helper API around the raw SSL data index accesses.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jpeach/trafficserver fix/4875
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1030.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 #1030
----
commit fd7c43ae5efe734677a69a9f3b5843fcf67215eb
Author: James Peach <[email protected]>
Date: 2016-09-16T16:52:26Z
TS-4875: Hoist SSL index creation into library initialization.
The SSL index used for server certificate validation can only be
created once, so we need to do it in the library initialization,
not the client context initialization. Following the SSL utilities
conventions, wrap a helper API around the raw SSL data index accesses.
----
---
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.
---