summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio.h
Commit message (Expand)AuthorAgeFilesLines
* Re-align some comments after running the reformat script.OpenSSL_0_9_8-post-reformatMatt Caswell2015-01-221-9/+9
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-542/+559
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-3/+6
* PR: 2755Dr. Stephen Henson2012-03-071-0/+1
* revert PR#2755: it breaks compilationDr. Stephen Henson2012-03-061-1/+0
* PR: 2755Dr. Stephen Henson2012-03-061-0/+1
* Fix BIO_f_buffer().Bodo Möller2011-12-021-0/+9
* PR: 2028Dr. Stephen Henson2009-09-041-0/+3
* PR: 1989Dr. Stephen Henson2009-07-241-1/+1
* Fix from HEAD.Dr. Stephen Henson2009-06-251-1/+1
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-05-161-1/+2
* PR: 1829Dr. Stephen Henson2009-04-141-0/+1
* Ooops, revert patch... due to non-portable gettimeofday call.Dr. Stephen Henson2009-04-021-1/+0
* PR: 1829Dr. Stephen Henson2009-04-021-0/+1
* Backport of zlib compression BIO from HEAD. Update mkdef.pl script to handleDr. Stephen Henson2008-04-021-0/+1
* Remove excessive whitespaces from bio.h.Andy Polyakov2007-09-181-8/+8
* Add hmac option to dgst from 0.9.7-stable.Dr. Stephen Henson2007-02-081-0/+1
* replace macros with functionsNils Larsch2006-11-291-20/+24
* bio.h update from HEAD.Andy Polyakov2005-12-161-6/+9
* OPENSSL_Applink update.Andy Polyakov2005-05-171-0/+5
* Fix various incorrect error function codes.Bodo Möller2005-04-261-0/+1
* Add DTLS support.Ben Laurie2005-04-261-0/+52
* Basically, I wanted to be able to make a dump to a FILE*, and not haveRichard Levitte2004-08-111-1/+8
* Add GCC attributes when compiled with gcc. This helps find out ifRichard Levitte2003-04-031-4/+11
* Make sure we get the definition of OPENSSL_NO_FP_API.Richard Levitte2003-03-201-1/+2
* typo in WIN16 sectionBodo Möller2003-02-051-1/+1
* We can't say in advance what the argument to BIO_socket_ioctl() should be, soRichard Levitte2003-01-311-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+2
* Add support for shared libraries with OS/2.Richard Levitte2002-07-171-0/+2
* Handle read errors.Ben Laurie2002-06-111-0/+1
* fix formatting of automatically generated error sectionBodo Möller2002-01-241-0/+1
* Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie2002-01-221-1/+1
* Fix incorrect BIO_*_ctrl() macros (Shay Harding <sharding@ccbill.com>).Lutz Jänicke2002-01-211-2/+2
* Prototype info function.Ben Laurie2002-01-121-2/+3
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-2/+0
* make updateRichard Levitte2001-11-151-1/+1
* Bugfixes provided by "Stephen Hinton" <shinton@netopia.com>.Lutz Jänicke2001-08-161-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-6/+7
* Make non blocking I/O work for accept BIOs.Dr. Stephen Henson2000-10-121-1/+3
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-0/+5
* Rename new BIO_set_shutdown_wr macro to just BIO_shutdown_wrBodo Möller2000-09-171-1/+1
* New macro BIO_set_shutdown_wr().Dr. Stephen Henson2000-09-161-0/+1
* Add docs for BIO_find_type() and friends.Dr. Stephen Henson2000-09-071-0/+1
* Diagnose EOF on memory BIOs (or you just get mysterious errors with no errorBen Laurie2000-08-281-0/+2
* Added BIO_vprintf() and BIO_vsnprintf(). The former because I'veRichard Levitte2000-08-181-0/+3
* Add the possibility to get hexdumps of unprintable data when usingRichard Levitte2000-07-271-0/+1
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-3/+5
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-31/+0
* Don't include <stdlib.h>. In the NO_FP_API case, don't include <stdio.h>.Ulf Möller2000-06-011-7/+6
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-011-0/+31