Re: [FFmpeg-devel] [PATCH v4 3/3] avformat/tls_openssl: load default verify locations

2025-07-21 Thread Marvin Scholz
On 10 Jul 2025, at 13:51, Marvin Scholz wrote: > When no explicit CAs file is set, load the default locations, > else there is no way for verification to succeed. > > This matches the behavior of other TLS backends. > --- > libavformat/tls_openssl.c | 6 ++ > 1 file changed, 6 insertions(+

[FFmpeg-devel] [PATCH v4 3/3] avformat/tls_openssl: load default verify locations

2025-07-10 Thread Marvin Scholz
When no explicit CAs file is set, load the default locations, else there is no way for verification to succeed. This matches the behavior of other TLS backends. --- libavformat/tls_openssl.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavformat/tls_openssl.c b/libavformat/tls_open