aboutsummaryrefslogtreecommitdiff
path: root/crypto/buffer/buffer.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-01constify PACKETEmilia Kasper1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-22Rename *_realloc_clean to *_clear_reallocRich Salz1-1/+1
2015-09-03remove 0 assignments.Rich Salz1-5/+1
2015-06-23More secure storage of key material.Rich Salz1-3/+39
2015-06-10Replace memset with OPENSSL_clear_free()Matt Caswell1-2/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-04-28realloc of NULL is like mallocRich Salz1-8/+2
2015-02-13size_t for buffer functions.Dr. Stephen Henson1-2/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-132/+116
2013-07-17Typo.Dr. Stephen Henson1-1/+1
2012-04-22correct error codeDr. Stephen Henson1-1/+1
2012-04-19Check for potentially exploitable overflows in asn1_d2i_read_bioDr. Stephen Henson1-0/+17
2011-01-09move some string utilities to buf_str.c to reduce some dependencies (from 0.9...Dr. Stephen Henson1-58/+0
2007-10-09size_t-fy crypto/buffer.Andy Polyakov1-4/+4
2006-04-10New utility function to reverse a buffer, either by copying or in-place.Dr. Stephen Henson1-0/+23
2005-04-26Fix various incorrect error function codes.Bodo Möller1-1/+1
2003-04-29Add BUF_strndup() and BUF_memdup(). Not currently used, but I've codeRichard Levitte1-5/+24
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-0/+57
2001-10-26Consistency fix in BUF_MEM_grow: Initialise to zero when new memoryBodo Möller1-1/+2
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-6/+6
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-23Work with -pedantic!Ben Laurie1-4/+4
1999-04-19Change functions to ANSI C.Ulf Möller1-8/+4
1999-04-17Massive constification.Ben Laurie1-1/+1
1999-01-07Accept NULL in *_free.Ben Laurie1-0/+3
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-2/+8
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+139