Andrew Stitcher created PROTON-2495:
---------------------------------------
Summary: Use python builtin tls support for encrypted connections
Key: PROTON-2495
URL: https://issues.apache.org/jira/browse/PROTON-2495
Project: Qpid Proton
Issue Type: Improvement
Components: python-binding
Reporter: Andrew Stitcher
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.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]