summaryrefslogtreecommitdiff
path: root/lib/ssluse.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-3/+3
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-6/+3
* Fix a buffer overflow in pubkey_show().Andrei Benea2011-04-141-1/+1
* OpenSSL: no-sslv2 awareDaniel Stenberg2011-04-101-0/+5
* TSL-SRP: enabled with OpenSSLPeter Sylvester2011-03-251-0/+37
* Call ERR_peek_error instead of ERR_peek_last_errorDan Fandrich2011-02-101-1/+1
* ssluse: improved error message on SSL_CTX_new failuresBjoern Sikora2011-02-021-1/+2
* Fixed compile using OpenSSL versions < 0.9.4aDarshan Mody2011-01-201-2/+2
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-2/+2
* get_cert_chain: support larger data setsDaniel Stenberg2011-01-041-38/+55
* pubkey_show: allocate buffer to fit any-size resultDaniel Stenberg2011-01-011-13/+17
* ossl_seed: no more RAND_screenDaniel Stenberg2010-12-231-8/+2
* ossl_connect_common: detect connection re-useHeinrich Ko2010-12-061-0/+6
* fix compiler warningYang Tse2010-11-081-1/+1
* Revert: use Host: name for SNI and cert name checksDaniel Stenberg2010-11-051-15/+7
* certcheck: use the custom Host: name for checksDaniel Stenberg2010-11-041-4/+8
* SNI: simplify the custom host name useDaniel Stenberg2010-11-041-6/+2
* host: get the custom Host: name more genericlyDaniel Stenberg2010-11-041-14/+6
* SNI: set name to custom Host headerHongli Lai (Phusion)2010-11-041-3/+19
* ssluse: removed redundant check that is always trueDaniel Stenberg2010-09-121-4/+2
* 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