summaryrefslogtreecommitdiff
path: root/libavformat/tls_schannel.c
Commit message (Collapse)AuthorAge
* avformat/tls: add tls url_get_file_handleJay Ridgeway2016-12-17
| | | | | | Support url_get_file_handle on TLS streams. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-29
| | | | | | | | | | | This commit also disables the async fate test, because it used internal APIs in a non-kosher way, which no longer exists. * commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d': lavf: reorganize URLProtocols Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* avformat: add windows.h to SChannel SSP TLS codeKevin Mitchell2016-02-02
| | | | | This fixes building on cygwin Fixes ticket #5036
* avformat: implement SChannel SSP TLS protocolHendrik Leppkes2015-11-14
This implementation does not support TLS listen sockets and loading CA/Certs from files. The Windows API does not support loading PEM certs, and would either require a manual loader or instead be limited to loading Windows PFX certificates TLS listen sockets would have to be implemented quite separately, as many of the APIs are different for server-mode (as opposed to client mode).