]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bio/bio.h
mark all block comments that need format preserving so that
[thirdparty/openssl.git] / crypto / bio / bio.h
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2014-12-03  Matt CaswellThere are a number of instances throughout the code...
2014-02-19  Ben LaurieMerge branch 'sct-viewer-master' of https://github...
2014-02-19  Rob StradlingMove the SCT List extension parser into libssl.
2013-10-07  Ben LaurieConstification.
2012-06-11  Andy Polyakovbss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG.
2012-03-06  Dr. Stephen HensonPR: 2755
2012-02-25  Dr. Stephen HensonPR: 2730
2011-12-27  Dr. Stephen Hensonfix error code
2011-12-25  Dr. Stephen HensonPR: 2535
2011-12-02  Bodo MöllerFix BIO_f_buffer().
2009-09-04  Dr. Stephen HensonPR: 2028
2009-07-24  Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-06-25  Dr. Stephen HensonStop warnings in gcc where "a" is const passed as a...
2009-05-15  Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-15  Dr. Stephen HensonUpdates from 1.0.0-stable.
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01  Ben Lauriesize_tification.
2008-03-12  Dr. Stephen HensonAnd so it begins...
2007-09-18  Andy PolyakovRemove excessive whitespaces from bio.h
2007-02-08  Dr. Stephen HensonAdd -hmac option to dgst from 0.9.7 stable branch.
2006-12-24  Dr. Stephen HensonExperimental streaming PKCS#7 support.
2006-11-29  Nils Larschreplace macros with functions
2005-12-18  Andy PolyakovKeep disclaiming 16-bit platform support. For now remov...
2005-12-16  Andy PolyakovMake bio.h resistant to gnu-ish __attribute__ redefenit...
2005-05-17  Andy PolyakovOPENSSL_Applink update.
2005-04-26  Bodo MöllerFix various incorrect error function codes.
2005-04-26  Ben LaurieAdd DTLS support.
2004-08-11  Richard LevitteBasically, I wanted to be able to make a dump to a...
2003-04-03  Richard LevitteAdd GCC attributes when compiled with gcc. This helps...
2003-03-20  Richard LevitteMake sure we get the definition of OPENSSL_NO_FP_API.
2003-02-05  Bodo Möllertypo in WIN16 section
2003-01-31  Richard LevitteWe can't say in advance what the argument to BIO_socket...
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-07-17  Richard LevitteAdd support for shared libraries with OS/2.
2002-06-11  Ben LaurieHandle read errors.
2002-01-24  Bodo Möllerfix formatting of automatically generated error section
2002-01-22  Ben LaurieMake no config file not an error. Move /dev/crypto...
2002-01-21  Lutz JänickeFix incorrect BIO_*_ctrl() macros (Shay Harding <shardi...
2002-01-12  Ben LauriePrototype info function.
2001-12-17  Bodo Möllerremove redundant ERR_load_... declarations
2001-11-15  Richard Levittemake update
2001-08-16  Lutz JänickeBugfixes provided by "Stephen Hinton" <shinton@netopia...
2001-02-19  Richard LevitteMake all configuration macros available for application...
2000-10-12  Dr. Stephen HensonMake non blocking I/O work for accept BIOs.
2000-09-20  Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-09-17  Bodo MöllerRename new BIO_set_shutdown_wr macro to just BIO_shutdo...
2000-09-16  Dr. Stephen HensonNew macro BIO_set_shutdown_wr().
2000-09-07  Dr. Stephen HensonAdd docs for BIO_find_type() and friends.
2000-08-28  Ben LaurieDiagnose EOF on memory BIOs (or you just get mysterious...
2000-08-18  Richard LevitteAdded BIO_vprintf() and BIO_vsnprintf(). The former...
2000-07-27  Richard LevitteAdd the possibility to get hexdumps of unprintable...
2000-06-21  Dr. Stephen HensonFixes for Win32 build.
2000-06-16  Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-01  Ulf MöllerDon't include <stdlib.h>. In the NO_FP_API case, don...
2000-06-01  Geoff Thorpe"make update" + stripping the type-specific stack funct...
2000-05-16  Ben LaurieTypesafe Thought Police part 4.
2000-05-15  Ulf MöllerGet rid of more non-ANSI declarations.
2000-05-02  Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-04-14  Bodo MöllerNew function ERR_error_string_n.
2000-02-29  Bodo Möller'rand' application for creating pseudo-random files.
2000-02-23  Richard Levittemake update
2000-02-20  Richard LevitteMove the registration of callback functions to special...
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-01-23  Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-08  Dr. Stephen HensonAdd -prexit command to s_client and patch some BIO
1999-09-27  Bodo Möllernew control code BIO_C_RESET_READ_REQUEST
1999-09-07  Bodo MöllerNon-copying interface to BIO pairs.
1999-09-03  Bodo MöllerFix server behaviour when facing backwards-compatible...
1999-08-19  Dr. Stephen HensonAllow memory bios to be read only and change PKCS#7...
1999-08-10  Bodo MöllerUpdates.
1999-06-15  Bodo MöllerDon't try to use zero-byte buffers.
1999-06-12  Bodo MöllerBIO pairs.
1999-06-08  Ben LaurieSurvive pedanticism.
1999-06-07  Bodo MöllerFix for BIO pairs.
1999-06-07  Bodo MöllerIntroduce "BIO pairs", which (when finished) will relay...
1999-05-14  Bodo MöllerVarious bugfixes: Uses locking for some more of the...
1999-05-05  Ulf MöllerUse ANSI stdarg.
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-24  Bodo MöllerFix header files so that any one can be included first.
1999-04-24  Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23  Ben LaurieWork with -pedantic!
1999-04-19  Ulf MöllerClean up prototypes (prepare for removing NOPROTO).
1999-04-19  Ulf MöllerFix typos in error codes.
1999-04-17  Ben LaurieMassive constification.
1999-03-09  Dr. Stephen HensonComment out two unimplemented functions from bio.h...
1999-03-08  Dr. Stephen HensonAdd missing funtions from non ANSI section of header...
1999-02-28  Ben LaurieAdd functions to add certs to stacks, used for CA file...
1999-02-22  Ben LaurieAdd syslogging BIO.
1998-12-22  Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...