Re: [FFmpeg-devel] [PATCH] lavf/tls: let the user specify what name to verify against

2015-06-08 Thread Michael Niedermayer
On Mon, Jun 08, 2015 at 04:50:48AM -0500, Rodger Combs wrote: > This can be useful for debugging, or in scenarios where the user > doesn't want to use the system's DNS settings for whatever reason. > --- > libavformat/tls.c | 13 - > libavformat/tls.h | 7 +-- > 2 files changed, 1

[FFmpeg-devel] [PATCH] lavf/tls: let the user specify what name to verify against

2015-06-08 Thread Rodger Combs
This can be useful for debugging, or in scenarios where the user doesn't want to use the system's DNS settings for whatever reason. --- libavformat/tls.c | 13 - libavformat/tls.h | 7 +-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/libavformat/tls.c b/libavfor