| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/tls: check for memory allocation failure when setting options | jackarain | 2023-03-08 | 1 | -6/+20 |
* | libavformat: Remove MAX_PATH limit and use UTF-8 version of getenv() | Nil Admirari | 2022-06-21 | 1 | -2/+9 |
* | avformat/http,tls: honor http_proxy command line variable for HTTPS | Moritz Barsnick | 2021-03-19 | 1 | -1/+1 |
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1' | Derek Buitenhuis | 2016-04-21 | 1 | -1/+1 |
|\ |
|
| * | avio: Copy URLContext generic options into child URLContexts | Martin Storsjö | 2016-03-24 | 1 | -1/+1 |
| * | urlprotocol: receive a list of protocols from the caller | Anton Khirnov | 2016-02-22 | 1 | -1/+1 |
| * | lavf: split tls.c | wm4 | 2015-05-26 | 1 | -361/+14 |
| * | tls: fix compilation when both gnutls and openssl are enabled | James Almer | 2015-05-22 | 1 | -1/+1 |
* | | avformat: Add a protocol blacklisting API | Derek Buitenhuis | 2016-03-04 | 1 | -1/+1 |
* | | Update demuxers and protocols for protocol whitelist support | Michael Niedermayer | 2016-02-02 | 1 | -2/+3 |
* | | lavf/tls: let the user specify what name to verify against | Rodger Combs | 2015-06-08 | 1 | -5/+8 |
* | | lavf: split tls.c | wm4 | 2015-05-27 | 1 | -372/+16 |
* | | tls: fix compilation when both gnutls and openssl are enabled | James Almer | 2015-05-22 | 1 | -1/+1 |
* | | Merge commit '94599a6de3822b13c94096d764868128f388ba28' | Michael Niedermayer | 2015-05-22 | 1 | -56/+27 |
|\| |
|
| * | tls: Remove all the local polling loops | Martin Storsjö | 2015-05-22 | 1 | -56/+27 |
* | | Merge commit 'd13b124eaf452b267480074b2e6946538ed03a6e' | Michael Niedermayer | 2015-05-22 | 1 | -24/+11 |
|\| |
|
| * | tls: Remove the nonblocking code | Martin Storsjö | 2015-05-22 | 1 | -24/+11 |
* | | Merge commit 'd15eec4d6bdfa3bd4c4b5b7dd2dbd699ba253d02' | Michael Niedermayer | 2015-05-22 | 1 | -3/+102 |
|\| |
|
| * | tls: Use custom IO to read from the URLContext | Martin Storsjö | 2015-05-22 | 1 | -3/+102 |
* | | Merge commit 'b9d2d6843a49f9df1d1ae1afe817d9b48c445919' | Michael Niedermayer | 2015-02-28 | 1 | -3/+3 |
|\| |
|
| * | tls: Pass AVOptions dictionaries through to the chained protocol | Martin Storsjö | 2015-02-28 | 1 | -3/+3 |
* | | avformat/tls: add () to protect macro arguments | Michael Niedermayer | 2015-02-16 | 1 | -14/+14 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | avformat/network: Check for av_malloc* failures in ff_tls_init() | Michael Niedermayer | 2015-02-03 | 1 | -1/+2 |
* | | Merge commit 'cd9d6399fd00f5aeacaa90cdc0b74c3570024119' | Michael Niedermayer | 2014-10-10 | 1 | -4/+12 |
|\| |
|
| * | tls: Support passing old-style tcp options | Luca Barbato | 2014-10-10 | 1 | -1/+12 |
* | | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | avformat/tls: Fix windows build with openSSL enabled. | Matt Oliver | 2014-01-23 | 1 | -3/+3 |
* | | avformat/tls: fix {} error for the GNUTLS case | Michael Niedermayer | 2013-09-27 | 1 | -1/+1 |
* | | Merge commit '705b748e8d8612385c96428ae36ed0d42a170d93' | Michael Niedermayer | 2013-09-27 | 1 | -32/+50 |
|\| |
|
| * | tls: Add support for listen mode | Martin Storsjö | 2013-09-26 | 1 | -7/+41 |
* | | Merge commit '8b09d917e7dc7d7f2ace31419f802d4ff518236c' | Michael Niedermayer | 2013-09-27 | 1 | -17/+79 |
|\| |
|
| * | tls: Add options for verifying the peer certificate | Martin Storsjö | 2013-09-26 | 1 | -1/+67 |
* | | Merge commit '5055035670bd1a1eaca64bd3bc71fb07de9df2c3' | Michael Niedermayer | 2013-09-23 | 1 | -1/+8 |
|\| |
|
| * | tls: Do not abort on non-fatal TLS alerts with gnutls | Martin Storsjö | 2013-09-22 | 1 | -1/+8 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-28 | 1 | -4/+4 |
|\| |
|
| * | lavf: Handle the environment variable no_proxy more properly | Martin Storsjö | 2013-02-27 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-29 | 1 | -2/+2 |
|\| |
|
| * | tls: Return AVERROR_EOF if the TLS_read/write functions return 0 | Martin Storsjö | 2012-07-28 | 1 | -2/+2 |
* | | tls: TLS/SSL server | Peter Ross | 2012-07-22 | 1 | -4/+8 |
* | | tls: parse uri path options to underlying tcp URLContext | Peter Ross | 2012-07-22 | 1 | -3/+3 |
* | | tls: verify option | Peter Ross | 2012-07-22 | 1 | -2/+11 |
* | | tls: cafile, cert, key options | Peter Ross | 2012-07-22 | 1 | -0/+44 |
|/ |
|
* | avio: Add an URLProtocol flag for indicating that a protocol uses network | Martin Storsjö | 2012-01-05 | 1 | -0/+1 |
* | Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. | Diego Biurrun | 2011-11-28 | 1 | -1/+0 |
* | tls: Handle connection via a http proxy | Martin Storsjö | 2011-11-18 | 1 | -0/+17 |
* | tls: Use TLSv1_client_method for OpenSSL | Martin Storsjö | 2011-11-17 | 1 | -1/+1 |