- 14 8月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
contemporary SDK.
-
- 01 7月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 11 6月, 2012 3 次提交
-
-
由 Andy Polyakov 提交于
PR: 2830 Submitted by: Robin Seggelmann
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 30 5月, 2012 1 次提交
-
-
由 Ben Laurie 提交于
-
- 17 4月, 2012 2 次提交
-
-
由 Andy Polyakov 提交于
PR: 2791 Submitted by: Ben Noordhuis
-
由 Andy Polyakov 提交于
PR: 2790 Submitted by: Alexei Khlebnikov
-
- 06 3月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reduce MTU after failed transmissions.
-
- 26 2月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se> VMS fixes: disable SCTP by default.
-
- 27 12月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 25 12月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Add SCTP support for DTLS (RFC 6083).
-
- 02 12月, 2011 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Adam Langley Reviewed by: Bodo Moeller
-
- 01 9月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: "Mauro H. Leggieri" <mxmauro@caiman.com.ar> Reviewed by: steve Stop warnings if OPENSSL_NO_DGRAM is defined.
-
- 20 7月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Fix DTLS socket error bug
-
- 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>
-
- 27 1月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 03 1月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Michael Bergandi <mbergandi@gmail.com> Reviewed by: steve Fix typo in crypto/bio/bss_dgram.c
-
- 11 12月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 2382
-
- 27 7月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
e_os2.h, this should fix WIN32 compilation issues and hopefully avoid conflicts with other headers which may workaround ssize_t in different ways.
-
- 12 6月, 2010 1 次提交
-
-
由 Ben Laurie 提交于
-
- 31 5月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 29 4月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 22 4月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 28 3月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Remove useless num = 0 assignment. Remove redundant cases on sock_ctrl(): default case handles them.
-
- 23 3月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 16 3月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 07 1月, 2010 3 次提交
-
-
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...
-
由 Andy Polyakov 提交于
PR: 2114 Submitted by: Robin Seggelmann
-
由 Andy Polyakov 提交于
not to mention that first sockaddr_storage had __ss_family, not ss_family. In other words it makes more sense to avoid sockaddr_storage...
-
- 30 12月, 2009 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 2130 Submitted by: Eugeny Gostyukhin
-
- 27 11月, 2009 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 2110
-
- 16 11月, 2009 2 次提交
-
-
由 Andy Polyakov 提交于
from b_sock.c, don't assume that caller always passes pointer to buffer large enough to hold sockaddr_storage. PR: 2069
-
由 Andy Polyakov 提交于
-
- 16 10月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Michael Tuexen <tuexen@fh-muenster.de> Approved by: steve@openssl.org IPv6 support for DTLS.
-
- 06 10月, 2009 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 04 10月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 22 9月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Michael Tuexen <tuexen@fh-muenster.de> Approved by: steve@openssl.org Fix handling of ENOTCONN and EMSGSIZE for dgram BIOs.
-
- 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().
-