aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/buffer/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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