Andrew Stitcher created PROTON-1304:
---------------------------------------

             Summary: 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


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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to