aboutsummaryrefslogtreecommitdiff
path: root/lib/ssluse.c
AgeCommit message (Expand)Author
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-11-13OpenSSL: Disable SSL/TLS compressionCristian Rodríguez
2012-11-08SSL: Several SSL-backend related fixesOscar Koeroo
2012-11-06OpenSSL/servercert: use correct buffer size, not size of pointerDaniel Stenberg
2012-11-06CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg
2012-10-08ssluse.c: md5.h is required for Curl_ossl_md5sumMarc Hoersken
2012-06-27ssluse.c: fix compiler warning: conversion to 'int' from 'size_t'Yang Tse
2012-06-26ossl_seed: remove leftover RAND_screen checkDaniel Stenberg
2012-06-26SSL cleanup: use crypto functions through the sslgen layerDaniel Stenberg
2012-06-14Fix bad failf() and info() usageYang Tse
2012-06-09OpenSSL: support longer certificate subject namesDaniel Stenberg
2012-04-23OpenSSL cert: provide more details when cert check failsGokhan Sengun
2012-04-01OpenSSL: Made cert hostname check conform to RFC 6125Tatsuhiro Tsujikawa
2012-03-22fix several compiler warningsYang Tse
2012-03-16fix some compiler warningsYang Tse
2012-02-09CURLOPT_SSL_OPTIONS: addedDaniel Stenberg
2012-01-24OpenSSL: don't disable security work-aroundDaniel Stenberg
2012-01-19OpenSSL: follow-up for commit a20daf90e3Yang Tse
2012-01-18OpenSSL: fix PKCS#12 certificate parsing related memory leakJohannes Bauer
2012-01-18OpenSSL: SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option is no longer enabledYang Tse
2012-01-04OpenSSL: remove reference to openssl internal structPeter Sylvester
2011-12-06OpenSSL: check for the SSLv2 function in configureDaniel Stenberg
2011-11-04ssluse.c: fix calling of OpenSSL's ERR_remove_state(0)Yang Tse
2011-10-11OOM handling/cleanup slight adjustmentsYang Tse
2011-10-07libcurl: some OOM handling fixesYang Tse
2011-09-05fix bool variables checking and assignmentYang Tse
2011-09-03fix a bunch of MSVC compiler warningsYang Tse
2011-08-07OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available, reduces memory useCristian Rodríguez
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-06-04Curl_socket_ready: make timeout a 'long'Daniel Stenberg
2011-06-02OpenSSL enabled: require OPENSSL_VERSION_NUMBER definition before usage.Yang Tse
2011-05-21compiler warning: fixYang Tse
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2011-04-20CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg
2011-04-14Fix a buffer overflow in pubkey_show().Andrei Benea
2011-04-10OpenSSL: no-sslv2 awareDaniel Stenberg
2011-03-25TSL-SRP: enabled with OpenSSLPeter Sylvester
2011-02-10Call ERR_peek_error instead of ERR_peek_last_errorDan Fandrich
2011-02-02ssluse: improved error message on SSL_CTX_new failuresBjoern Sikora
2011-01-20Fixed compile using OpenSSL versions < 0.9.4aDarshan Mody
2011-01-04Curl_timeleft: s/conn/data in first argumentDaniel Stenberg
2011-01-04get_cert_chain: support larger data setsDaniel Stenberg
2011-01-01pubkey_show: allocate buffer to fit any-size resultDaniel Stenberg
2010-12-23ossl_seed: no more RAND_screenDaniel Stenberg
2010-12-06ossl_connect_common: detect connection re-useHeinrich Ko
2010-11-08fix compiler warningYang Tse
2010-11-05Revert: use Host: name for SNI and cert name checksDaniel Stenberg
2010-11-04certcheck: use the custom Host: name for checksDaniel Stenberg
2010-11-04SNI: simplify the custom host name useDaniel Stenberg