index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vtls
/
schannel_verify.c
Age
Commit message (
Expand
)
Author
2020-01-13
schannel_verify: Fix alt names manual verify for UNICODE builds
Jay Satiro
2020-01-12
misc: Copyright year out of date, should be 2020
Daniel Stenberg
2020-01-11
schannel: Make CURLOPT_CAINFO work better on Windows 7
Faizur Rahman
2019-12-01
strerror: Add Curl_winapi_strerror for Win API specific errors
Jay Satiro
2019-11-01
schannel_verify: Fix concurrent openings of CA file
Jay Satiro
2019-02-26
strerror: make the strerror function use local buffers
Daniel Stenberg
2019-01-06
schannel: fix compiler warning
Marcel Raad
2018-11-07
winssl: be consistent in Schannel capitalization
Daniel Gustafsson
2018-11-01
schannel: use Curl_ prefix for global private symbols
Daniel Stenberg
2018-10-03
memory: ensure to check allocation results
Daniel Gustafsson
2018-09-13
sendf: Fix whitespace in infof/failf concatenation
Daniel Gustafsson
2018-09-06
schannel: unified error code handling
Han Han
2018-06-12
schannel: avoid incompatible pointer warning
Viktor Szakats
2018-05-22
schannel: make CAinfo parsing resilient to CR/LF
Johannes Schindelin
2018-05-16
schannel_verify: fix build for non-schannel
Daniel Stenberg
2018-05-16
schannel: disable manual verify if APIs not available
Jay Satiro
2018-04-18
schannel: add support for CURLOPT_CAINFO
Dan McNulty