aboutsummaryrefslogtreecommitdiff
path: root/crypto/buffer
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/buffer/Richard Levitte2-2/+2
2018-04-03Update copyright yearMatt Caswell1-1/+1
2018-03-27Allow NULL for some _free routines.Rich Salz1-0/+2
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell1-3/+0
2017-10-18Remove parentheses of return.KaoruToda1-10/+10
2017-07-29Use OPENSSL_secure_clear_free for secure mem BIOs and X25519 private keysBernd Edlinger1-2/+2
2017-07-10Fix crash in BUF_MEM_grow_clean.Bernd Edlinger1-2/+4
2017-06-07make error tables const and separate header fileRich Salz1-15/+9
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell1-1/+0
2016-05-23Remove unused error/function codes.Rich Salz1-6/+1
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-05-07memset() doesn't take NULL.Ben Laurie1-2/+4
2016-04-20Remove --classic build entirelyRichard Levitte1-43/+0
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
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