Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-1304

SSL code shouldn't need to know the time (shouldn't use the platform dependent parts of proton-c)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • proton-0.15.0
    • None
    • None

    Description

      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).

      Attachments

        Issue Links

          Activity

            People

              astitcher Andrew Stitcher
              astitcher Andrew Stitcher
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: