summaryrefslogtreecommitdiffstats
path: root/libavformat/tls_schannel.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-1/+1
| | | | | | | | | | | 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-021-0/+1
| | | | | This fixes building on cygwin Fixes ticket #5036
* avformat: implement SChannel SSP TLS protocolHendrik Leppkes2015-11-141-0/+600
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).
OpenPOWER on IntegriCloud