summaryrefslogtreecommitdiff
path: root/crypto/buffer
Commit message (Expand)AuthorAgeFilesLines
* make updatebodo2011-09-051-5/+4
* make updatelevitte2011-03-241-4/+5
* Add SRP support.ben2011-03-121-5/+4
* Update dependencies.steve2011-02-211-4/+5
* make updatebodo2011-02-031-0/+7
* Move all FIPSAPI renames into fips.h header file, include early insteve2011-01-271-5/+2
* Redirect FIPS memory allocation to FIPS_malloc() routine, removesteve2011-01-271-0/+5
* Change AR to ARX to allow exclusion of fips object modulessteve2011-01-261-1/+1
* move some string utilities to buf_str.c to reduce some dependencies (from 0.9...steve2011-01-093-60/+121
* size_t-fy crypto/buffer.appro2007-10-092-8/+8
* Update from 0.9.8 stable. Eliminate duplicate error codes.steve2006-11-211-7/+4
* New utility function to reverse a buffer, either by copying or in-place.steve2006-04-102-0/+24
* Update filenames in makefiles.steve2006-02-041-1/+1
* Further BUILDENV refinement, further fool-proofing of Makefiles andappro2005-05-161-2/+1
* Fool-proofing Makefilesappro2005-05-151-4/+1
* Fix various incorrect error function codes.bodo2005-04-263-1/+3
* Rebuild error codes.steve2005-04-121-8/+12
* Add emacs cache files to .cvsignore.levitte2005-04-111-0/+2
* Blow away Makefile.ssl.ben2005-03-301-4/+3
* Don't use $(EXHEADER) directly in for loops, as most shells will breaklevitte2004-11-021-1/+1
* Make some more API types opaquely available from ossl_typ.h, meaning thegeoff2004-05-151-2/+7
* make updategeoff2004-04-191-5/+6
* Use sh explicitely to run point.shlevitte2003-12-271-1/+1
* Netware-specific changes,levitte2003-11-281-0/+3
* Add BUF_strndup() and BUF_memdup(). Not currently used, but I've codelevitte2003-04-293-7/+31
* Make sure we get the definition of OPENSSL_NO_ERR.levitte2003-03-201-0/+1
* Remove warnings.levitte2002-11-141-0/+1
* Security fixes brought forward from 0.9.7.ben2002-11-132-0/+65
* Use double dashes so makedepend doesn't misunderstand the flags welevitte2002-10-091-1/+1
* Pass CFLAG to dependency makers, so non-standard system include paths arelevitte2002-06-271-1/+1
* remove redundant ERR_load_... declarationsbodo2001-12-171-2/+0
* make updatelevitte2001-11-151-1/+1
* Consistency fix in BUF_MEM_grow: Initialise to zero when new memorybodo2001-10-261-1/+2
* make updatelevitte2001-07-311-2/+2
* Really add the EVP and all of the DES changes.ben2001-07-301-2/+2
* Instead of telling both 'make' and the user that ranlibbodo2001-03-091-2/+1
* e_os.h does not belong with the exported headers. Do not put it therelevitte2001-02-221-3/+3
* Make all configuration macros available for application by makinglevitte2001-02-192-7/+9
* 'ranlib' doesn't always run on some systems. That's actuallylevitte2000-09-251-1/+2
* 'make update'levitte2000-09-071-1/+3
* Enable DSO support on alpha (OSF1), cc and gcc.geoff2000-06-131-4/+7
* There have been a number of complaints from a number of sources that nameslevitte2000-06-011-6/+6
* Preserve reason strings in automatically build tables.bodo2000-03-051-1/+2
* Tidy up CRYPTO_EX_DATA structures.steve2000-01-231-1/+2
* It was a very bad idea to use #include "../e_os.h" -- when this occursbodo1999-05-211-2/+3
* Add a kludge :-(bodo1999-05-201-4/+3
* Don't install e_os.h in include/openssl, use it only as a localbodo1999-05-201-4/+4
* Update dependencies.bodo1999-05-151-3/+3
* Support INSTALL_PREFIX for packagers.bodo1999-04-291-2/+4
* Ignore Makefile.saveulf1999-04-291-0/+1