aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects/o_names.c
Commit message (Expand)AuthorAgeFilesLines
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Rename static global "lock" to "obj_lock"Rich Salz2017-06-261-14/+14
* Add a lock around the OBJ_NAME tableRich Salz2017-06-071-28/+65
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-3/+9
* Fix a mem leak on an error path in OBJ_NAME_add()Matt Caswell2016-05-241-3/+4
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-2/+2
* Copyright consolidation 04/10Rich Salz2016-05-171-0/+9
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-1/+1
* RT4335: Fix UEFI build of OBJ_NAME_new_index()David Woodhouse2016-02-261-8/+16
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Add lh_doall_arg inliningDr. Stephen Henson2016-01-111-7/+6
* Add lh_doall inliningDr. Stephen Henson2016-01-111-3/+1
* Add lh_new() inliningDr. Stephen Henson2016-01-111-15/+5
* Inline LHASH_OFDr. Stephen Henson2016-01-111-5/+4
* mem functions cleanupRich Salz2016-01-071-8/+8
* Only declare stacks in headersDr. Stephen Henson2016-01-071-4/+3
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* remove 0 assignments.Rich Salz2015-09-031-5/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-4/+4
* remove malloc castsRich Salz2015-04-281-1/+1
* Code style: space after 'if'Viktor Dukhovni2015-04-161-1/+1
* Unchecked malloc fixesMatt Caswell2015-03-051-6/+9
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-1/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-294/+285
* Fix some clang warnings.Ben Laurie2013-01-131-1/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-2/+2
* size_tification.Ben Laurie2008-11-011-2/+2
* LHASH revamp. make depend.Ben Laurie2008-05-261-22/+25
* some const fixes and cleanupNils Larsch2005-04-051-3/+3
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-1/+6
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-301-0/+3
* With later version of DEC C on VMS, some functions (strcmp(), forRichard Levitte2001-02-201-1/+13
* The callbacks in the NAME_FUNCS structure are not used directly as LHASHGeoff Thorpe2001-02-201-10/+10
* Get the right cast for lhash callback functions.Richard Levitte2001-02-201-2/+2
* Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe2001-01-091-2/+6
* Whilst in the process of fixing outstanding function-pointer casts in theGeoff Thorpe2001-01-081-1/+1
* Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson2000-12-211-2/+2
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-131-4/+4
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-081-8/+15
* Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe2000-12-041-2/+5
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-011-3/+4
* Better handling of EVP names, add EVP to speed.Ben Laurie2000-11-201-11/+79
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-2/+3
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-31/+0
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-5/+5
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-011-0/+31
* Make name_funcs_stack static.Dr. Stephen Henson2000-03-031-1/+1
* Enhance consistency by using BIO_flush() instead of fflush().Richard Levitte2000-02-251-1/+1
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-2/+2