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

Use python builtin tls support for encrypted connections

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • python-binding
    • None

    Description

      The Python standard library had built in support for tls in the ssl module. Our current python binding already does all the socket IO itself and just passes bytes to the proton library to implement the protocol.

      So it would not be too hard to rearrange the TLS support for the python binding to not use the standard Python TLS support and not require linking openssl with the proton library at all.

      Doing this would have also have the benefit of making the python package build/install simpler too.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: