aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects/o_names.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-2/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-19/+2
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Minor code cleanup in o_names_initBernd Edlinger2021-12-091-1/+7
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_lhash symbolsShane Lontis2021-03-181-2/+2
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-8/+12
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* Deprecate most of debug-memoryRich Salz2019-12-141-11/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/objects/Richard Levitte2018-12-061-1/+1
* Make OBJ_NAME case insensitive.Pauli2018-09-041-15/+14
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Revert the crypto "global lock" implementationBenjamin Kaduk2018-01-311-1/+1
* Add CRYPTO_thread_glock_newRich Salz2017-08-311-1/+1
* 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