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
/
curl_schannel.c
Age
Commit message (
Expand
)
Author
2014-12-25
vtls: Use bool for Curl_ssl_getsessionid() return type
Steve Holme
2014-12-25
schannel: Minor code style policing for casts
Steve Holme
2014-12-25
schannel: Prefer 'CURLcode result' for curl result codes
Steve Holme
2014-12-14
curl_schannel: Improvements to memory re-allocation strategy
Marc Hoersken
2014-12-14
curl_schannel.c: Data may be available before connection shutdown
Marc Hoersken
2014-12-09
schannel_recv: return the correct code
Daniel Stenberg
2014-10-24
SSL: Remove SSLv3 from SSL default due to POODLE attack
Jay Satiro
2014-10-04
curl_schannel.c: Fixed possible memory or handle leak
Marc Hoersken
2014-07-31
schannel: use CryptGenRandom for random numbers
Marcel Raad
2014-05-05
schannel: don't use the connect-timeout during send
Daniel Stenberg
2014-04-18
curl_schannel.c: added explicit cast of structure pointers
Marc Hoersken
2014-04-18
curl_schannel.c: fix possible dereference of null pointer
Marc Hoersken
2014-02-24
curl_schannel.c: Updated copyright years
Marc Hoersken
2014-02-24
winssl: Enable hostname verification of IP address using SAN or CN
David Ryskalczyk
2014-01-31
winssl: improved default SSL/TLS protocol selection
Marc Hoersken
2013-12-26
vtls: Updated comments referencing sslgen.c and ssluse.c
Steve Holme
2013-12-26
vtls: Fixed up include of vtls.h
Steve Holme
2013-12-20
vtls: moved all TLS/SSL source and header files into subdir
Daniel Stenberg