aboutsummaryrefslogtreecommitdiff
path: root/lib/ssluse.c
AgeCommit message (Expand)Author
2013-10-17SSL: Follow up work to commits 6a1363128f1107 and 87861c9b0e8155Steve Holme
2013-10-16SSL: Added unsupported cipher version check for OpenSSLSteve Holme
2013-10-16SSL: Corrected typo from commit 87861c9b0e8155Steve Holme
2013-10-16SSL: Fixed OpenSSL builds prior to v1.0.1Steve Holme
2013-10-15SSL: protocol version can be specified more preciselyGergely Nagy
2013-10-13OpenSSL: improve the grammar of the language in 39beaa5ffbccDaniel Stenberg
2013-10-13OpenSSL: use failf() when subjectAltName mismatchesAndrej E Baranov
2013-10-02OpenSSL: acknowledge CURLOPT_SSL_VERIFYHOST without VERIFYPEERDaniel Stenberg
2013-09-28ssluse.c: Fixed compilation warnings when ENGINE not supportedSteve Holme
2013-09-21openssl: use correct port number in error messageDaniel Stenberg
2013-09-07Pass password to OpenSSL engine by user interfacePetr Písař
2013-07-15ssluse.c,sslgen.c,sslgen.h: move certinfo support to generic SSLPatrick Monnerat
2013-06-23ossl_recv: check for an OpenSSL error, don't assumeDaniel Stenberg
2013-06-10cert_stuff: avoid double free in the PKCS12 codeDaniel Stenberg
2013-06-10cert_stuff: remove code duplication in the pkcs12 logicDaniel Stenberg
2013-05-22ossl_recv: SSL_read() returning 0 is an error tooMike Giancola
2013-05-22ossl_send: SSL_write() returning 0 is an error tooMike Giancola
2013-05-07servercert: allow empty subjectDaniel Stenberg
2013-02-22ossl_seed: avoid recursive seeding!Daniel Stenberg
2013-02-14ossl_seed: fix the last resort PRNG seedingDaniel Stenberg
2013-01-17always-multi: always use non-blocking internalsDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
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