You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/16 16:55:20 UTC

[jira] [Work logged] (TS-4875) Hoist SSL index creation into library initialization.

     [ https://issues.apache.org/jira/browse/TS-4875?focusedWorklogId=29246&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29246 ]

ASF GitHub Bot logged work on TS-4875:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 16/Sep/16 16:54
            Start Date: 16/Sep/16 16:54
    Worklog Time Spent: 10m 
      Work Description: 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 <jp...@apache.org>
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.

----


Issue Time Tracking
-------------------

            Worklog Id:     (was: 29246)
            Time Spent: 10m
    Remaining Estimate: 0h

> Hoist SSL index creation into library initialization.
> -----------------------------------------------------
>
>                 Key: TS-4875
>                 URL: https://issues.apache.org/jira/browse/TS-4875
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: SSL
>            Reporter: James Peach
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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. In principle, we can initialize client contexts multiple times.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)