aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/lhash
Commit message (Expand)AuthorAgeFilesLines
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-5/+0
* GH1555: Don't bump size on realloc failureRich Salz2016-09-211-1/+1
* fix code formattingmrpre2016-07-011-12/+6
* add return value for expandmrpre2016-07-011-6/+13
* Complete the rename of LHASH functions and typesRichard Levitte2016-05-231-1/+1
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-203-100/+98
* Copyright consolidation 09/10Rich Salz2016-05-172-108/+12
* Remove --classic build entirelyRichard Levitte2016-04-201-43/+0
* Copyright consolidation: perl filesRich Salz2016-04-201-1/+7
* 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
* Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte2016-02-111-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+3
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove outdated testsRich Salz2016-01-281-89/+0
* Remove /* foo.c */ commentsRich Salz2016-01-263-3/+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-14/+0
* Inline LHASH_OFDr. Stephen Henson2016-01-111-0/+15
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-0/+2
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-1/+1
* remove 0 assignments.Rich Salz2015-09-031-23/+3
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-1/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-3/+3
* remove malloc castsRich Salz2015-04-281-9/+6
* 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-233/+0
* Add missing declaration for lh_node_usage_statsRich Salz2015-01-281-0/+1
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-0/+4
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-273-100/+2
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-3/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-224-662/+641
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+1
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-142-3/+3
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
* Revert lhash patch for PR#2124Dr. Stephen Henson2009-12-091-29/+4
* PR: 2124Dr. Stephen Henson2009-12-091-4/+29
* Update from 1.0.0-stableDr. Stephen Henson2009-07-271-2/+2
* More type-checking.Ben Laurie2008-06-041-17/+0
* Avoid warning about empty structures and always define CHECKED_PTR_OFDr. Stephen Henson2008-05-271-1/+1
* C++ style comments fixed.Dr. Stephen Henson2008-05-261-2/+2
* LHASH revamp. make depend.Ben Laurie2008-05-263-69/+129