summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio.h
AgeCommit message (Expand)Author
2012-03-06PR: 2755Dr. Stephen Henson
2012-02-25PR: 2730Dr. Stephen Henson
2011-12-27fix error codeDr. Stephen Henson
2011-12-25PR: 2535Dr. Stephen Henson
2011-12-02Fix BIO_f_buffer().Bodo Möller
2009-09-04PR: 2028Dr. Stephen Henson
2009-07-24Update from 0.9.8-stable.Dr. Stephen Henson
2009-06-25Fix from HEAD.Dr. Stephen Henson
2009-05-15PR: 1922Dr. Stephen Henson
2009-04-14PR: 1829Dr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2008-03-12And so it begins...Dr. Stephen Henson
2007-09-18Remove excessive whitespaces from bio.hAndy Polyakov
2007-02-08Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson
2006-12-24Experimental streaming PKCS#7 support.Dr. Stephen Henson
2006-11-29replace macros with functionsNils Larsch
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov
2005-12-16Make bio.h resistant to gnu-ish __attribute__ redefenitions.Andy Polyakov
2005-05-17OPENSSL_Applink update.Andy Polyakov
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-26Add DTLS support.Ben Laurie
2004-08-11Basically, I wanted to be able to make a dump to a FILE*, and not haveRichard Levitte
2003-04-03Add GCC attributes when compiled with gcc. This helps find out ifRichard Levitte
2003-03-20Make sure we get the definition of OPENSSL_NO_FP_API.Richard Levitte
2003-02-05typo in WIN16 sectionBodo Möller
2003-01-31We can't say in advance what the argument to BIO_socket_ioctl() should be, soRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-07-17Add support for shared libraries with OS/2.Richard Levitte
2002-06-11Handle read errors.Ben Laurie
2002-01-24fix formatting of automatically generated error sectionBodo Möller
2002-01-22Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie
2002-01-21Fix incorrect BIO_*_ctrl() macros (Shay Harding <sharding@ccbill.com>).Lutz Jänicke
2002-01-12Prototype info function.Ben Laurie
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-15make updateRichard Levitte
2001-08-16Bugfixes provided by "Stephen Hinton" <shinton@netopia.com>.Lutz Jänicke
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-10-12Make non blocking I/O work for accept BIOs.Dr. Stephen Henson
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-09-17Rename new BIO_set_shutdown_wr macro to just BIO_shutdown_wrBodo Möller
2000-09-16New macro BIO_set_shutdown_wr().Dr. Stephen Henson
2000-09-07Add docs for BIO_find_type() and friends.Dr. Stephen Henson
2000-08-28Diagnose EOF on memory BIOs (or you just get mysterious errors with no errorBen Laurie
2000-08-18Added BIO_vprintf() and BIO_vsnprintf(). The former because I'veRichard Levitte
2000-07-27Add the possibility to get hexdumps of unprintable data when usingRichard Levitte
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
2000-06-01Don't include <stdlib.h>. In the NO_FP_API case, don't include <stdio.h>.Ulf Möller
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe