- 17 4月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 2791 Submitted by: Ben Noordhuis
-
- 25 5月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Fix BIO_accept so it can be bound to IPv4 or IPv6 sockets consistently.
-
- 19 3月, 2011 1 次提交
-
-
由 Richard Levitte 提交于
submitted by Steven M. Schweda <sms@antinode.info>
-
- 31 5月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 07 1月, 2010 1 次提交
-
-
http://cvs.openssl.org/chngview?cn=19053由 Andy Polyakov 提交于
connect() are as finicky as sendto() when it comes to socket address length. As it turned out they are, therefore the fix. Note that you can't reproduce the problem on Linux, it was failing on Solaris, FreeBSD, most likely on more...
-
- 30 12月, 2009 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 2130 Submitted by: Eugeny Gostyukhin
-
- 16 11月, 2009 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 06 10月, 2009 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 21 9月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: David Lee <live4thee@gmail.com>, steve@openssl.org Approved by: steve@openssl.org Fix for IPv6 handling in BIO_get_accept_socket().
-
- 26 8月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: steve@openssl.org Some systems have broken IPv6 headers and/or implementations. If OPENSSL_USE_IPV6 is set to 0 IPv6 is not used, if it is set to 1 it is used and if undefined an attempt is made to detect at compile time by checking if AF_INET6 is set and excluding known problem platforms.
-
- 27 4月, 2009 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 05 4月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 04 1月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Guenter Knauf <eflash@gmx.net>
-
- 03 12月, 2007 1 次提交
-
-
由 Richard Levitte 提交于
I just compiled the 9.9-dev version from the 12022007 tarball under DJGPP. There were only 2 changes needed, one for b_sock.c, since DJGPP with WATT32 doesn't define socklen_t and one for testtsa to handle DOS style path separators. I also noted what seems to be a typographical error in ts.pod. The test suite passes. The patch is attached. Since I am in the US, I have sent notifications to the Bureau of Industry and Security and to the NSA.
-
- 17 9月, 2007 1 次提交
-
-
由 Andy Polyakov 提交于
to shut down Winsock unless we know it won't be used [and we never do]. PR: 1439
-
- 12 4月, 2006 1 次提交
-
-
由 Ulf Möller 提交于
PR: 1312 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
-
- 10 2月, 2006 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 04 1月, 2006 1 次提交
-
-
由 Richard Levitte 提交于
-
- 03 1月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 02 1月, 2006 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 13 6月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
1107. He says: This is a followup to the NetWare patch that was applied to beta3. It does the following: - Fixes a problem in the CLib build with undefined symbols. - Adds the ability to use BSD sockets as the default for the OpenSSL socket BIO. NetWare supports 2 flavors of sockets and our Apache developers need BSD sockets as a configurable option when building OpenSSL. This adds that for them. - Updates to the INSTALL.NW file to explain new options. I have tried very hard to make sure all the changes are in NetWare specific files or guarded carefully to make sure they only impact NetWare builds. I have tested the Windows build to make sure it does not break that since we have made changes to mk1mf.pl. We are still working the gcc cross compile for NetWare issue and hope to have a patch for that before beta 6 is released.
-
- 27 12月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
Use BUF_strlcat() instead of strcat(). Use BIO_snprintf() instead of sprintf(). In some cases, keep better track of buffer lengths. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
- 28 11月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
-
- 21 3月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
-
- 31 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
let's make that a void *. Also, BIO_socket_nbio() should send it an int argument, not a long. PR: 457
-
- 16 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 14 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 338 Here's the description, submitted by Gisle Vanem <giva@bgnett.no>: 1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due to name-clash with Watt-32. 2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash with <stdlib.h> 3. Added calls to dbug_init()/sock_init() in some demo programs. 4. Changed cflags/lflags in configure. Watt-32 install root now taken from $WATT_ROOT.
-
- 13 11月, 2002 1 次提交
-
-
由 Ben Laurie 提交于
-
- 14 6月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 75
-
- 30 3月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
Furthermore, make SO_MAXCONN the first choice, since that's the standard (as far as I know).
-
- 27 10月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 26 10月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 25 6月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
at the same time a bit more accepting with host names.
-
- 20 2月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
-
由 Richard Levitte 提交于
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
-
- 05 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
only happened when the port number wasn't parsable ot the host wasn't possible to convert to an IP address. Contributed by Niko Baric <Niko.Baric@epost.de>
-
- 12 10月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 10 10月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
thus the condition '!BIO_sock_init()' doesn't make sense.
-