summaryrefslogtreecommitdiff
path: root/lib/ssluse.c
Commit message (Expand)AuthorAgeFilesLines
* multi: fix FTPS connecting the data connection with OpenSSLDaniel Stenberg2010-08-011-7/+6
* OpenSSL: fix spurious SSL connection abortsConstantine Sapuntzakis2010-06-051-0/+9
* OpenSSL: multi interface handshake could hangDaniel Stenberg2010-05-141-1/+11
* sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu2010-05-111-2/+2
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-14/+17
* refactorize interface of Curl_ssl_recv/Curl_ssl_sendKamil Dudka2010-04-041-12/+13
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Andrei Benea filed bug report #2956698 and pointed out that theDaniel Stenberg2010-03-021-0/+1
* - Wesley Miaw reported bug #2958179 which identified a case of looping duringDaniel Stenberg2010-03-011-1/+1
* - avoid OpenSSL 0.9.8 ENGINE_by_id memory leakYang Tse2010-02-051-9/+20
* fix printf-style format stringsYang Tse2010-01-281-3/+2
* - Johan van Selst found and fixed a OpenSSL session ref count leak:Daniel Stenberg2010-01-081-2/+10
* - David Byron fixed Curl_ossl_cleanup to actually call ENGINE_cleanup whenDaniel Stenberg2009-12-171-1/+1
* minor indent changeDaniel Stenberg2009-12-101-2/+2
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* Client certificate ENG file type requires OpenSSL 0.9.7 or newerYang Tse2009-11-151-3/+2
* OpenSSL 0.9.7 or newer required for ENGINE_CTRL_GET_CMD_FROM_NAME definitionYang Tse2009-11-141-0/+2
* - Camille Moncelier added support for the file type SSL_FILETYPE_ENGINE forDaniel Stenberg2009-11-141-8/+52
* we only need to call ASN1_STRING_length() if ASN1_STRING_type() detects UTF-8,Gunter Knauf2009-10-141-1/+1
* - Chris Mumford filed bug report #2861587Daniel Stenberg2009-09-251-2/+2
* fix compiler warning: end-of-loop code not reachedYang Tse2009-09-251-21/+17
* fix compiler warning: variable "sni" was set but never usedYang Tse2009-09-241-3/+11
* - Sven Anders reported that we introduced a cert verfication flaw for OpenSSL-Daniel Stenberg2009-09-161-6/+11
* add cast to silent compiler warning with 64bit systems.Gunter Knauf2009-08-291-1/+1
* fix shadow definition of outp.Gunter Knauf2009-08-291-8/+8
* - Peter Sylvester made the HTTPS test server use specific certificates forDaniel Stenberg2009-08-111-0/+6
* avoid possible NULL dereference caused by my previous fixDaniel Stenberg2009-08-031-1/+1
* Reverted the zero-byte-in-name check to instead rely on the fact that strlenDaniel Stenberg2009-08-031-32/+30
* Extended my embedded-zero-in-cert-name fix based on a comment from ScottDaniel Stenberg2009-08-021-12/+17
* - Curt Bogmine reported a problem with SNI enabled on a particular server. WeDaniel Stenberg2009-08-011-0/+4
* - Scott Cantor posted the bug report #2829955Daniel Stenberg2009-08-011-11/+22
* - Tanguy Fautre pointed out that OpenSSL's function RAND_screen() (presentDaniel Stenberg2009-08-011-2/+8
* From: Johan van SelstDaniel Stenberg2009-07-271-0/+3
* - Bug report #2825989 (http://curl.haxx.se/bug/view.cgi?id=2825989) pointedDaniel Stenberg2009-07-261-5/+3
* - Modified the separators used for CURLOPT_CERTINFO in multi-part outputs. IDaniel Stenberg2009-06-291-1/+1
* - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings andDaniel Stenberg2009-06-101-2/+0
* - Andre Guibert de Bruet found a call to a OpenSSL function that didn't checkDaniel Stenberg2009-05-271-1/+4
* - Frank McGeough provided a small OpenSSL #include fix to make libcurl compileDaniel Stenberg2009-05-271-0/+3
* - Michael Smith posted bug report #2786255Daniel Stenberg2009-05-041-18/+26
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* use HAVE_LIMITS_H symbol to protect limits.h inclusionYang Tse2009-04-141-0/+2
* include <limits.h> for INT_MAX definitionYang Tse2009-04-141-0/+1
* fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...Yang Tse2009-04-141-4/+13
* fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...Yang Tse2009-04-131-3/+3
* fix compiler warning: passing arg 1 of `sk_num' from incompatible pointer typeYang Tse2009-04-031-1/+1
* - Andre Guibert de Bruet found and fixed a code segment in ssluse.c where theDaniel Stenberg2009-03-081-0/+3
* - The "-no_ticket" option was introduced in Openssl0.9.8j. It's a flag toDaniel Stenberg2009-01-261-2/+22
* Fixed a couple more locale-dependent toupper conversions, mainly forDan Fandrich2009-01-211-1/+1
* - Peter Korsgaard fixed building libcurl with "configure --with-sslDaniel Stenberg2008-12-281-4/+0
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-0/+1