aboutsummaryrefslogtreecommitdiff
path: root/crypto/buffer
AgeCommit message (Expand)AuthorFilesLines
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
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-3/+3
2001-02-19Make all configuration macros available for application by makingRichard Levitte2-7/+9
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-09-07'make update'Richard Levitte1-1/+3
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe1-4/+7
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-6/+6
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller1-1/+2
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson1-1/+2
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1-2/+3
1999-05-20Add a kludge :-(Bodo Möller1-4/+3
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller1-4/+4
1999-05-15Update dependencies.Bodo Möller1-3/+3
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller1-2/+4
1999-04-29Ignore Makefile.saveUlf Möller1-0/+1
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller1-3/+3
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1-3/+3
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1-1/+1
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-12/+0
1999-04-25Removed traces of cryptall.h, and did a "make depend".Bodo Möller1-2/+3
1999-04-24Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1-3/+2
1999-04-24Restore ERRC definitions that are needed to compile the library.Bodo Möller1-0/+1
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1-2/+0
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson4-67/+65