aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/buffer
Commit message (Expand)AuthorAgeFilesLines
* Remove /* foo.c */ commentsRich Salz2016-01-262-2/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-121-16/+0
* Rename *_realloc_clean to *_clear_reallocRich Salz2015-12-221-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-163-150/+2
* Rebuild error source files.Dr. Stephen Henson2015-11-051-1/+1
* BUF_strndup: tidyEmilia Kasper2015-09-221-7/+7
* Make BUF_strndup() read-safe on arbitrary inputsAlessandro Ghedini2015-09-221-1/+8
* remove 0 assignments.Rich Salz2015-09-031-5/+1
* More secure storage of key material.Rich Salz2015-06-231-3/+39
* Replace memset with OPENSSL_clear_free()Matt Caswell2015-06-101-2/+1
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-2/+4
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-142-2/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* realloc of NULL is like mallocRich Salz2015-04-281-8/+2
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-119/+0
* size_t for buffer functions.Dr. Stephen Henson2015-02-132-4/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-224-252/+230
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* Check length first in BUF_strnlen().Ben Laurie2014-05-221-1/+1
* Remove redundant test.Ben Laurie2014-05-211-4/+1
* Implement BUF_strnlen() and use it instead of strlen().Ben Laurie2014-05-212-1/+12
* Don't allocate more than is needed in BUF_strndup().Ben Laurie2014-05-201-0/+5
* 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
* make updateBodo Möller2011-09-051-5/+4
* make updateRichard Levitte2011-03-241-4/+5
* Add SRP support.Ben Laurie2011-03-121-5/+4
* Update dependencies.Dr. Stephen Henson2011-02-211-4/+5
* make updateBodo Möller2011-02-031-0/+7
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-5/+2
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-0/+5
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
* move some string utilities to buf_str.c to reduce some dependencies (from 0.9...Dr. Stephen Henson2011-01-093-60/+121
* size_t-fy crypto/buffer.Andy Polyakov2007-10-092-8/+8
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* New utility function to reverse a buffer, either by copying or in-place.Dr. Stephen Henson2006-04-102-0/+24
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Fix various incorrect error function codes.Bodo Möller2005-04-263-1/+3
* Rebuild error codes.Dr. Stephen Henson2005-04-121-8/+12
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3