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
/
ssluse.c
Age
Commit message (
Collapse
)
Author
2001-08-14
removed the use of the global array for the password that was necessary
Daniel Stenberg
for OpenSSL versions prior to 0.9.4, this is conditional and should still work with older versions.
2001-08-08
Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with
Daniel Stenberg
it.
2001-06-29
Nic Roets brought a fix for the certificate verification when using SSL.
Daniel Stenberg
2001-06-12
removed a failf() that would overwrite the previous error message
Daniel Stenberg
2001-05-30
curl_global_init() support for CURL_GLOBAL_NOT_SSL
Daniel Stenberg
2001-05-28
T. Bharath's comments about SSL cleanup incorporated, and the two new
Daniel Stenberg
curl_global_* functions
2001-05-12
fixed Curl_SSLConnect() to return CURLcode errors, including the new error
Daniel Stenberg
code for peer certificate errors
2001-04-24
include debugmem for memory leak detection
Daniel Stenberg
2001-03-14
Björn Stenberg corrected the silly '(void)data' usage when SSL is not
Daniel Stenberg
used
2001-03-14
Jörn Hartroth fixed a bad #endif placement
Daniel Stenberg
2001-03-12
two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKET
Daniel Stenberg
2001-03-07
removed compiler warning if HAVE_RAND_STATUS is false
Daniel Stenberg
2001-03-06
new seeding stuff as mentioned by Albert Chin
Daniel Stenberg
2001-02-20
multiple connection support initial commit
Daniel Stenberg
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
2000-10-30
new urldata ssl layout and T. Bharath brought the new SSL cert verify function
Daniel Stenberg
2000-09-26
CRYPTO_free() of course, it makes it run with previous openssl versions too
Daniel Stenberg
2000-09-25
No longer uses Free() as that was removed from OpenSSL with 0.9.6
Daniel Stenberg
2000-08-24
#include "setup.h" moved first of all includes
Daniel Stenberg
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-05-22
moved here from the newlib branch
Daniel Stenberg
2000-03-16
makes use of HAVE_RAND_SCREEN instead of WIN32 for using RAND_screen()
Daniel Stenberg
2000-03-02
Adjusted to run properly with OpenSSL 0.9.5.
Daniel Stenberg
1999-12-29
Initial revision
Daniel Stenberg
[prev]