aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/buffer
Commit message (Expand)AuthorAgeFilesLines
* Use OPENSSL_secure_clear_free for secure mem BIOs and X25519 private keysBernd Edlinger2017-07-291-2/+2
* Fix crash in BUF_MEM_grow_clean.Bernd Edlinger2017-07-101-2/+4
* make error tables const and separate header fileRich Salz2017-06-071-15/+9
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Convert memset calls to OPENSSL_cleanseMatt Caswell2016-06-301-1/+0
* Remove unused error/function codes.Rich Salz2016-05-231-6/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* memset() doesn't take NULL.Ben Laurie2016-05-071-2/+4
* Remove --classic build entirelyRichard Levitte2016-04-201-43/+0
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* constify PACKETEmilia Kasper2016-02-011-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+2
* Templatize util/domdRich Salz2016-01-291-2/+1
* 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