You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Alan M. Carroll (JIRA)" <ji...@apache.org> on 2014/08/20 01:55:18 UTC

[jira] [Commented] (TS-3024) build with OPENSSL_NO_SSL_INTERN

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

Alan M. Carroll commented on TS-3024:
-------------------------------------

In general this seems reasonable but there will be some cases where it is necessary to reach in to SSL data structures. For instance, to make TS-3006 work some structure internals must be accessed. What I would suggest is adding another file, say "SSLExt.cc", which contains any and all such internal access so that (1) it alone is compiled without this flag and (2) localizes all breakage in a single place to make it easier to use different SSL implementations.

> build with OPENSSL_NO_SSL_INTERN
> --------------------------------
>
>                 Key: TS-3024
>                 URL: https://issues.apache.org/jira/browse/TS-3024
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build, SSL
>            Reporter: James Peach
>            Assignee: Susan Hinrichs
>
> I think we should enable {{OPENSSL_NO_SSL_INTERN}} to make ourselves more robust to OpenSSL implementation changes.



--
This message was sent by Atlassian JIRA
(v6.2#6252)