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
/
vtls.h
Age
Commit message (
Expand
)
Author
2017-08-28
vtls: refactor out essential information about the SSL backends
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
getinfo: access SSL internals via Curl_ssl
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
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-14
Curl_rand: fixed and moved to rand.c
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-06-01
vtls: fix ssl session cache race condition
Ivan Avdeev
2016-04-19
vtls.h: remove a space before semicolon
Daniel Stenberg
2016-02-04
URLs: change more http to https
Viktor Szakats
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-10-20
vtls: added support for mbedTLS
Jonas Minnberg
2015-09-19
ssl: add server cert's "sha256//" hash to verbose
Daniel Hwang
2015-07-01
SSL: Pinned public key hash support
moparisthebest
2015-03-25
Curl_ssl_md5sum: return CURLcode
Daniel Stenberg
2015-03-20
url: add CURLOPT_SSL_FALSESTART option
Alessandro Ghedini
2015-02-15
By request, change the name of "curl_darwinssl.[ch]" to "darwinssl.[ch]"
Nick Zitzmann
2015-02-07
schannel: Removed curl_ prefix from source files
Steve Holme
2015-01-17
vtls: Separate the SSL backend definition from the API setup
Steve Holme
2015-01-17
vtls: Fixed compilation errors when SSL not used
Steve Holme
2015-01-16
url: add CURLOPT_SSL_VERIFYSTATUS option
Alessandro Ghedini
2014-12-26
vtls: Use CURLcode for Curl_ssl_init_certinfo() return type
Steve Holme
2014-12-25
vtls: Use bool for Curl_ssl_getsessionid() return type
Steve Holme
2014-11-24
SSL: Add PEM format support for public key pinning
moparisthebest
2014-11-09
vtls.h: Fixed compiler warning when compiled without SSL
Steve Holme
2014-10-13
Factorize pinned public key code into generic file handling and backend specific
Patrick Monnerat
2014-10-13
vtls: remove QsoSSL
Patrick Monnerat
2014-10-13
vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementation
Patrick Monnerat
2014-10-09
vtls: have vtls.h include the backend header files
Daniel Stenberg
2014-08-03
ssl: provide Curl_ssl_backend even if no SSL library is available
Dan Fandrich
2014-07-31
ssl: generalize how the ssl backend identifier is set
Daniel Stenberg
2014-07-30
vtls: repair build without TLS support
Daniel Stenberg
2014-07-30
vtls: make the random function mandatory in the TLS backend
Daniel Stenberg
2014-06-11
NTLM: set a fake entropy for debug builds with CURL_ENTROPY set
Daniel Stenberg
2014-05-20
ALPN: fix typo in http/1.1 identifier
Fabian Frank
2014-02-04
gtls: add ALPN support
Fabian Frank
2013-12-20
vtls: renamed sslgen.[ch] to vtls.[ch]
Daniel Stenberg