summaryrefslogtreecommitdiffstats
path: root/libavformat/tls_schannel.c
Commit message (Collapse)AuthorAgeFilesLines
* avformat/tls_schannel: Fix use of uninitialized variablePaweł Wegner2018-08-181-1/+1
| | | | | | | Fixes: runtime error: passing uninitialized value to FreeContextBuffer causes a crash Signed-off-by: Paweł Wegner <pawel.wegner95@gmail.com>
* avformat/tls_schannel: fix handling of EOF after avio changesHendrik Leppkes2018-04-191-4/+6
|
* Merge commit '61cec5adaacb358783c18aa07362f15824c1b274'James Almer2017-11-011-1/+1
| | | | | | | | | | * commit '61cec5adaacb358783c18aa07362f15824c1b274': tls: Hide backend implementation details from users Also includes ed434be106a4615e0419b3ac7664220741afda2d Changes were made to support schannel and securetransport. Merged-by: James Almer <jamrial@gmail.com>
* avformat/tls_schannel: log unknown error codeswm42017-05-311-1/+1
|
* avformat/tls: add tls url_get_file_handleJay Ridgeway2016-12-171-0/+7
| | | | | | Support url_get_file_handle on TLS streams. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* 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