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
2006-03-06
Lots of users on Windows have reported getting the "SSL: couldn't set
Daniel Stenberg
2005-12-19
Fixed lcc compiler warnings.
Dan Fandrich
2005-12-13
Fixed some compiler warnings on lcc.
Dan Fandrich
2005-12-05
Yang Tse fixed: Openssl 0.9.9 makes 'const' the SSL_METHOD parameter in
Daniel Stenberg
2005-12-04
Recent OpenSSL returns a 'const' in '*_client_method()'. So avoid
Gisle Vanem
2005-11-13
Yang Tse fixed compiler warnings
Daniel Stenberg
2005-08-10
the debug callback was called with CURLINFO_TEXT with the data size one
Daniel Stenberg
2005-04-13
fix compiler warning
Daniel Stenberg
2005-04-07
GnuTLS support added. There's now a "generic" SSL layer that we use all over
Daniel Stenberg
2005-03-31
Updated the copyright year since changes have been this year.
Daniel Stenberg
2005-03-04
Reduced the length of data read from the random entropy file.
Dan Fandrich
2005-03-04
Don't try to read the whole of the random file because when /dev/urandom is
Dan Fandrich
2005-02-10
init fix for non-SSL builds
Daniel Stenberg
2005-02-09
better error checking and SSL init by David Byron
Daniel Stenberg
2005-01-10
Hzhijun reported a memory leak in the SSL certificate code, that leaked the
Daniel Stenberg
2004-12-19
Remove 'data' initialiser.
Gisle Vanem
2004-12-19
if the pkcs12.h header exists, include it already in urldata.h to work around
Daniel Stenberg
2004-12-18
Samuel Listopad added support for PKCS12 formatted certificates.
Daniel Stenberg
2004-12-14
prevent compiler warning when built without engine support
Daniel Stenberg
2004-12-14
Header files are in openssl/ only if USE_OPENSSL is set.
Dan Fandrich
2004-12-14
urldata.h: Removed engine_list.
Gisle Vanem
2004-12-14
Moved the engine stuff from the root-level of the SessionHandle struct to the
Daniel Stenberg
2004-12-13
Added handling of CURLINFO_SSL_ENGINES;
Gisle Vanem
2004-11-22
Curl_select's timeout arg is an int
Daniel Stenberg
2004-11-19
David Phillips' FD_SETSIZE fix
Daniel Stenberg
2004-11-15
clean up start time and t_startsingle use so that redirect_time works properly
Daniel Stenberg
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-09-02
improved error message when client cert return failure
Daniel Stenberg
2004-08-10
In OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8 fails if the input is
Daniel Stenberg
2004-07-29
added typecast in an attempt to fix a mingw32 warning
Daniel Stenberg
2004-07-04
SSL_get_verify_result() returns a long, so we receive the result in a long
Daniel Stenberg
2004-07-01
Variable type cleanups to please the picky MIPSPro compiler.
Daniel Stenberg
2004-06-30
Prevent a very long password to buffer overflow the global variable we
Daniel Stenberg
2004-06-30
make the SSL connect use the same default connect timeout define as the
Daniel Stenberg
2004-06-24
Replaced all uses of sprintf() with the safer snprintf(). It is just a
Daniel Stenberg
2004-06-22
Gisle fixed the wildcard checks for certificates.
Daniel Stenberg
2004-06-19
prevent compiler warning
Daniel Stenberg
2004-06-18
Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the
Daniel Stenberg
2004-06-13
use Curl_strcasestr() when checking wildcard cert names
Daniel Stenberg
2004-05-18
* seed_enough() was converted to a macro to avoid the IRIX compiler warning
Daniel Stenberg
2004-05-17
Peter Sylvester's patch that addresses two flaws in the peer certificate name
Daniel Stenberg
2004-05-13
memory cleanup and check fix
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
2004-04-29
Gisle made the code use ERR_error_string_n()
Daniel Stenberg
2004-04-27
Made host name and proxy name get stored in a 'struct hostname' and set
Daniel Stenberg
2004-04-26
Tor Arntsen fixed a 'Statement not reachable'-warning
Daniel Stenberg
2004-04-20
Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-
Daniel Stenberg
2004-03-23
variable type usage cleanup to please picky compilers
Daniel Stenberg
2004-03-11
don't let the EINTR stuff build on windows
Daniel Stenberg
2004-03-10
Jeff Lawson fixed the SSL connection to deal with received signals during the
Daniel Stenberg
[prev]
[next]