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.c
Age
Commit message (
Expand
)
Author
2015-03-27
vtls: Don't accept unknown CURLOPT_SSLVERSION values
Jay Satiro
2015-03-25
Curl_ssl_md5sum: return CURLcode
Daniel Stenberg
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-24
vtls: fix compile with --disable-crypto-auth but with SSL
Dan Fandrich
2015-03-20
url: add CURLOPT_SSL_FALSESTART option
Alessandro Ghedini
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-03
vtls: use curl_printf.h all over
Daniel Stenberg
2015-01-16
url: add CURLOPT_SSL_VERIFYSTATUS option
Alessandro Ghedini
2014-12-26
vtls: Don't set cert info count until memory allocation is successful
Steve Holme
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-10-29
vtls.c: Fixed compilation warning
Steve Holme
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-10-23
Curl_rand: Uninitialized variable: r
Daniel Stenberg
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: 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-06-11
Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY set
Steve Holme
2013-12-20
vtls: renamed sslgen.[ch] to vtls.[ch]
Daniel Stenberg