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 (
Expand
)
Author
2002-01-29
- T. Bharath pointed out that we seed SSL on every connect, which is a time-
Daniel Stenberg
2002-01-17
Richard Archer made it compile and build with OpenSSL versions prior to
Daniel Stenberg
2002-01-09
Cris Bailiff found out that when the SSL session cache was filled, libcurl
Daniel Stenberg
2002-01-08
added a missing failf() before returning an error code
Daniel Stenberg
2002-01-07
Modified to use non-blocking sockets all the time.
Daniel Stenberg
2001-12-17
Götz Babin-Ebell's OpenSSL ENGINE patch
Daniel Stenberg
2001-12-11
failf() calls should not have newlines in the message string!
Daniel Stenberg
2001-11-14
Samuel Listopad's fix to allow global_init => global_cleanup => global_init
Daniel Stenberg
2001-11-05
we can now tell ssl to use TLSv1 protocol, and we now use defines instead
Daniel Stenberg
2001-10-11
looks nicer and is better compatible with older vim versions
Sterling Hughes
2001-09-19
Lots of praise and glory to Vojtech Minarik for setting up a test server
Daniel Stenberg
2001-09-12
narrowed some source lines to fit in 80 cols
Daniel Stenberg
2001-09-11
added ability to set prefered list of ciphers
Daniel Stenberg
2001-09-11
ouputs the start and expire dates of the server certificate on verbose
Daniel Stenberg
2001-09-07
made it compile properly when not building with SSL support
Daniel Stenberg
2001-09-07
Added formatting sections for emacs and vim
Sterling Hughes
2001-09-06
moved the session ID cache state variables into the UrlState struct within
Daniel Stenberg
2001-09-06
Curl_SSL_Close_All() now checks that we have a session cache before we run
Daniel Stenberg
2001-08-30
Major rename and redesign of the internal "backbone" structs. Details will
Daniel Stenberg
2001-08-29
take port numbers into account when finding a previous session from the
Daniel Stenberg
2001-08-28
Added SSL session ID caching, moved some SSL code from url.c to ssluse.c
Daniel Stenberg
2001-08-24
strcasecmp() is banned from our code, should be strequal() everywhere!
Daniel Stenberg
2001-08-14
removed the use of the global array for the password that was necessary
Daniel Stenberg
2001-08-08
Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with
Daniel Stenberg
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
2001-05-12
fixed Curl_SSLConnect() to return CURLcode errors, including the new error
Daniel Stenberg
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
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]