[FFmpeg-devel] [PATCH] libavformat/tls_libtls: handle TLS_WANT_POLLIN and TLS_WANT_POLLOUT return values

2019-12-09 Thread Michael Forney
These values may be returned from libtls (even in the case of blocking file descriptors) when we need to read/write more TLS record data in order to read/write application data. The URLProtocol documentation says AVERROR(EAGAIN) should be returned in these cases. Signed-off-by: Michael Forney

[FFmpeg-devel] [PATCH] Fix build with LibreSSL

2016-10-28 Thread Michael Forney
Signed-off-by: Michael Forney --- libavformat/tls_openssl.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libavformat/tls_openssl.c b/libavformat/tls_openssl.c index c551ac7..9712856 100644 --- a/libavformat/tls_openssl.c +++ b/libavformat/tls_openssl.c

Re: [FFmpeg-devel] [PATCH] Fix build with LibreSSL

2016-10-29 Thread Michael Forney
On 10/29/16, Matt Oliver wrote: > This also seems a bit odd, why is libreSSL setting an openssl version > number of 1.1.0 or higher when it doesnt actually conform to the > corresponding openssl version. LibreSSl setting the openssl version number > to 2.0.0 seems to be problematic and causes prob