aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/bss_mem.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte1-1/+1
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-05BIO_s_mem() write: Skip early when input length is zeroRichard Levitte1-0/+2
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius1-2/+2
2017-12-08Address some code-analysis issues.FdaSilvaYY1-16/+12
2017-10-18Remove parentheses of return.KaoruToda1-11/+11
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-1/+1
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell1-0/+4
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell1-0/+4
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY1-4/+4
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-04-28Don't leak memory on failure to create a mem BIOMatt Caswell1-6/+11
2016-04-02moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin1-0/+8
2016-04-02sizeof() updated to cover coding styleKirill Marinushkin1-2/+2
2016-04-02Optimized BIO mem read - without reallocationKirill Marinushkin1-30/+73
2016-03-29Make BIO opaqueMatt Caswell1-1/+1
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-4/+4
2016-01-31RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor1-2/+3
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-06-23More secure storage of key material.Rich Salz1-4/+32
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-2/+2
2015-02-13size_t for buffer functions.Dr. Stephen Henson1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-222/+214
2009-03-07Update from stable branch.Dr. Stephen Henson1-10/+12
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe1-1/+1
2007-10-13Bunch of constifications.Andy Polyakov1-1/+1
2007-10-09Addendum to commit #16654.Andy Polyakov1-11/+7
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-2/+6
2000-09-01Undo change from 1.7 to 1.8:Bodo Möller1-4/+2
2000-09-01Use C syntax, not FORTRAN or whatever that was :-)Bodo Möller1-5/+9
2000-08-30Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson1-0/+1
2000-08-28Diagnose EOF on memory BIOs (or you just get mysterious errors with no errorBen Laurie1-0/+2
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-8/+8
2000-02-20Move the registration of callback functions to special functionsRichard Levitte1-0/+1
1999-08-19Allow memory bios to be read only and change PKCS#7 routines to use them.Dr. Stephen Henson1-11/+46
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-11/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-25/+8
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-3/+10
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-2/+3
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+296