Re: [ovs-dev] [PATCH v2] python: Add SSL support to the python ovs client library

2016-10-05 Thread Ben Pfaff
On Wed, Oct 05, 2016 at 05:50:24PM +0530, Numan Siddique wrote: > SSL support is added to the ovs/stream.py. pyOpenSSL library is used > to support SSL. If this library is not present, then the SSL stream > is not registered with the Stream class. > > Signed-off-by: Numan Siddique

[ovs-dev] [PATCH v2] python: Add SSL support to the python ovs client library

2016-10-05 Thread Numan Siddique
SSL support is added to the ovs/stream.py. pyOpenSSL library is used to support SSL. If this library is not present, then the SSL stream is not registered with the Stream class. Signed-off-by: Numan Siddique --- python/ovs/poller.py | 8 + python/ovs/stream.py | 91