summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
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
2008-04-02Backport of zlib compression BIO from HEAD. Update mkdef.pl script to handleDr. Stephen Henson
2008-01-03Netware support.Dr. Stephen Henson
2007-09-18Remove excessive whitespaces from bio.h.Andy Polyakov
2007-09-16It's inappropraite to override application signal, nor is it appropriateAndy Polyakov
2007-09-15Make bn2dec work on "SIXTY_FOUR_BIT" platforms [from HEAD].Andy Polyakov
2007-02-08Add hmac option to dgst from 0.9.7-stable.Dr. Stephen Henson
2006-11-29replace macros with functionsNils Larsch
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
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
2005-06-06Allow BIO_s_file to open and sequentially access files larger than 2GBAndy Polyakov
2005-05-19'make update' with a default configuration.Richard Levitte
2005-05-18Engage Applink in mingw. [from HEAD]Andy Polyakov
2005-05-17Engage Applink for VC builds.Andy Polyakov
2005-05-17OPENSSL_Applink update.Andy Polyakov
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-05fix compiler warning; pow10 is also in math.hNils Larsch
2005-04-27Lots of Win32 fixes for DTLS.Dr. Stephen Henson
2005-04-27add missing parenthesesNils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-26make updateBodo Möller
2005-04-26Add DTLS support.Ben Laurie
2005-04-20Stop bogus shadowing warning.Dr. Stephen Henson
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-05some const fixes and cleanupNils Larsch
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie
2004-12-27Minor cygwin update.Andy Polyakov
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-08-11Basically, I wanted to be able to make a dump to a FILE*, and not haveRichard Levitte
2004-04-19make updateGeoff Thorpe
2004-03-25Make prototypes for some callback pointers.Richard Levitte
2004-03-25Protect against gcc's "warning: cast does not match function type".Geoff Thorpe
2004-03-24Don't define fd for platforms that do not use it, as some may not declare fil...Richard Levitte
2004-03-21Remove a warning for conversion double->long. This has impacts on Windows.Richard Levitte
2004-03-21Make sure fd is defined where it should.Richard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-12-11To figure out if we're going outside the buffer, use the size of the buffer,Richard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2003-11-04Avoid some shadowed variable names.Geoff Thorpe