aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio.h
Commit message (Expand)AuthorAgeFilesLines
* There are a number of instances throughout the code where the constant 28 isMatt Caswell2014-12-031-0/+4
* Move the SCT List extension parser into libssl.Rob Stradling2014-02-191-0/+3
* Constification.Ben Laurie2013-10-071-2/+2
* bss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG.Andy Polyakov2012-06-111-0/+1
* PR: 2755Dr. Stephen Henson2012-03-061-0/+1
* PR: 2730Dr. Stephen Henson2012-02-251-1/+5
* fix error codeDr. Stephen Henson2011-12-271-0/+1
* PR: 2535Dr. Stephen Henson2011-12-251-1/+63
* Fix BIO_f_buffer().Bodo Möller2011-12-021-0/+9
* PR: 2028Dr. Stephen Henson2009-09-041-0/+3
* Update from 0.9.8-stable.Dr. Stephen Henson2009-07-241-1/+1
* Stop warnings in gcc where "a" is const passed as a non-const argument.Dr. Stephen Henson2009-06-251-1/+1
* Update from 1.0.0-stable.Dr. Stephen Henson2009-05-151-1/+2
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-04-151-0/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-9/+7
* size_tification.Ben Laurie2008-11-011-7/+9
* And so it begins...Dr. Stephen Henson2008-03-121-0/+1
* Remove excessive whitespaces from bio.hAndy Polyakov2007-09-181-8/+8
* Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson2007-02-081-6/+7
* Experimental streaming PKCS#7 support.Dr. Stephen Henson2006-12-241-0/+21
* replace macros with functionsNils Larsch2006-11-291-20/+24
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-181-33/+1
* Make bio.h resistant to gnu-ish __attribute__ redefenitions.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