aboutsummaryrefslogtreecommitdiff
path: root/crypto/txt_db/txt_db.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-06-09No fprintf in the txt_db componentRich Salz1-5/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz1-30/+13
2015-05-01free null cleanup finaleRich Salz1-12/+6
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-300/+291
2015-01-12RT3548: Remove unsupported platformsRich Salz1-3/+3
2009-07-27Update from 1.0.0-stableDr. Stephen Henson1-30/+30
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson1-1/+1
2008-06-04More type-checking.Ben Laurie1-18/+19
2008-05-26LHASH revamp. make depend.Ben Laurie1-20/+21
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2005-07-26improved error checking and some fixesNils Larsch1-4/+7
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-5/+5
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-2/+2
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte1-1/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-3/+3
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-3/+3
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe1-1/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-14/+14
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-1/+1
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller1-3/+3
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-21/+7
1999-04-17Massive constification.Ben Laurie1-1/+1
1999-03-22Fix security hole.Ben Laurie1-1/+1
1999-02-06Slightly improved diagnostics.Ben Laurie1-1/+1
1999-01-07Accept NULL in *_free.Ben Laurie1-0/+3
1998-12-31Fix version stuff:Ralf S. Engelschall1-1/+1
1998-12-23*** empty log message ***OpenSSL_0_9_1cRalf S. Engelschall1-1/+1
1998-12-23Switch version string to SSLeay/OpenSSLRalf S. Engelschall1-1/+1
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-5/+5
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+394