summaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_xref.c
AgeCommit message (Expand)Author
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/objects/Richard Levitte
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-08-30e_os.h removal from other headers and source files.Pauli
2016-11-03Clean away remaining 'selftest' codeRichard Levitte
2016-05-17Copyright consolidation 04/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich 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-05-06Make sig_app, sigx_app staticRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-05-01free NULL cleanup 11Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-10-06? crypto/aes/aes-armv4.SDr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson
2008-10-20Fix a shed load or warnings:Dr. Stephen Henson
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2006-07-12Bugfix: don't look in internal table for signature if found in applicationDr. Stephen Henson
2006-07-09New functions to add and free up application defined signature OIDs.Dr. Stephen Henson
2006-04-18Add OID cross reference table.Dr. Stephen Henson