You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (JIRA)" <ji...@apache.org> on 2016/10/14 17:25:20 UTC

[jira] [Resolved] (PROTON-1304) SSL code shouldn't need to know the time (shouldn't use the platform dependent parts of proton-c)

     [ https://issues.apache.org/jira/browse/PROTON-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Stitcher resolved PROTON-1304.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.15.0

> SSL code shouldn't need to know the time (shouldn't use the platform dependent parts of proton-c)
> -------------------------------------------------------------------------------------------------
>
>                 Key: PROTON-1304
>                 URL: https://issues.apache.org/jira/browse/PROTON-1304
>             Project: Qpid Proton
>          Issue Type: Improvement
>            Reporter: Andrew Stitcher
>            Assignee: Andrew Stitcher
>             Fix For: 0.15.0
>
>
> Currently the interface to OpenSSL keeps it's own cache of sessions separate from the cache held in OpenSSL itself.
> It needs to be able to purge this cache when the entries expire, so it needs to know the time to figure out how old the cache entries are.
> If we eliminate this cache and just use the underlying OpenSSL cache then we wouldn't need to know the time and this code would be platform independent (or at least as platform independent as OpenSSL code itself).



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org