summaryrefslogtreecommitdiff
path: root/lib/ssluse.c
Commit message (Expand)AuthorAgeFilesLines
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-16/+16
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-3/+0
* OpenSSL: Disable SSL/TLS compressionCristian Rodríguez2012-11-131-0/+4
* SSL: Several SSL-backend related fixesOscar Koeroo2012-11-081-67/+3
* OpenSSL/servercert: use correct buffer size, not size of pointerDaniel Stenberg2012-11-061-3/+3
* CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg2012-11-061-8/+3
* ssluse.c: md5.h is required for Curl_ossl_md5sumMarc Hoersken2012-10-081-0/+1
* ssluse.c: fix compiler warning: conversion to 'int' from 'size_t'Yang Tse2012-06-271-1/+1
* ossl_seed: remove leftover RAND_screen checkDaniel Stenberg2012-06-261-6/+0
* SSL cleanup: use crypto functions through the sslgen layerDaniel Stenberg2012-06-261-0/+20
* Fix bad failf() and info() usageYang Tse2012-06-141-5/+5
* OpenSSL: support longer certificate subject namesDaniel Stenberg2012-06-091-2/+2
* OpenSSL cert: provide more details when cert check failsGokhan Sengun2012-04-231-3/+13
* 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