summaryrefslogtreecommitdiffstats
path: root/crypto/objects/o_names.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-12-09Minor code cleanup in o_names_initBernd Edlinger
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_lhash symbolsShane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-12-14Deprecate most of debug-memoryRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/objects/Richard Levitte
2018-09-04Make OBJ_NAME case insensitive.Pauli
2018-02-13Update copyright yearMatt Caswell
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2017-08-31Add CRYPTO_thread_glock_newRich Salz
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-06-26Rename static global "lock" to "obj_lock"Rich Salz
2017-06-07Add a lock around the OBJ_NAME tableRich Salz
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