summaryrefslogtreecommitdiff
path: root/lib/ssluse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-2/+3
* Gisle Vanem's patch for variables that "might be used uninitialized"Daniel Stenberg2004-01-161-4/+4
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* prevent warning for non-SSL buildsDaniel Stenberg2003-11-241-2/+2
* FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe itDaniel Stenberg2003-11-241-75/+88
* Mathias Axelsson found a case where we free()d the server certificate twice!Daniel Stenberg2003-11-151-2/+0
* Georg Horn's fixes to do different CA cert verifications. They can now beDaniel Stenberg2003-10-231-27/+60
* rewritten alternative name checkDaniel Stenberg2003-10-161-88/+87
* bad license situation for the altname patchDaniel Stenberg2003-10-151-0/+10
* fixed to build fine without sslDaniel Stenberg2003-10-081-1/+1
* Neil Dunbar provided a patch that now makes libcurl check SSLDaniel Stenberg2003-10-071-79/+193
* warn if no CN is available if verify is only set to 1Daniel Stenberg2003-09-031-14/+23
* CRYPTO_cleanup_all_ex_data() is not present in all OpenSSL versions soDaniel Stenberg2003-08-191-0/+4
* Loren Kirkby pointed out that we need to call CRYPTO_cleanup_all_ex_data()Daniel Stenberg2003-08-191-0/+2
* re-use existing variable instead of declaring a new local oneDaniel Stenberg2003-07-051-5/+5
* Peter Sylvester's patch was applied that introduces the following:Daniel Stenberg2003-07-041-0/+9
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-1/+1
* work-around SSL implementation flaws better, pointed out in bug reportDaniel Stenberg2003-06-021-0/+10
* Andy Cedilnik fixed some compiler warningsDaniel Stenberg2003-05-011-0/+2
* return the same error for the sslv2 "certificate verify failed" codeDaniel Stenberg2003-04-141-4/+8
* Restored the SSL error codes since they was broken in the 7.10.4 release,Daniel Stenberg2003-04-141-8/+24
* Fixup after talks with Richard Bramante. We should now make betterDaniel Stenberg2003-03-311-1/+8
* Philippe Raoult needed this to build on FreeBSDDaniel Stenberg2003-03-131-0/+3
* Richard Gorton improved the random_the_seed() function for systems whereDaniel Stenberg2003-03-111-7/+18
* the strequal and strnequal should now be called with the proper curl_ prefixDaniel Stenberg2003-02-281-3/+3
* spell betterDaniel Stenberg2003-02-271-1/+1
* include <sys/socket.h> to compile the fd_set stuff properly on all systemsDaniel Stenberg2003-02-141-0/+3