diff options
author | sfan5 <sfan5@live.de> | 2017-11-04 15:45:16 +0100 |
---|---|---|
committer | Matt Oliver <protogonoi@gmail.com> | 2017-12-17 17:32:42 +1100 |
commit | 387ee1d6aa651e07e95ffe00ca4bfd14873613ad (patch) | |
tree | 391ff4652aa03917ee1feafd6b7532c03f99f42d /doc/protocols.texi | |
parent | 0ee143558d55b590774dba69cff5a16eda089a4d (diff) | |
download | ffmpeg-387ee1d6aa651e07e95ffe00ca4bfd14873613ad.tar.gz |
libavformat: LibreSSL (libtls) support
Signed-off-by: sfan5 <sfan5@live.de>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 8661aea147..ca2f9ad63d 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -1286,7 +1286,7 @@ If enabled, try to verify the peer that we are communicating with. Note, if using OpenSSL, this currently only makes sure that the peer certificate is signed by one of the root certificates in the CA database, but it does not validate that the certificate actually -matches the host name we are trying to connect to. (With GnuTLS, +matches the host name we are trying to connect to. (With other backends, the host name is validated as well.) This is disabled by default since it requires a CA database to be |