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
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
2004-03-09
Use curl_socket_t instead of int for holding sockets. The typedefs and
Daniel Stenberg
2004-01-29
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
Daniel Stenberg
2004-01-16
Gisle Vanem's patch for variables that "might be used uninitialized"
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-11-24
prevent warning for non-SSL builds
Daniel Stenberg
2003-11-24
FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it
Daniel Stenberg
2003-11-15
Mathias Axelsson found a case where we free()d the server certificate twice!
Daniel Stenberg
2003-10-23
Georg Horn's fixes to do different CA cert verifications. They can now be
Daniel Stenberg
2003-10-16
rewritten alternative name check
Daniel Stenberg
2003-10-15
bad license situation for the altname patch
Daniel Stenberg
2003-10-08
fixed to build fine without ssl
Daniel Stenberg
2003-10-07
Neil Dunbar provided a patch that now makes libcurl check SSL
Daniel Stenberg
2003-09-03
warn if no CN is available if verify is only set to 1
Daniel Stenberg
2003-08-19
CRYPTO_cleanup_all_ex_data() is not present in all OpenSSL versions so
Daniel Stenberg
2003-08-19
Loren Kirkby pointed out that we need to call CRYPTO_cleanup_all_ex_data()
Daniel Stenberg
2003-07-05
re-use existing variable instead of declaring a new local one
Daniel Stenberg
2003-07-04
Peter Sylvester's patch was applied that introduces the following:
Daniel Stenberg
2003-06-26
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
Daniel Stenberg
2003-06-02
work-around SSL implementation flaws better, pointed out in bug report
Daniel Stenberg
2003-05-01
Andy Cedilnik fixed some compiler warnings
Daniel Stenberg
2003-04-14
return the same error for the sslv2 "certificate verify failed" code
Daniel Stenberg
2003-04-14
Restored the SSL error codes since they was broken in the 7.10.4 release,
Daniel Stenberg
2003-03-31
Fixup after talks with Richard Bramante. We should now make better
Daniel Stenberg
2003-03-13
Philippe Raoult needed this to build on FreeBSD
Daniel Stenberg
2003-03-11
Richard Gorton improved the random_the_seed() function for systems where
Daniel Stenberg
2003-02-28
the strequal and strnequal should now be called with the proper curl_ prefix
Daniel Stenberg
2003-02-27
spell better
Daniel Stenberg
[next]