aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_mem.c
Commit message (Expand)AuthorAgeFilesLines
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+4
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+4
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-4/+4
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Don't leak memory on failure to create a mem BIOMatt Caswell2016-04-281-6/+11
* moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin2016-04-021-0/+8
* sizeof() updated to cover coding styleKirill Marinushkin2016-04-021-2/+2
* Optimized BIO mem read - without reallocationKirill Marinushkin2016-04-021-30/+73
* Make BIO opaqueMatt Caswell2016-03-291-1/+1
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-4/+4
* RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor2016-01-311-2/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* More secure storage of key material.Rich Salz2015-06-231-4/+32
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+2
* size_t for buffer functions.Dr. Stephen Henson2015-02-131-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-222/+214
* Update from stable branch.Dr. Stephen Henson2009-03-071-10/+12
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-1/+1
* Bunch of constifications.Andy Polyakov2007-10-131-1/+1
* Addendum to commit #16654.Andy Polyakov2007-10-091-11/+7
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-2/+6
* Undo change from 1.7 to 1.8:Bodo Möller2000-09-011-4/+2
* Use C syntax, not FORTRAN or whatever that was :-)Bodo Möller2000-09-011-5/+9
* Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson2000-08-301-0/+1
* Diagnose EOF on memory BIOs (or you just get mysterious errors with no errorBen Laurie2000-08-281-0/+2
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-8/+8
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+1
* Allow memory bios to be read only and change PKCS#7 routines to use them.Dr. Stephen Henson1999-08-191-11/+46
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-11/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-25/+8
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-3/+10
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+3
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+296