summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-041-4/+11
* Make sure we get the definition of OPENSSL_NO_FP_API.Richard Levitte2003-03-211-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-171-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
* Typesafe Thought Police part 4.Ben Laurie2000-05-171-0/+3
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-161-11/+13
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* New function ERR_error_string_n.Bodo Möller2000-04-151-1/+2
* 'rand' application for creating pseudo-random files.Bodo Möller2000-03-011-1/+1
* make updateRichard Levitte2000-02-241-0/+1
* Move the registration of callback functions to special functionsRichard Levitte2000-02-211-3/+6
* ispell (and minor modifications)Ulf Möller2000-02-041-2/+2
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-241-5/+5
* Add -prexit command to s_client and patch some BIODr. Stephen Henson2000-01-081-3/+2
* new control code BIO_C_RESET_READ_REQUESTBodo Möller1999-09-271-0/+2
* Non-copying interface to BIO pairs.Bodo Möller1999-09-071-2/+0
* Fix server behaviour when facing backwards-compatible client hellos.Bodo Möller1999-09-031-0/+2
* Allow memory bios to be read only and change PKCS#7 routines to use them.Dr. Stephen Henson1999-08-191-0/+8
* Updates.Bodo Möller1999-08-101-2/+13
* Don't try to use zero-byte buffers.Bodo Möller1999-06-151-0/+1
* BIO pairs.Bodo Möller1999-06-121-1/+35
* Survive pedanticism.Ben Laurie1999-06-081-1/+1
* Fix for BIO pairs.Bodo Möller1999-06-081-0/+8
* Introduce "BIO pairs", which (when finished) will relay dataBodo Möller1999-06-071-1/+5