aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/lhash/lhash.c
Commit message (Expand)AuthorAgeFilesLines
* Add a lock around the OBJ_NAME tableRich Salz2017-06-071-12/+17
* 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
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-83/+41
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Inline LHASH_OFDr. Stephen Henson2016-01-111-0/+15
* remove 0 assignments.Rich Salz2015-09-031-23/+3
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Use safer sizeof variant in mallocRich Salz2015-05-041-3/+3
* remove malloc castsRich Salz2015-04-281-9/+6
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-9/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-3/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-345/+327
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Revert lhash patch for PR#2124Dr. Stephen Henson2009-12-091-29/+4
* PR: 2124Dr. Stephen Henson2009-12-091-4/+29
* LHASH revamp. make depend.Ben Laurie2008-05-261-18/+20
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* New functions to enumerate digests and ciphers.Dr. Stephen Henson2006-07-091-0/+3
* some const fixes and cleanupNils Larsch2005-04-051-7/+7
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-1/+1
* Relax some over-zealous constification that gave some lhash-based code noGeoff Thorpe2003-10-291-1/+1
* Correct const-ness.Ben Laurie2001-07-081-2/+2
* Use 0 instead of NULL, at least for function casts, since there areRichard Levitte2001-02-201-2/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-3/+3
* This adds macros to implement (and/or declare) type-safe wrapper functionsGeoff Thorpe2001-01-091-14/+16
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-131-12/+12
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-011-8/+15
* Constification of LHASH. Contributed by "Paul D. Smith" <psmith@gnu.org>Richard Levitte2000-11-071-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-10/+10
* Eliminate memory leaks in mem_dbg.c.Bodo Möller2000-03-181-15/+4
* Generate correct error reasons strings for SYSerr.Bodo Möller2000-03-041-1/+1
* ispell (and minor modifications)Ulf Möller2000-02-031-2/+2
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-4/+4
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-16/+12
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-11/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-31/+11
* Massive constification.Ben Laurie1999-04-171-2/+2
* Fix security hole.Ben Laurie1999-03-221-2/+2
* Oops. Missing NULL frees.Ben Laurie1999-01-171-0/+3
* Fix version stuff:Ralf S. Engelschall1998-12-311-1/+1
* *** empty log message ***OpenSSL_0_9_1cRalf S. Engelschall1998-12-231-1/+1
* Switch version string to SSLeay/OpenSSLRalf S. Engelschall1998-12-231-1/+1
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-221-1/+1
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-11/+26