aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_xref.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add testing of OBJ_find_sigid_by_algs()Michael Baentsch2022-03-031-1/+2
* enable CMS sign/verify for provider-implemented PKEYsMichael Baentsch2022-03-031-1/+8
* Permit no/empty digest in core_obj_add_sigidMichael Baentsch2021-10-221-1/+1
* obj: add locking to the OBJ sigid callsPauli2021-09-251-40/+117
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Following the license change, modify the boilerplates in crypto/objects/Richard Levitte2018-12-061-1/+1
* Harmonize use of sk_TYPE_find's return value.Andy Polyakov2018-08-071-3/+2
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+4
* e_os.h removal from other headers and source files.Pauli2017-08-301-2/+2
* Clean away remaining 'selftest' codeRichard Levitte2016-11-031-27/+0
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Only declare stacks in headersDr. Stephen Henson2016-01-071-2/+0
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-5/+5
* Make sig_app, sigx_app staticRich Salz2015-05-061-1/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-7/+5
* free NULL cleanup 11Rich Salz2015-05-011-8/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-144/+132
* ? crypto/aes/aes-armv4.SDr. Stephen Henson2011-10-061-3/+6
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-221-17/+14
* Fix a shed load or warnings:Dr. Stephen Henson2008-10-201-4/+4
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-25/+33
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-041-1/+1
* More type-checking.Ben Laurie2008-06-041-19/+17
* Bugfix: don't look in internal table for signature if found in applicationDr. Stephen Henson2006-07-121-1/+4
* New functions to add and free up application defined signature OIDs.Dr. Stephen Henson2006-07-091-3/+96
* Add OID cross reference table.Dr. Stephen Henson2006-04-181-0/+132