FFmpeg/doc
Martin Storsjö 8b09d917e7 tls: Add options for verifying the peer certificate
A file containing the trusted CA certificates needs to be
supplied via the ca_file AVOption, unless the TLS library
has got a system default file/database set up.

This doesn't check the hostname of the peer certificate with
openssl, which requires a non-trivial piece of code for
manually matching the desired hostname to the string provided
by the certificate, not provided as a library function.

That is, with openssl, this only validates that the received
certificate is signed with the right CA, but not that it is
the actual server we think we're talking to.

Verification is still disabled by default since we can't count
on a proper CA database existing at all times.

Signed-off-by: Martin Storsjö <martin@martin.st>
2013-09-26 23:13:06 +03:00
..
doxy doc: support the new website layout 2012-10-08 11:22:42 +02:00
APIchanges lavu: Add interleaved 4:2:2 8/10-bit formats 2013-09-21 17:36:15 +02:00
avconv.texi doc: Clarify the avconv section about -re 2013-08-10 18:37:21 +03:00
avplay.texi avplay: remove the -debug option. 2013-03-19 11:12:13 +01:00
avprobe.texi avprobe: restore pseudo-INI old style format for compatibility. 2012-05-26 21:14:35 +02:00
avserver.conf avserver: remove daemon mode 2012-11-15 17:36:14 +01:00
avserver.texi avserver: remove daemon mode 2012-11-15 17:36:14 +01:00
avtools-common-opts.texi cmdutils: allow -h filter=<name> to print information about a filter. 2013-04-11 20:46:11 +02:00
avutil.txt Remove unused softfloat implementation. 2011-05-11 13:43:30 +02:00
bitstream_filters.texi doc: Fix some obsolete references to av* tools as ff* tools 2013-02-18 13:04:29 +01:00
build_system.txt cosmetics: Delete empty lines at end of file. 2012-02-09 12:26:45 +01:00
demuxers.texi doc: document the asf demuxer 2013-08-28 11:02:56 +02:00
developer.texi doc: cosmetics: Consistently format list and table items 2013-07-27 16:24:55 +02:00
doxy-wrapper.sh doc: add apidoc target for doxygen API documentation 2012-11-02 18:28:56 +01:00
Doxyfile doxy: enable TYPEDEF_HIDES_STRUCT 2013-05-24 09:12:00 +02:00
encoders.texi libx264: add shortcut for the bluray compatibility option 2013-08-05 16:13:35 +02:00
eval.texi eval: Add the isinf() function and tests for it 2012-07-04 15:10:56 +03:00
faq.texi miscellaneous typo fixes 2013-07-25 19:43:32 +02:00
fate.texi doc: cosmetics: Consistently format list and table items 2013-07-27 16:24:55 +02:00
filters.texi doc/filters: fix an option name in the unsharp docs 2013-09-24 17:22:11 +02:00
general.texi Add a WebP decoder 2013-09-18 14:10:05 -04:00
git-howto.texi doc: git-howto: Leave reviewers time to react before pushing patches 2012-11-11 20:43:28 +01:00
git-howto.txt doc/git-howto: expand format-patch and send-email notes. 2011-11-08 14:25:38 +01:00
indevs.texi doc: Fix some obsolete references to av* tools as ff* tools 2013-02-18 13:04:29 +01:00
libavfilter.texi doc: update libavfilter documentation 2011-11-10 15:55:29 -08:00
Makefile configure: Add docdir configuration option 2013-08-31 16:16:38 +02:00
metadata.texi replace FFmpeg with Libav in doc/ 2011-03-16 22:01:01 +01:00
multithreading.txt lavc decoders: work with refcounted frames. 2013-03-08 07:38:30 +01:00
muxers.texi movenc: add faststart option for web streaming 2013-08-21 14:20:33 +01:00
nut.texi Drop Snow codec 2013-01-06 16:30:02 +01:00
optimization.txt Drop DCTELEM typedef 2013-01-22 18:32:56 -08:00
outdevs.texi doc: Fix some obsolete references to av* tools as ff* tools 2013-02-18 13:04:29 +01:00
platform.texi doc/platform: Add info about ICL 2013-06-24 13:06:01 -04:00
print_options.c doc/print_options: Move options headers to a saner place 2013-08-02 19:19:02 +02:00
protocols.texi tls: Add options for verifying the peer certificate 2013-09-26 23:13:06 +03:00
rate_distortion.txt miscellaneous typo fixes 2012-12-21 00:18:34 +01:00
RELEASE_NOTES Update release notes for the 9 release. 2013-01-04 17:50:34 +01:00
soc.txt Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
swscale.txt x86: mmx2 ---> mmxext in comments and messages 2012-10-31 00:37:42 +01:00
t2h.init doc: update the reference for the title 2013-01-26 14:49:57 +01:00
tablegen.txt Update tablegen documentation for WRITE_ARRAY macro. 2010-06-27 14:31:50 +00:00
texi2pod.pl doc: support multitable in texi2pod 2013-01-25 14:03:05 +01:00
viterbi.txt miscellaneous typo fixes 2012-12-21 00:18:34 +01:00