index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-08-31
unit1301: fix error message on first test
Daniel Stenberg
2017-08-31
curl_global_sslset.3: show the struct and enum too
Daniel Stenberg
2017-08-31
darwinssl: handle long strings in TLS certs (follow-up)
Jay Satiro
2017-08-31
cyassl: call it the "WolfSSL" backend
Daniel Stenberg
2017-08-31
polarssl: fix multissl breakage
Daniel Stenberg
2017-08-31
configure: remove the leading comma from the backends list
Daniel Stenberg
2017-08-30
examples/sslbackend.c: fix failure of 'make checksrc'
Kamil Dudka
2017-08-30
makefile.m32: add multissl support
Viktor Szakats
2017-08-30
curl.h: CURLSSLBACKEND_WOLFSSL used wrong value
Daniel Stenberg
2017-08-30
curl_global_sslset.3: clarify
Daniel Stenberg
2017-08-29
curl/multi.h: remove duplicated closing c++ brace
Daniel Stenberg
2017-08-29
RELEASE-NOTES: synced with 8c33c963a
Daniel Stenberg
2017-08-29
HELP-US.md: spelling
Daniel Stenberg
2017-08-29
HELP-US.md: "How to get started helping out in the curl project"
Daniel Stenberg
2017-08-29
asyn-thread: Fixed cleanup after OOM
Dan Fandrich
2017-08-28
curl_global_init.3: mention curl_global_sslset(3)
Daniel Stenberg
2017-08-28
unit1606: Fixed shadowed variable warning
Dan Fandrich
2017-08-28
asyn-thread: Improved cleanup after OOM situations
Dan Fandrich
2017-08-28
asyn-thread: Set errno to the proper value ENOMEM in OOM situation
Dan Fandrich
2017-08-28
configure: Handle "MultiSSL" specially When versioning symbols
Johannes Schindelin
2017-08-28
configure: allow setting the default SSL backend
Johannes Schindelin
2017-08-28
vtls: use Curl_ssl_multi pseudo backend only when needed
Johannes Schindelin
2017-08-28
version: if built with more than one SSL backend, report all of them
Johannes Schindelin
2017-08-28
version: add the CURL_VERSION_MULTI_SSL feature flag
Johannes Schindelin
2017-08-28
metalink: allow compiling with multiple SSL backends
Johannes Schindelin
2017-08-28
docs/examples: demonstrate how to select SSL backends
Johannes Schindelin
2017-08-28
Add a man page for curl_global_sslset()
Johannes Schindelin
2017-08-28
vtls: introduce curl_global_sslset()
Johannes Schindelin
2017-08-28
vtls: refactor out essential information about the SSL backends
Johannes Schindelin
2017-08-28
vtls: allow selecting which SSL backend to use at runtime
Johannes Schindelin
2017-08-28
vtls: fold the backend ID into the Curl_ssl structure
Johannes Schindelin
2017-08-28
curl_ntlm_core: don't complain but #include OpenSSL header if needed
Johannes Schindelin
2017-08-28
vtls: encapsulate SSL backend-specific data
Johannes Schindelin
2017-08-28
vtls: prepare the SSL backends for encapsulated private data
Johannes Schindelin
2017-08-28
urldata.h: move SSPI-specific #include to correct location
Johannes Schindelin
2017-08-28
urldata.h: remove support for obsolete PolarSSL version
Johannes Schindelin
2017-08-28
getinfo: access SSL internals via Curl_ssl
Johannes Schindelin
2017-08-28
vtls: move SSL backends' private constants out of their header files
Johannes Schindelin
2017-08-28
axtls: use Curl_none_* versions of init() and cleanup()
Johannes Schindelin
2017-08-28
vtls: remove obsolete declarations of SSL backend functionality
Johannes Schindelin
2017-08-28
schannel: reorder functions topologically
Johannes Schindelin
2017-08-28
axtls: reorder functions topologically
Johannes Schindelin
2017-08-28
vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct
Johannes Schindelin
2017-08-28
vtls: convert the have_curlssl_* constants to runtime flags
Johannes Schindelin
2017-08-28
vtls: move sha256sum into the Curl_ssl struct
Johannes Schindelin
2017-08-28
vtls: move md5sum into the Curl_ssl struct
Johannes Schindelin
2017-08-28
vtls: use the Curl_ssl struct to access all SSL backends' functionality
Johannes Schindelin
2017-08-28
vtls: declare Curl_ssl structs for every SSL backend
Johannes Schindelin
2017-08-28
vtls: introduce a new struct for SSL backends
Johannes Schindelin
2017-08-28
vtls: make sure every _sha256sum()'s first arg is const
Johannes Schindelin
[prev]
[next]