aboutsummaryrefslogtreecommitdiff
path: root/crypto/buffer
AgeCommit message (Expand)AuthorFilesLines
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-01constify PACKETEmilia Kasper1-1/+1
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+2
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz2-2/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz1-16/+0
2015-12-22Rename *_realloc_clean to *_clear_reallocRich Salz1-1/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz3-150/+2
2015-11-05Rebuild error source files.Dr. Stephen Henson1-1/+1
2015-09-22BUF_strndup: tidyEmilia Kasper1-7/+7
2015-09-22Make BUF_strndup() read-safe on arbitrary inputsAlessandro Ghedini1-1/+8
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-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-2/+4
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte2-2/+2
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-04-28realloc of NULL is like mallocRich Salz1-8/+2
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-119/+0
2015-02-13size_t for buffer functions.Dr. Stephen Henson2-4/+4
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell4-252/+230
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
2014-05-22Check length first in BUF_strnlen().Ben Laurie1-1/+1
2014-05-21Remove redundant test.Ben Laurie1-4/+1
2014-05-21Implement BUF_strnlen() and use it instead of strlen().Ben Laurie2-1/+12
2014-05-20Don't allocate more than is needed in BUF_strndup().Ben Laurie1-0/+5
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-09-05make updateBodo Möller1-5/+4
2011-03-24make updateRichard Levitte1-4/+5
2011-03-12Add SRP support.Ben Laurie1-5/+4
2011-02-21Update dependencies.Dr. Stephen Henson1-4/+5
2011-02-03make updateBodo Möller1-0/+7
2011-01-27Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson1-5/+2
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson1-0/+5
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson1-1/+1
2011-01-09move some string utilities to buf_str.c to reduce some dependencies (from 0.9...Dr. Stephen Henson3-60/+121
2007-10-09size_t-fy crypto/buffer.Andy Polyakov2-8/+8
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2006-04-10New utility function to reverse a buffer, either by copying or in-place.Dr. Stephen Henson2-0/+24
2006-02-04Update filenames in makefiles.Dr. Stephen Henson1-1/+1
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-2/+1