summaryrefslogtreecommitdiff
path: root/lib/ssluse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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