[ovs-dev] [PATCH v2] python: Do not send non-zero flag for a SSL socket

2022-08-08 Thread Miro Tomaska
Python std library SSLSocket.send does not allow non-zero value for the optional flag. pyOpenSSL was recently switched for the Python standard library ssl module commit 68543dd523bd00f53fa7b91777b962ccb22ce679 (python: Replace pyOpenSSL with ssl). Python SSLsocket.send() does not allow non-zero

Re: [ovs-dev] [PATCH v2] python: Do not send non-zero flag for a SSL socket

2022-08-10 Thread Timothy Redaelli
On Mon, 8 Aug 2022 12:32:42 -0500 Miro Tomaska wrote: > Python std library SSLSocket.send does not allow non-zero value for the > optional flag. > > pyOpenSSL was recently switched for the Python standard library ssl module > commit 68543dd523bd00f53fa7b91777b962ccb22ce679 (python: Replace pyO

Re: [ovs-dev] [PATCH v2] python: Do not send non-zero flag for a SSL socket

2022-08-11 Thread Ilya Maximets
On 8/10/22 11:37, Timothy Redaelli wrote: > On Mon, 8 Aug 2022 12:32:42 -0500 > Miro Tomaska wrote: > >> Python std library SSLSocket.send does not allow non-zero value for the >> optional flag. >> >> pyOpenSSL was recently switched for the Python standard library ssl module >> commit 68543dd52

Re: [ovs-dev] [PATCH v2] python: Do not send non-zero flag for a SSL socket

2022-08-12 Thread Miro Tomaska
Great, Thank you all! On Thu, Aug 11, 2022 at 7:38 PM Ilya Maximets wrote: > On 8/10/22 11:37, Timothy Redaelli wrote: > > On Mon, 8 Aug 2022 12:32:42 -0500 > > Miro Tomaska wrote: > > > >> Python std library SSLSocket.send does not allow non-zero value for the > optional flag. > >> > >> pyOpe