summaryrefslogtreecommitdiffstats
path: root/crypto/objects/o_names.c
AgeCommit message (Expand)Author
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY
2016-05-24Fix a mem leak on an error path in OBJ_NAME_add()Matt Caswell
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-02-26RT4335: Fix UEFI build of OBJ_NAME_new_index()David Woodhouse
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-11Add lh_doall_arg inliningDr. Stephen Henson
2016-01-11Add lh_doall inliningDr. Stephen Henson
2016-01-11Add lh_new() inliningDr. Stephen Henson
2016-01-11Inline LHASH_OFDr. Stephen Henson
2016-01-07mem functions cleanupRich Salz
2016-01-07Only declare stacks in headersDr. Stephen Henson
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-03remove 0 assignments.Rich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2013-01-13Fix some clang warnings.Ben Laurie
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2008-05-26LHASH revamp. make depend.Ben Laurie
2005-04-05some const fixes and cleanupNils Larsch
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2001-02-20With later version of DEC C on VMS, some functions (strcmp(), forRichard Levitte
2001-02-20The callbacks in the NAME_FUNCS structure are not used directly as LHASHGeoff Thorpe
2001-02-20Get the right cast for lhash callback functions.Richard Levitte
2001-01-09Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe
2001-01-08Whilst in the process of fixing outstanding function-pointer casts in theGeoff Thorpe
2000-12-21Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe
2000-11-20Better handling of EVP names, add EVP to speed.Ben Laurie
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe
2000-03-03Make name_funcs_stack static.Dr. Stephen Henson
2000-02-25Enhance consistency by using BIO_flush() instead of fflush().Richard Levitte
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-29Reimplement so only one synchronous stack is used. The benefit isRichard Levitte
2000-01-18Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte