summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio.h
AgeCommit message (Expand)Author
2016-06-20RT3925: Remove trailing semi from #define's.Dr. Matthias St. Pierre
2016-02-01RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor
2016-01-28Correct number of arguments in BIO_get_conn_int_port macroRichard Levitte
2015-12-19Correct or add comments indicating what controls belong to whatRichard Levitte
2015-12-19Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte
2015-06-16Remove one extraneous parenthesisRichard Levitte
2015-03-19make updateMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-12-03There are a number of instances throughout the code where the constant 28 isMatt Caswell
2014-02-20Show the contents of the RFC6962 Signed Certificate Timestamp List Certificat...Rob Stradling
2013-10-07Constification.Ben Laurie
2012-06-19bss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG, fix bugs [from HEAD].Andy Polyakov
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