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 subversion and git services (JIRA)" <ji...@apache.org> on 2015/05/16 18:50:00 UTC

[jira] [Commented] (TS-3610) Certificate loading reads certificates from file multiple times

    [ https://issues.apache.org/jira/browse/TS-3610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14546855#comment-14546855 ] 

ASF subversion and git services commented on TS-3610:
-----------------------------------------------------

Commit 13396fd387df0bdb0ce69595d8f65da9f5610fd2 in trafficserver's branch refs/heads/master from shinrich
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=13396fd ]

TS-3610: Load reads certificate from file multiple times.


> Certificate loading reads certificates from file multiple times
> ---------------------------------------------------------------
>
>                 Key: TS-3610
>                 URL: https://issues.apache.org/jira/browse/TS-3610
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: SSL
>            Reporter: Susan Hinrichs
>            Assignee: Susan Hinrichs
>
> It was observed that during the ssl_multicert.config file loading the certificates were being loaded from file multiple times.  For the code on main, each file could be loaded 3 times: once for validity checking, once to create the SSL_CTX, and once to set up OCSP stapling.
> With a minor rearrangement, we can load in the certificate once and pass the X509 structure around as needed.



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