aboutsummaryrefslogtreecommitdiff
path: root/crypto/ex_data.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-07Only declare stacks in headersDr. Stephen Henson1-6/+2
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-1/+1
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-46/+95
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-4/+4
2015-07-20Rewrite crypto/ex_dataRich Salz1-388/+153
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free NULL cleanup -- codaRich Salz1-4/+2
2015-05-01free null cleanup finaleRich Salz1-6/+3
2015-04-28remove malloc castsRich Salz1-2/+1
2015-02-09Fix memory leak reporting.Dr. Stephen Henson1-0/+2
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz1-2/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-419/+427
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson1-1/+1
2008-06-04More type-checking.Ben Laurie1-8/+8
2008-05-31Stop warning about extra ';' outside of function.Dr. Stephen Henson1-2/+2
2008-05-26LHASH revamp. make depend.Ben Laurie1-11/+15
2008-02-28Avoid warnings.Dr. Stephen Henson1-1/+1
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe1-5/+1
2003-10-29Relax some over-zealous constification that gave some lhash-based code noGeoff Thorpe1-1/+1
2001-09-07Redo type-safety fix.Ben Laurie1-2/+1
2001-09-04OpenSSL copyright notices ...Bodo Möller1-0/+53
2001-09-02Convert "max" to "mx" for variable names (brought to my attention by SteveGeoff Thorpe1-25/+26
2001-09-02Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.Ben Laurie1-4/+3
2001-09-01First step in fixing "ex_data" support. Warning: big commit log ...Geoff Thorpe1-110/+456
2000-12-18Comment correction.Bodo Möller1-2/+4
2000-12-15Locking issues.Bodo Möller1-0/+13
2000-11-06Constification of CRYPTO_get_ex_data() needed for the sake ofRichard Levitte1-1/+1
2000-10-16CRYPTO_get_ex_new_index would never return an error.Richard Levitte1-1/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson1-20/+20
1999-07-22Make the perl module compile and eliminate some of the warnings.Ulf Möller1-1/+1
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1-2/+2
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-3/+3
1999-04-19Change functions to ANSI C.Ulf Möller1-26/+8
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-3/+8
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-0/+236