summaryrefslogtreecommitdiff
path: root/lib/ssluse.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed lcc compiler warnings.Dan Fandrich2005-12-191-3/+3
* Fixed some compiler warnings on lcc.Dan Fandrich2005-12-131-0/+1
* Yang Tse fixed: Openssl 0.9.9 makes 'const' the SSL_METHOD parameter inDaniel Stenberg2005-12-051-2/+7
* Recent OpenSSL returns a 'const' in '*_client_method()'. So avoidGisle Vanem2005-12-041-1/+1
* Yang Tse fixed compiler warningsDaniel Stenberg2005-11-131-1/+1
* the debug callback was called with CURLINFO_TEXT with the data size oneDaniel Stenberg2005-08-101-2/+2
* fix compiler warningDaniel Stenberg2005-04-131-0/+2
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-280/+251
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* Reduced the length of data read from the random entropy file.Dan Fandrich2005-03-041-2/+9
* Don't try to read the whole of the random file because when /dev/urandom isDan Fandrich2005-03-041-2/+2
* init fix for non-SSL buildsDaniel Stenberg2005-02-101-3/+4
* better error checking and SSL init by David ByronDaniel Stenberg2005-02-091-18/+59
* Hzhijun reported a memory leak in the SSL certificate code, that leaked theDaniel Stenberg2005-01-101-4/+5
* Remove 'data' initialiser.Gisle Vanem2004-12-191-2/+1
* if the pkcs12.h header exists, include it already in urldata.h to work aroundDaniel Stenberg2004-12-191-2/+1
* Samuel Listopad added support for PKCS12 formatted certificates.Daniel Stenberg2004-12-181-0/+74
* prevent compiler warning when built without engine supportDaniel Stenberg2004-12-141-0/+1
* Header files are in openssl/ only if USE_OPENSSL is set.Dan Fandrich2004-12-141-0/+6
* urldata.h: Removed engine_list.Gisle Vanem2004-12-141-23/+28
* Moved the engine stuff from the root-level of the SessionHandle struct to theDaniel Stenberg2004-12-141-24/+23
* Added handling of CURLINFO_SSL_ENGINES;Gisle Vanem2004-12-131-2/+78
* Curl_select's timeout arg is an intDaniel Stenberg2004-11-221-1/+1
* David Phillips' FD_SETSIZE fixDaniel Stenberg2004-11-191-13/+8
* clean up start time and t_startsingle use so that redirect_time works properlyDaniel Stenberg2004-11-151-1/+1
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-3/+3
* improved error message when client cert return failureDaniel Stenberg2004-09-021-2/+5
* In OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8 fails if the input isDaniel Stenberg2004-08-101-3/+19
* added typecast in an attempt to fix a mingw32 warningDaniel Stenberg2004-07-291-3/+5
* SSL_get_verify_result() returns a long, so we receive the result in a longDaniel Stenberg2004-07-041-5/+8
* Variable type cleanups to please the picky MIPSPro compiler.Daniel Stenberg2004-07-011-2/+2
* Prevent a very long password to buffer overflow the global variable weDaniel Stenberg2004-06-301-1/+3
* make the SSL connect use the same default connect timeout define as theDaniel Stenberg2004-06-301-1/+1
* Replaced all uses of sprintf() with the safer snprintf(). It is just aDaniel Stenberg2004-06-241-2/+2
* Gisle fixed the wildcard checks for certificates.Daniel Stenberg2004-06-221-50/+61
* prevent compiler warningDaniel Stenberg2004-06-191-1/+1
* Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on theDaniel Stenberg2004-06-181-16/+165
* use Curl_strcasestr() when checking wildcard cert namesDaniel Stenberg2004-06-131-2/+3
* * seed_enough() was converted to a macro to avoid the IRIX compiler warningDaniel Stenberg2004-05-181-60/+65
* Peter Sylvester's patch that addresses two flaws in the peer certificate nameDaniel Stenberg2004-05-171-23/+42
* memory cleanup and check fixDaniel Stenberg2004-05-131-2/+7
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+2
* Gisle made the code use ERR_error_string_n()Daniel Stenberg2004-04-291-10/+15
* Made host name and proxy name get stored in a 'struct hostname' and setDaniel Stenberg2004-04-271-11/+11
* Tor Arntsen fixed a 'Statement not reachable'-warningDaniel Stenberg2004-04-261-1/+1
* Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-Daniel Stenberg2004-04-201-2/+2
* variable type usage cleanup to please picky compilersDaniel Stenberg2004-03-231-11/+12
* don't let the EINTR stuff build on windowsDaniel Stenberg2004-03-111-1/+1
* Jeff Lawson fixed the SSL connection to deal with received signals during theDaniel Stenberg2004-03-101-12/+23
* Use curl_socket_t instead of int for holding sockets. The typedefs andDaniel Stenberg2004-03-091-1/+1