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
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
2010-03-01
- Wesley Miaw reported bug #2958179 which identified a case of looping during
Daniel Stenberg
2010-02-05
- avoid OpenSSL 0.9.8 ENGINE_by_id memory leak
Yang Tse
2010-01-28
fix printf-style format strings
Yang Tse
2010-01-08
- Johan van Selst found and fixed a OpenSSL session ref count leak:
Daniel Stenberg
2009-12-17
- David Byron fixed Curl_ossl_cleanup to actually call ENGINE_cleanup when
Daniel Stenberg
2009-12-10
minor indent change
Daniel Stenberg
2009-11-18
Make usage of calloc()'s arguments consistent with rest of code base
Yang Tse
2009-11-15
Client certificate ENG file type requires OpenSSL 0.9.7 or newer
Yang Tse
2009-11-14
OpenSSL 0.9.7 or newer required for ENGINE_CTRL_GET_CMD_FROM_NAME definition
Yang Tse
2009-11-14
- Camille Moncelier added support for the file type SSL_FILETYPE_ENGINE for
Daniel Stenberg
2009-10-14
we only need to call ASN1_STRING_length() if ASN1_STRING_type() detects UTF-8,
Gunter Knauf
2009-09-25
- Chris Mumford filed bug report #2861587
Daniel Stenberg
2009-09-25
fix compiler warning: end-of-loop code not reached
Yang Tse
2009-09-24
fix compiler warning: variable "sni" was set but never used
Yang Tse
2009-09-16
- Sven Anders reported that we introduced a cert verfication flaw for OpenSSL-
Daniel Stenberg
2009-08-29
add cast to silent compiler warning with 64bit systems.
Gunter Knauf
2009-08-29
fix shadow definition of outp.
Gunter Knauf
2009-08-11
- Peter Sylvester made the HTTPS test server use specific certificates for
Daniel Stenberg
2009-08-03
avoid possible NULL dereference caused by my previous fix
Daniel Stenberg
2009-08-03
Reverted the zero-byte-in-name check to instead rely on the fact that strlen
Daniel Stenberg
2009-08-02
Extended my embedded-zero-in-cert-name fix based on a comment from Scott
Daniel Stenberg
2009-08-01
- Curt Bogmine reported a problem with SNI enabled on a particular server. We
Daniel Stenberg
2009-08-01
- Scott Cantor posted the bug report #2829955
Daniel Stenberg
2009-08-01
- Tanguy Fautre pointed out that OpenSSL's function RAND_screen() (present
Daniel Stenberg
2009-07-27
From: Johan van Selst
Daniel Stenberg
2009-07-26
- Bug report #2825989 (http://curl.haxx.se/bug/view.cgi?id=2825989) pointed
Daniel Stenberg
2009-06-29
- Modified the separators used for CURLOPT_CERTINFO in multi-part outputs. I
Daniel Stenberg
2009-06-10
- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
Daniel Stenberg
2009-05-27
- Andre Guibert de Bruet found a call to a OpenSSL function that didn't check
Daniel Stenberg
2009-05-27
- Frank McGeough provided a small OpenSSL #include fix to make libcurl compile
Daniel Stenberg
2009-05-04
- Michael Smith posted bug report #2786255
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-04-14
use HAVE_LIMITS_H symbol to protect limits.h inclusion
Yang Tse
2009-04-14
include <limits.h> for INT_MAX definition
Yang Tse
2009-04-14
fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...
Yang Tse
2009-04-13
fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...
Yang Tse
2009-04-03
fix compiler warning: passing arg 1 of `sk_num' from incompatible pointer type
Yang Tse
2009-03-08
- Andre Guibert de Bruet found and fixed a code segment in ssluse.c where the
Daniel Stenberg
2009-01-26
- The "-no_ticket" option was introduced in Openssl0.9.8j. It's a flag to
Daniel Stenberg
2009-01-21
Fixed a couple more locale-dependent toupper conversions, mainly for
Dan Fandrich
2008-12-28
- Peter Korsgaard fixed building libcurl with "configure --with-ssl
Daniel Stenberg
2008-10-23
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
Daniel Stenberg
2008-10-16
Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function
Daniel Stenberg
[next]