aboutsummaryrefslogtreecommitdiff
path: root/crypto/objects/o_names.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-11Move e_os.h to include/internalRichard Levitte1-1/+1
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy1-19/+2
2021-12-09Minor code cleanup in o_names_initBernd Edlinger1-1/+7
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-03-18Add ossl_lhash symbolsShane Lontis1-2/+2
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz1-8/+12
2020-11-26Update copyright yearMatt Caswell1-1/+1
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-2/+2
2019-12-14Deprecate most of debug-memoryRich Salz1-11/+1
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/objects/Richard Levitte1-1/+1
2018-09-04Make OBJ_NAME case insensitive.Pauli1-15/+14
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk1-1/+1
2017-08-31Add CRYPTO_thread_glock_newRich Salz1-1/+1
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-06-26Rename static global "lock" to "obj_lock"Rich Salz1-14/+14
2017-06-07Add a lock around the OBJ_NAME tableRich Salz1-28/+65
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY1-3/+9
2016-05-24Fix a mem leak on an error path in OBJ_NAME_add()Matt Caswell1-3/+4
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz1-2/+2
2016-05-17Copyright consolidation 04/10Rich Salz1-0/+9
2016-05-09fix tab-space mixed indentationFdaSilvaYY1-1/+1
2016-02-26RT4335: Fix UEFI build of OBJ_NAME_new_index()David Woodhouse1-8/+16
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-11Add lh_doall_arg inliningDr. Stephen Henson1-7/+6
2016-01-11Add lh_doall inliningDr. Stephen Henson1-3/+1
2016-01-11Add lh_new() inliningDr. Stephen Henson1-15/+5
2016-01-11Inline LHASH_OFDr. Stephen Henson1-5/+4
2016-01-07mem functions cleanupRich Salz1-8/+8
2016-01-07Only declare stacks in headersDr. Stephen Henson1-4/+3
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-1/+1
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-2/+2
2015-09-03remove 0 assignments.Rich Salz1-5/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-4/+4
2015-04-28remove malloc castsRich Salz1-1/+1
2015-04-16Code style: space after 'if'Viktor Dukhovni1-1/+1
2015-03-05Unchecked malloc fixesMatt Caswell1-6/+9
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz1-1/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-294/+285
2013-01-13Fix some clang warnings.Ben Laurie1-1/+1
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-2/+2
2008-11-01size_tification.Ben Laurie1-2/+2
2008-05-26LHASH revamp. make depend.Ben Laurie1-22/+25
2005-04-05some const fixes and cleanupNils Larsch1-3/+3
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson1-1/+6
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte1-0/+3
2001-02-20With later version of DEC C on VMS, some functions (strcmp(), forRichard Levitte1-1/+13