summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_mem.c
AgeCommit message (Expand)Author
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-06-19Fix and document BIO_FLAGS_NONCLEAR_RST behavior on memory BIOTomas Mraz
2019-04-16Add testing of RDONLY memory BIOsTomas Mraz
2019-04-16Fix for BIO_get_mem_ptr and related regressionsTomas Mraz
2019-02-26Update copyright yearMatt Caswell
2019-01-21Fix a memory leak in the mem bioCorey Minyard
2018-05-29Update copyright yearMatt Caswell
2018-05-05BIO_s_mem() write: Skip early when input length is zeroRichard Levitte
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius
2017-12-08Address some code-analysis issues.FdaSilvaYY
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-08-05spelling fixes, just comments and readme.klemens
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-28Don't leak memory on failure to create a mem BIOMatt Caswell
2016-04-02moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin
2016-04-02sizeof() updated to cover coding styleKirill Marinushkin
2016-04-02Optimized BIO mem read - without reallocationKirill Marinushkin
2016-03-29Make BIO opaqueMatt Caswell
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-01-31RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-06-23More secure storage of key material.Rich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-02-13size_t for buffer functions.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2009-03-07Update from stable branch.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2007-10-13Bunch of constifications.Andy Polyakov
2007-10-09Addendum to commit #16654.Andy Polyakov
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2000-09-01Undo change from 1.7 to 1.8:Bodo Möller
2000-09-01Use C syntax, not FORTRAN or whatever that was :-)Bodo Möller
2000-08-30Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson
2000-08-28Diagnose EOF on memory BIOs (or you just get mysterious errors with no errorBen Laurie
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-02-20Move the registration of callback functions to special functionsRichard Levitte
1999-08-19Allow memory bios to be read only and change PKCS#7 routines to use them.Dr. Stephen Henson
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall