summaryrefslogtreecommitdiff
path: root/lib/ssluse.c
Commit message (Expand)AuthorAgeFilesLines
* Philippe Raoult's fix to handle wildcard certificate name checksDaniel Stenberg2003-01-071-1/+39
* Evan Jordan's fix for a memory leak. Bug report 650989.Daniel Stenberg2002-12-131-4/+9
* The fread() callback pointer and associated pointer is now stored in theDaniel Stenberg2002-12-091-1/+2
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* if verifypeer is enabled but nether CAfile nor CApath is, then don't tryDaniel Stenberg2002-08-301-1/+2
* CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, weDaniel Stenberg2002-08-301-3/+3
* This fix MIGHT make us build nicely with OpenSSL 0.9.7. This fix is basedDaniel Stenberg2002-06-101-0/+15
* ASN1 files don't work for the *chain_file(), make them use the previousDaniel Stenberg2002-05-211-1/+13
* Roland Zimmermann's hint, we use SSL_CTX_use_certificate_chain_file() insteadDaniel Stenberg2002-05-201-24/+2
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* now re-seed by force (even if already seeded) if a random file or egd socketDaniel Stenberg2002-01-301-1/+1
* - T. Bharath pointed out that we seed SSL on every connect, which is a time-Daniel Stenberg2002-01-291-12/+17
* Richard Archer made it compile and build with OpenSSL versions prior toDaniel Stenberg2002-01-171-1/+22
* Cris Bailiff found out that when the SSL session cache was filled, libcurlDaniel Stenberg2002-01-091-2/+3
* added a missing failf() before returning an error codeDaniel Stenberg2002-01-081-2/+4
* Modified to use non-blocking sockets all the time.Daniel Stenberg2002-01-071-2/+72
* Götz Babin-Ebell's OpenSSL ENGINE patchDaniel Stenberg2001-12-171-7/+126
* failf() calls should not have newlines in the message string!Daniel Stenberg2001-12-111-6/+6
* Samuel Listopad's fix to allow global_init => global_cleanup => global_initDaniel Stenberg2001-11-141-0/+2
* we can now tell ssl to use TLSv1 protocol, and we now use defines insteadDaniel Stenberg2001-11-051-3/+9
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* Lots of praise and glory to Vojtech Minarik for setting up a test serverDaniel Stenberg2001-09-191-3/+6
* narrowed some source lines to fit in 80 colsDaniel Stenberg2001-09-121-4/+10
* added ability to set prefered list of ciphersDaniel Stenberg2001-09-111-0/+8
* ouputs the start and expire dates of the server certificate on verboseDaniel Stenberg2001-09-111-0/+54
* made it compile properly when not building with SSL supportDaniel Stenberg2001-09-071-18/+25
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* moved the session ID cache state variables into the UrlState struct withinDaniel Stenberg2001-09-061-16/+16
* Curl_SSL_Close_All() now checks that we have a session cache before we runDaniel Stenberg2001-09-061-6/+8
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-48/+48
* take port numbers into account when finding a previous session from thebefore_urldata_renameDaniel Stenberg2001-08-291-3/+5
* Added SSL session ID caching, moved some SSL code from url.c to ssluse.cDaniel Stenberg2001-08-281-0/+186
* strcasecmp() is banned from our code, should be strequal() everywhere!Daniel Stenberg2001-08-241-1/+1
* removed the use of the global array for the password that was necessaryDaniel Stenberg2001-08-141-4/+23
* Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal withDaniel Stenberg2001-08-081-3/+29
* Nic Roets brought a fix for the certificate verification when using SSL.Daniel Stenberg2001-06-291-1/+1
* removed a failf() that would overwrite the previous error messageDaniel Stenberg2001-06-121-1/+1
* curl_global_init() support for CURL_GLOBAL_NOT_SSLDaniel Stenberg2001-05-301-8/+16
* T. Bharath's comments about SSL cleanup incorporated, and the two newDaniel Stenberg2001-05-281-6/+34
* fixed Curl_SSLConnect() to return CURLcode errors, including the new errorDaniel Stenberg2001-05-121-10/+14
* include debugmem for memory leak detectionDaniel Stenberg2001-04-241-0/+5
* Björn Stenberg corrected the silly '(void)data' usage when SSL is notDaniel Stenberg2001-03-141-1/+1
* Jörn Hartroth fixed a bad #endif placementDaniel Stenberg2001-03-141-1/+1
* two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKETDaniel Stenberg2001-03-121-19/+34
* removed compiler warning if HAVE_RAND_STATUS is falseDaniel Stenberg2001-03-071-6/+8
* new seeding stuff as mentioned by Albert ChinDaniel Stenberg2001-03-061-31/+84
* multiple connection support initial commitDaniel Stenberg2001-02-201-108/+110
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-6/+8
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* new urldata ssl layout and T. Bharath brought the new SSL cert verify functionDaniel Stenberg2000-10-301-31/+46