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
/
axtls.c
Age
Commit message (
Expand
)
Author
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
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
getinfo: access SSL internals via Curl_ssl
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
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: make sure all _cleanup() functions return void
Johannes Schindelin
2017-04-18
TLS: Fix switching off SSL session id when client cert is used
Jay Satiro
2017-03-08
vtls: add options to specify range of enabled TLS versions
Jozef Kralik
2017-02-15
axtls: adapt to API changes
Daniel Stenberg
2017-01-12
rand: make it work without TLS backing
Daniel Stenberg
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-10-18
select: switch to macros in uppercase
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-06-22
vtls: Only call add/getsession if session id is enabled
Jay Satiro
2016-06-16
axtls: Use Curl_wait_ms instead of the less-portable usleep
Dan Fandrich
2016-06-16
axtls: Fixed compile after compile 31c521b0
Dan Fandrich
2016-06-01
vtls: fix ssl session cache race condition
Ivan Avdeev
2016-04-03
code: style updates
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-03-31
axtls: add timeout within Curl_axtls_connect
Dan Fandrich
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-19
axtls: version 1.5.2 now requires that config.h be manually included
Dan Fandrich
2015-03-03
vtls: use curl_printf.h all over
Daniel Stenberg
2015-02-06
axtls: fix conversion from size_t to int warning
Daniel Stenberg
2015-01-17
vtls: Removed unimplemented overrides of curlssl_close_all()
Steve Holme
2014-07-31
axtls: define curlssl_random using axTLS's PRNG
Dan Fandrich
2014-05-17
axtls: Fixed too long source line
Dan Fandrich
2014-05-16
axtls: Add a TODO to a potential blocking call with no timeout
Dan Fandrich
2014-02-18
axtls: comment the call ssl_read repeatedly loop
Dan Fandrich
2014-02-16
axtls: bump copyright year
Daniel Stenberg
2014-02-16
axtls: call ssl_read repeatedly
Fabian Frank
2014-01-21
axtls: fix compiler warning on conversion ssize_t => int
Fabian Frank
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