summaryrefslogtreecommitdiff
path: root/lib/ssluse.c
Commit message (Expand)AuthorAgeFilesLines
* OpenSSL: Made cert hostname check conform to RFC 6125Tatsuhiro Tsujikawa2012-04-011-27/+37
* fix several compiler warningsYang Tse2012-03-221-7/+10
* fix some compiler warningsYang Tse2012-03-161-2/+3
* CURLOPT_SSL_OPTIONS: addedDaniel Stenberg2012-02-091-1/+4
* OpenSSL: don't disable security work-aroundDaniel Stenberg2012-01-241-0/+11
* OpenSSL: follow-up for commit a20daf90e3Yang Tse2012-01-191-2/+1
* OpenSSL: fix PKCS#12 certificate parsing related memory leakJohannes Bauer2012-01-181-0/+6
* OpenSSL: SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option is no longer enabledYang Tse2012-01-181-7/+21
* OpenSSL: remove reference to openssl internal structPeter Sylvester2012-01-041-3/+4
* OpenSSL: check for the SSLv2 function in configureDaniel Stenberg2011-12-061-0/+5
* ssluse.c: fix calling of OpenSSL's ERR_remove_state(0)Yang Tse2011-11-041-17/+17
* OOM handling/cleanup slight adjustmentsYang Tse2011-10-111-2/+1
* libcurl: some OOM handling fixesYang Tse2011-10-071-7/+6
* fix bool variables checking and assignmentYang Tse2011-09-051-3/+3
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-3/+3
* OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available, reduces memory useCristian Rodríguez2011-08-071-0/+4
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+0
* Curl_socket_ready: make timeout a 'long'Daniel Stenberg2011-06-041-3/+2
* OpenSSL enabled: require OPENSSL_VERSION_NUMBER definition before usage.Yang Tse2011-06-021-0/+4
* compiler warning: fixYang Tse2011-05-211-1/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-53/+58
* 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