summaryrefslogtreecommitdiffstats
path: root/crypto/buffer/buffer.c
AgeCommit message (Expand)Author
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/buffer/Richard Levitte
2018-04-03Update copyright yearMatt Caswell
2018-03-27Allow NULL for some _free routines.Rich Salz
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-07-29Use OPENSSL_secure_clear_free for secure mem BIOs and X25519 private keysBernd Edlinger
2017-07-10Fix crash in BUF_MEM_grow_clean.Bernd Edlinger
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-07memset() doesn't take NULL.Ben Laurie
2016-02-01constify PACKETEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-22Rename *_realloc_clean to *_clear_reallocRich Salz
2015-09-03remove 0 assignments.Rich Salz
2015-06-23More secure storage of key material.Rich Salz
2015-06-10Replace memset with OPENSSL_clear_free()Matt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-28realloc of NULL is like mallocRich Salz
2015-02-13size_t for buffer functions.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2013-07-17Typo.Dr. Stephen Henson
2012-04-22correct error codeDr. Stephen Henson
2012-04-19Check for potentially exploitable overflows in asn1_d2i_read_bioDr. Stephen Henson
2011-01-09move some string utilities to buf_str.c to reduce some dependencies (from 0.9...Dr. Stephen Henson
2007-10-09size_t-fy crypto/buffer.Andy Polyakov
2006-04-10New utility function to reverse a buffer, either by copying or in-place.Dr. Stephen Henson
2005-04-26Fix various incorrect error function codes.Bodo Möller
2003-04-29Add BUF_strndup() and BUF_memdup(). Not currently used, but I've codeRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2001-10-26Consistency fix in BUF_MEM_grow: Initialise to zero when new memoryBodo Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-01-07Accept NULL in *_free.Ben Laurie
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