aboutsummaryrefslogtreecommitdiff
path: root/crypto/buffer
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-15Fool-proofing MakefilesAndy Polyakov1-4/+1
2005-04-26Fix various incorrect error function codes.Bodo Möller3-1/+3
2005-04-12Rebuild error codes.Dr. Stephen Henson1-8/+12
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte1-0/+2
2005-03-30Blow away Makefile.ssl.Ben Laurie1-4/+3
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte1-1/+1
2004-05-15Make some more API types opaquely available from ossl_typ.h, meaning theGeoff Thorpe1-2/+7
2004-04-19make updateGeoff Thorpe1-5/+6
2003-12-27Use sh explicitely to run point.shRichard Levitte1-1/+1
2003-11-28Netware-specific changes,Richard Levitte1-0/+3
2003-04-29Add BUF_strndup() and BUF_memdup(). Not currently used, but I've codeRichard Levitte3-7/+31
2003-03-20Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte1-0/+1
2002-11-14Remove warnings.Richard Levitte1-0/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie2-0/+65
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte1-1/+1
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-2/+0
2001-11-15make updateRichard Levitte1-1/+1
2001-10-26Consistency fix in BUF_MEM_grow: Initialise to zero when new memoryBodo Möller1-1/+2
2001-07-31make updateRichard Levitte1-2/+2
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-2/+2
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1