[FFmpeg-devel] [PATCH 0/3] TLS/SSL improvements

Peter Ross pross at xvid.org
Wed Jul 18 15:52:04 CEST 2012


The first patch allow TLS/SSL certificate authority, public and private keys to
be specified via the tls:// uri options. Syntax borrowed from socat.

The second and third patches permit one-shot TLS/SSL servers to be created,
much like the existing TCP one-shot server.

These patches are necessary groundwork for a muxer/demuxer I am tinkering with,
but are useful in their own right.

Peter Ross (3):
  tls: cafile, cert, key options
  tls: parse uri path options to underlying tcp URLContext
  tls: TLS/SSL server

 libavformat/tls.c |   59 +++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 53 insertions(+), 6 deletions(-)

-- 
1.7.10.4

-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120718/45938d25/attachment.asc>


More information about the ffmpeg-devel mailing list