avformat: implement SChannel SSP TLS protocol
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).
Showing
- configure 11 additions, 3 deletionsconfigure
- libavformat/Makefile 1 addition, 0 deletionslibavformat/Makefile
- libavformat/allformats.c 1 addition, 0 deletionslibavformat/allformats.c
- libavformat/tls.h 1 addition, 1 deletionlibavformat/tls.h
- libavformat/tls_schannel.c 600 additions, 0 deletionslibavformat/tls_schannel.c
Loading
Please register or sign in to comment