summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Collapse)Author
2012-03-07PR: 2755Dr. Stephen Henson
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reduce MTU after failed transmissions. [0.9.8 version of patch]
2012-03-06revert PR#2755: it breaks compilationDr. Stephen Henson
2012-03-06PR: 2755Dr. Stephen Henson
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reduce MTU after failed transmissions.
2011-12-02Fix BIO_f_buffer().Bodo Möller
Submitted by: Adam Langley Reviewed by: Bodo Moeller
2011-09-01PR: 2340Dr. Stephen Henson
Submitted by: "Mauro H. Leggieri" <mxmauro@caiman.com.ar> Reviewed by: steve Stop warnings if OPENSSL_NO_DGRAM is defined.
2011-07-20PR: 2559Dr. Stephen Henson
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Fix DTLS socket error bug
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2010-05-31fix PR#2261 in a different wayDr. Stephen Henson
2010-03-27PR: 1763Dr. Stephen Henson
Remove useless num = 0 assignment. Remove redundant cases on sock_ctrl(): default case handles them.
2010-03-22bss_file.c: fix MSC 6.0 warning [from HEAD].Andy Polyakov
2010-03-15Fix UPLINK typo [from HEAD].Andy Polyakov
2009-10-04Prevent ignored return value warningDr. Stephen Henson
2009-09-22PR: 2050Dr. Stephen Henson
Submitted by: Michael Tuexen <tuexen@fh-muenster.de> Approved by: steve@openssl.org Fix handling of ENOTCONN and EMSGSIZE for dgram BIOs.
2009-09-04PR: 2028Dr. Stephen Henson
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Approved by: steve@openssl.org Fix DTLS cookie management bugs.
2009-07-24PR: 1990Dr. Stephen Henson
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Approved by: steve@openssl.org DTLS socket timeout bug fix.
2009-07-24PR: 1989Dr. Stephen Henson
Submitted by: Viktor Szakáts <harbour.01@syenar.hu> Approved by: steve@openssl.org Too few arguments in definition of BIO_get_cont_int_port macro.
2009-06-25Fix from HEAD.Dr. Stephen Henson
2009-06-05Update from 1.0.0-stable.Dr. Stephen Henson
2009-06-05Fix from 1.0.0-stable.Dr. Stephen Henson
2009-05-18Fix from 1.0.0-stable branch.Dr. Stephen Henson
2009-05-17Modified PR#1929 update from 1.0.0-stable.Dr. Stephen Henson
2009-05-16Updates from 1.0.0-stable.Dr. Stephen Henson
2009-05-15Update from HEAD.Dr. Stephen Henson
2009-05-05Update from HEADRichard Levitte
2009-04-28Update from HEADRichard Levitte
2009-04-14PR: 1829Dr. Stephen Henson
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Approved by: steve@openssl.org DTLS timer bug fix from 1.0.0-stable with fixes.
2009-04-02Ooops, revert patch... due to non-portable gettimeofday call.Dr. Stephen Henson
2009-04-02PR: 1829Dr. Stephen Henson
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Approved by: steve@openssl.org DTLS timer bug fix.
2009-03-09PR: 1858Dr. Stephen Henson
Submitted by: Jurko Gospodneti <jurko.gospodnetic@docte.hr> Reviewed by: steve@openssl.org Make OPENSSL_NO_SOCK work.
2009-03-07Submitted by: Jeremy Shapiro <jnshapir@us.ibm.com>Dr. Stephen Henson
Reviewed by: steve@openssl.org Improve efficientcy of mem_gets().
2008-12-30Backport http://cvs.openssl.org/chngview?cn=17710 from HEAD.Andy Polyakov
PR: 1230
2008-12-25In BIO_write(), update the write statistics, not the read statistics.Richard Levitte
PR: 1803
2008-09-16Merge changes to build system from fips branch.Dr. Stephen Henson
2008-09-15Fix yesterday typos in bss_dgram.c [from HEAD].Andy Polyakov
2008-09-14Winsock handles SO_RCVTIMEO in unique manner... [from HEAD].Andy Polyakov
PR: 1648
2008-04-02Backport of zlib compression BIO from HEAD. Update mkdef.pl script to handleDr. Stephen Henson
ZLIB. Update ordinals.
2008-01-03Netware support.Dr. Stephen Henson
Submitted by: Guenter Knauf <eflash@gmx.net>
2007-09-18Remove excessive whitespaces from bio.h.Andy Polyakov
2007-09-16It's inappropraite to override application signal, nor is it appropriateAndy Polyakov
to shut down Winsock unless we know it won't be used [and we never do] [from HEAD]. PR: 1439
2007-09-15Make bn2dec work on "SIXTY_FOUR_BIT" platforms [from HEAD].Andy Polyakov
PR: 1456
2007-02-08Add hmac option to dgst from 0.9.7-stable.Dr. Stephen Henson
2006-11-29replace macros with functionsNils Larsch
Submitted by: Tracy Camp <tracyx.e.camp@intel.com>
2006-11-21Rebuild error file C source files.Dr. Stephen Henson
2006-02-08backport recent changes from the cvs headNils Larsch
2006-02-04Update filenames in makefilesDr. Stephen Henson
2006-02-02fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK stateNils Larsch
2005-12-16bio.h update from HEAD.Andy Polyakov
PR: 1252
2005-09-29Fix typo [from HEAD].Andy Polyakov
2005-09-29Fix missing applink call [from HEAD].Andy Polyakov
2005-06-13Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard 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.