summaryrefslogtreecommitdiff
path: root/libavformat/tls_libtls.c
Commit message (Collapse)AuthorAge
* libavformat/tls_libtls: pass numeric hostnames to tls_connect_cbs()Stefan _2018-03-07
| | | | | | | Numeric hosts in certificates are not very common, but supported by LibreSSL. Forward the IP address to make verification work in this case. Fixes ticket #7029
* libavformat: LibreSSL (libtls) supportsfan52017-12-17
Signed-off-by: sfan5 <sfan5@live.de>