index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ssluse.c
Age
Commit message (
Expand
)
Author
2012-04-23
OpenSSL cert: provide more details when cert check fails
Gokhan Sengun
2012-04-01
OpenSSL: Made cert hostname check conform to RFC 6125
Tatsuhiro Tsujikawa
2012-03-22
fix several compiler warnings
Yang Tse
2012-03-16
fix some compiler warnings
Yang Tse
2012-02-09
CURLOPT_SSL_OPTIONS: added
Daniel Stenberg
2012-01-24
OpenSSL: don't disable security work-around
Daniel Stenberg
2012-01-19
OpenSSL: follow-up for commit a20daf90e3
Yang Tse
2012-01-18
OpenSSL: fix PKCS#12 certificate parsing related memory leak
Johannes Bauer
2012-01-18
OpenSSL: SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option is no longer enabled
Yang Tse
2012-01-04
OpenSSL: remove reference to openssl internal struct
Peter Sylvester
2011-12-06
OpenSSL: check for the SSLv2 function in configure
Daniel Stenberg
2011-11-04
ssluse.c: fix calling of OpenSSL's ERR_remove_state(0)
Yang Tse
2011-10-11
OOM handling/cleanup slight adjustments
Yang Tse
2011-10-07
libcurl: some OOM handling fixes
Yang Tse
2011-09-05
fix bool variables checking and assignment
Yang Tse
2011-09-03
fix a bunch of MSVC compiler warnings
Yang Tse
2011-08-07
OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available, reduces memory use
Cristian RodrÃguez
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-06-04
Curl_socket_ready: make timeout a 'long'
Daniel Stenberg
2011-06-02
OpenSSL enabled: require OPENSSL_VERSION_NUMBER definition before usage.
Yang Tse
2011-05-21
compiler warning: fix
Yang Tse
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-21
Fix a couple of spelling errors in lib/
Fabian Keil
2011-04-20
CURL_DOES_CONVERSIONS: cleanup
Daniel Stenberg
2011-04-14
Fix a buffer overflow in pubkey_show().
Andrei Benea
2011-04-10
OpenSSL: no-sslv2 aware
Daniel Stenberg
2011-03-25
TSL-SRP: enabled with OpenSSL
Peter Sylvester
2011-02-10
Call ERR_peek_error instead of ERR_peek_last_error
Dan Fandrich
2011-02-02
ssluse: improved error message on SSL_CTX_new failures
Bjoern Sikora
2011-01-20
Fixed compile using OpenSSL versions < 0.9.4a
Darshan Mody
2011-01-04
Curl_timeleft: s/conn/data in first argument
Daniel Stenberg
2011-01-04
get_cert_chain: support larger data sets
Daniel Stenberg
2011-01-01
pubkey_show: allocate buffer to fit any-size result
Daniel Stenberg
2010-12-23
ossl_seed: no more RAND_screen
Daniel Stenberg
2010-12-06
ossl_connect_common: detect connection re-use
Heinrich Ko
2010-11-08
fix compiler warning
Yang Tse
2010-11-05
Revert: use Host: name for SNI and cert name checks
Daniel Stenberg
2010-11-04
certcheck: use the custom Host: name for checks
Daniel Stenberg
2010-11-04
SNI: simplify the custom host name use
Daniel Stenberg
2010-11-04
host: get the custom Host: name more genericly
Daniel Stenberg
2010-11-04
SNI: set name to custom Host header
Hongli Lai (Phusion)
2010-09-12
ssluse: removed redundant check that is always true
Daniel Stenberg
2010-08-01
multi: fix FTPS connecting the data connection with OpenSSL
Daniel Stenberg
2010-06-05
OpenSSL: fix spurious SSL connection aborts
Constantine Sapuntzakis
2010-05-14
OpenSSL: multi interface handshake could hang
Daniel Stenberg
2010-05-11
sendrecv: make them two pairs of send/recv to properly deal with FTPS
Howard Chu
2010-05-07
sendrecv: split the I/O handling into private handler
Howard Chu
2010-04-04
refactorize interface of Curl_ssl_recv/Curl_ssl_send
Kamil Dudka
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-03-02
- Andrei Benea filed bug report #2956698 and pointed out that the
Daniel Stenberg
[next]