summaryrefslogtreecommitdiff
path: root/libavformat/tls_schannel.c
Commit message (Collapse)AuthorAge
* 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).