summaryrefslogtreecommitdiff
path: root/lib/ssluse.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid 'warning: comparison between signed and unsigned'.Gisle Vanem2008-09-231-2/+3
* - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. ByDaniel Stenberg2008-09-051-24/+410
* - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies aDaniel Stenberg2008-07-301-21/+23
* - I did a cleanup of the internal generic SSL layer and how the various SSLDaniel Stenberg2008-06-111-0/+10
* fix compiler warning: conversion from `pointer to void' to `pointer to intYang Tse2008-06-111-1/+1
* - I made the OpenSSL code build again with OpenSSL 0.9.6. The CRLFILEDaniel Stenberg2008-06-101-0/+7
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, forDaniel Stenberg2008-06-061-2/+40
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, forDaniel Stenberg2008-06-061-0/+26
* fix: preprocessor complaining about macro redefinitionYang Tse2008-05-261-4/+0
* - Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek2008-05-091-1/+1
* - Stefan Krause reported a case where the OpenSSL handshake phase wasn'tDaniel Stenberg2008-04-141-12/+19
* Added support for server name indication (RFC 4366).Gunter Knauf2008-02-261-0/+17
* - Sam Listopad provided a patch in feature-request #1900014Daniel Stenberg2008-02-231-1/+34
* - Based on initial work done by Gautam Kachroo to address a bug, we now keepDaniel Stenberg2008-02-201-3/+4
* applied patch to disable SSLv2 by default; discussion:Gunter Knauf2008-02-191-0/+4
* - Refactored a lot of timeout code into a few functions in an attempt to makeDaniel Stenberg2008-02-071-26/+3
* Calls to Curl_failf() are not supposed to provide a trailing newline as theDaniel Stenberg2008-01-151-13/+13
* All static functions that were previously name Curl_* something no longerDaniel Stenberg2007-12-081-20/+20
* Fix compiler warning: variable may be used uninitializedYang Tse2007-12-041-1/+1
* Now libcurl (built with OpenSSL) doesn't return error anymore if the remoteDaniel Stenberg2007-12-031-53/+84
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-64/+64
* I renamed the CURLE_SSL_PEER_CERTIFICATE error code toDaniel Stenberg2007-10-031-4/+4
* #ifdef out a few more functions when SSL is disabled.Dan Fandrich2007-09-251-10/+1
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-1/+1
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-4/+4
* Remove leading space in curl_version_info ss_version field.Patrick Monnerat2007-08-241-4/+4
* Some #if --> #ifdefPatrick Monnerat2007-08-071-1/+1
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-24/+32
* Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad useDaniel Stenberg2007-07-291-28/+22
* Made CURLOPT_SSL_VERIFYHOST set to 1 acts as described in the documentation:Daniel Stenberg2007-07-111-10/+3
* Andre Guibert de Bruet fixed a memory leak when PKCS #12 parsing failedDaniel Stenberg2007-05-221-0/+1
* Andre Guibert de Bruet fixed a memory leak in the function that verifies theDaniel Stenberg2007-05-221-1/+2
* fix out of memory handling issueYang Tse2007-04-071-1/+10
* Pointless to check for non-NULL pointers that already have been dereferencedDaniel Stenberg2007-03-311-2/+2
* Update messageYang Tse2007-03-271-2/+2
* Internal function Curl_select() renamed to Curl_socket_ready()Yang Tse2007-03-261-2/+2
* fix compiler warningYang Tse2007-03-251-0/+4
* yassl doesn't have SSL_get_shutdown() in its OpenSSL() layer so we check forDaniel Stenberg2007-03-141-0/+2
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-4/+4
* New FTP CCC functionality - adds passive and active mode to accomodate for di...Linus Nielsen Feltzing2007-02-201-0/+3
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-6/+6
* - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg2007-02-051-5/+5
* Display crypto engine name correctly in debug message.Dan Fandrich2007-01-101-3/+3
* Removed unused variable in Curl_ossl_shutdown()Linus Nielsen Feltzing2007-01-081-1/+0
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-051-2/+98
* cleaned up Curl_write() and the sub functions it uses for various protocols.Daniel Stenberg2006-11-111-5/+5
* Bradford Bruce reported that when setting CURLOPT_DEBUGFUNCTION withoutDaniel Stenberg2006-11-081-1/+1
* Armel Asselin separated CA cert verification problems from problems withDaniel Stenberg2006-10-211-1/+1
* Explicit typecast for Curl_debug() size argumentYang Tse2006-10-171-1/+1