| Commit message (Expand) | Author | Age | Files | Lines |
* | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse | 2012-12-14 | 1 | -3/+0 |
* | OpenSSL: Disable SSL/TLS compression | Cristian RodrÃguez | 2012-11-13 | 1 | -0/+4 |
* | SSL: Several SSL-backend related fixes | Oscar Koeroo | 2012-11-08 | 1 | -67/+3 |
* | OpenSSL/servercert: use correct buffer size, not size of pointer | Daniel Stenberg | 2012-11-06 | 1 | -3/+3 |
* | CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value | Daniel Stenberg | 2012-11-06 | 1 | -8/+3 |
* | ssluse.c: md5.h is required for Curl_ossl_md5sum | Marc Hoersken | 2012-10-08 | 1 | -0/+1 |
* | ssluse.c: fix compiler warning: conversion to 'int' from 'size_t' | Yang Tse | 2012-06-27 | 1 | -1/+1 |
* | ossl_seed: remove leftover RAND_screen check | Daniel Stenberg | 2012-06-26 | 1 | -6/+0 |
* | SSL cleanup: use crypto functions through the sslgen layer | Daniel Stenberg | 2012-06-26 | 1 | -0/+20 |
* | Fix bad failf() and info() usage | Yang Tse | 2012-06-14 | 1 | -5/+5 |
* | OpenSSL: support longer certificate subject names | Daniel Stenberg | 2012-06-09 | 1 | -2/+2 |
* | OpenSSL cert: provide more details when cert check fails | Gokhan Sengun | 2012-04-23 | 1 | -3/+13 |
* | OpenSSL: Made cert hostname check conform to RFC 6125 | Tatsuhiro Tsujikawa | 2012-04-01 | 1 | -27/+37 |
* | fix several compiler warnings | Yang Tse | 2012-03-22 | 1 | -7/+10 |
* | fix some compiler warnings | Yang Tse | 2012-03-16 | 1 | -2/+3 |
* | CURLOPT_SSL_OPTIONS: added | Daniel Stenberg | 2012-02-09 | 1 | -1/+4 |
* | OpenSSL: don't disable security work-around | Daniel Stenberg | 2012-01-24 | 1 | -0/+11 |
* | OpenSSL: follow-up for commit a20daf90e3 | Yang Tse | 2012-01-19 | 1 | -2/+1 |
* | OpenSSL: fix PKCS#12 certificate parsing related memory leak | Johannes Bauer | 2012-01-18 | 1 | -0/+6 |
* | OpenSSL: SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option is no longer enabled | Yang Tse | 2012-01-18 | 1 | -7/+21 |
* | OpenSSL: remove reference to openssl internal struct | Peter Sylvester | 2012-01-04 | 1 | -3/+4 |
* | OpenSSL: check for the SSLv2 function in configure | Daniel Stenberg | 2011-12-06 | 1 | -0/+5 |
* | ssluse.c: fix calling of OpenSSL's ERR_remove_state(0) | Yang Tse | 2011-11-04 | 1 | -17/+17 |
* | OOM handling/cleanup slight adjustments | Yang Tse | 2011-10-11 | 1 | -2/+1 |
* | libcurl: some OOM handling fixes | Yang Tse | 2011-10-07 | 1 | -7/+6 |
* | fix bool variables checking and assignment | Yang Tse | 2011-09-05 | 1 | -3/+3 |
* | fix a bunch of MSVC compiler warnings | Yang Tse | 2011-09-03 | 1 | -3/+3 |
* | OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available, reduces memory use | Cristian RodrÃguez | 2011-08-07 | 1 | -0/+4 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -3/+0 |
* | Curl_socket_ready: make timeout a 'long' | Daniel Stenberg | 2011-06-04 | 1 | -3/+2 |
* | OpenSSL enabled: require OPENSSL_VERSION_NUMBER definition before usage. | Yang Tse | 2011-06-02 | 1 | -0/+4 |
* | compiler warning: fix | Yang Tse | 2011-05-21 | 1 | -1/+1 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -53/+58 |
* | Fix a couple of spelling errors in lib/ | Fabian Keil | 2011-04-21 | 1 | -3/+3 |
* | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg | 2011-04-20 | 1 | -6/+3 |
* | Fix a buffer overflow in pubkey_show(). | Andrei Benea | 2011-04-14 | 1 | -1/+1 |
* | OpenSSL: no-sslv2 aware | Daniel Stenberg | 2011-04-10 | 1 | -0/+5 |
* | TSL-SRP: enabled with OpenSSL | Peter Sylvester | 2011-03-25 | 1 | -0/+37 |
* | Call ERR_peek_error instead of ERR_peek_last_error | Dan Fandrich | 2011-02-10 | 1 | -1/+1 |
* | ssluse: improved error message on SSL_CTX_new failures | Bjoern Sikora | 2011-02-02 | 1 | -1/+2 |
* | Fixed compile using OpenSSL versions < 0.9.4a | Darshan Mody | 2011-01-20 | 1 | -2/+2 |
* | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg | 2011-01-04 | 1 | -2/+2 |
* | get_cert_chain: support larger data sets | Daniel Stenberg | 2011-01-04 | 1 | -38/+55 |
* | pubkey_show: allocate buffer to fit any-size result | Daniel Stenberg | 2011-01-01 | 1 | -13/+17 |
* | ossl_seed: no more RAND_screen | Daniel Stenberg | 2010-12-23 | 1 | -8/+2 |
* | ossl_connect_common: detect connection re-use | Heinrich Ko | 2010-12-06 | 1 | -0/+6 |
* | fix compiler warning | Yang Tse | 2010-11-08 | 1 | -1/+1 |
* | Revert: use Host: name for SNI and cert name checks | Daniel Stenberg | 2010-11-05 | 1 | -15/+7 |
* | certcheck: use the custom Host: name for checks | Daniel Stenberg | 2010-11-04 | 1 | -4/+8 |
* | SNI: simplify the custom host name use | Daniel Stenberg | 2010-11-04 | 1 | -6/+2 |