aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/buffer/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename *_realloc_clean to *_clear_reallocRich Salz2015-12-221-1/+1
* remove 0 assignments.Rich Salz2015-09-031-5/+1
* More secure storage of key material.Rich Salz2015-06-231-3/+39
* Replace memset with OPENSSL_clear_free()Matt Caswell2015-06-101-2/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* realloc of NULL is like mallocRich Salz2015-04-281-8/+2
* size_t for buffer functions.Dr. Stephen Henson2015-02-131-2/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-132/+116
* Typo.Dr. Stephen Henson2013-07-171-1/+1
* correct error codeDr. Stephen Henson2012-04-221-1/+1
* Check for potentially exploitable overflows in asn1_d2i_read_bioDr. Stephen Henson2012-04-191-0/+17
* move some string utilities to buf_str.c to reduce some dependencies (from 0.9...Dr. Stephen Henson2011-01-091-58/+0
* size_t-fy crypto/buffer.Andy Polyakov2007-10-091-4/+4
* New utility function to reverse a buffer, either by copying or in-place.Dr. Stephen Henson2006-04-101-0/+23
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
* Add BUF_strndup() and BUF_memdup(). Not currently used, but I've codeRichard Levitte2003-04-291-5/+24
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+57
* Consistency fix in BUF_MEM_grow: Initialise to zero when new memoryBodo Möller2001-10-261-1/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-6/+6
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Work with -pedantic!Ben Laurie1999-04-231-4/+4
* Change functions to ANSI C.Ulf Möller1999-04-191-8/+4
* Massive constification.Ben Laurie1999-04-171-1/+1
* Accept NULL in *_free.Ben Laurie1999-01-071-0/+3
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+8
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+139