aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_dat.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Fix arithmetic expression overflowDrokov Pavel2024-01-151-1/+1
* Check ASN1_OBJECT_new resultDrokov Pavel2024-01-151-0/+4
* ensure that ossl_obj_nid_lock is allocated before useNeil Horman2023-10-181-7/+28
* fix: LINEAR search doesn't work properly (if CHARSET_EBCDIC is defined)Pavel Stetsuk2023-10-181-3/+4
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* no_autoload: make the no-autoload-config option work again.Pauli2023-08-041-0/+2
* Restrict the size of OBJECT IDENTIFIERs that OBJ_obj2txt will translateRichard Levitte2023-06-061-0/+19
* Don't call OPENSSL_init_crypto from inside a RUN_ONCEMatt Caswell2023-04-041-3/+2
* OBJ_nid2obj(): Return UNDEF object instead of NULL for NID_undefTomas Mraz2023-03-231-3/+2
* Allow OBJ_create() to create an OBJ and NID with a NULL OIDRichard Levitte2022-12-131-5/+17
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-7/+3
* Makefile: Generate crypto objects only as far as neededDr. David von Oheimb2022-08-231-1/+1
* add a check for the return of OBJ_new_nid()xkernel2022-07-131-0/+3
* Update copyright yearMatt Caswell2022-05-031-1/+1
* object: use updated tsan lock detection capabilitiesPauli2022-01-131-15/+5
* Fix: some patches related to error exitingPeiwei Hu2022-01-071-2/+3
* OBJ_obj2txt(): fix off-by-one documentation of the resultDr. David von Oheimb2021-12-071-12/+16
* obj: make new NIDs use tsan if possiblePauli2021-09-251-14/+50
* obj: make the OBJ_ calls thread safePauli2021-09-251-153/+178
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_ conf symbolsShane Lontis2021-03-181-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-11/+11
* Update copyright yearMatt Caswell2020-08-061-1/+1
* Correct misleading diagnostics of OBJ_txt2obj on unknown object nameDr. David von Oheimb2020-08-041-0/+4
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-3/+3
* Load the config file by defaultMatt Caswell2019-08-011-39/+57
* ossl_bsearch(): New generic internal binary search utility functionRichard Levitte2019-05-081-29/+9
* Following the license change, modify the boilerplates in crypto/objects/Richard Levitte2018-12-061-1/+1
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-261-2/+4
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Free the correct type in OBJ_add_object()Matt Caswell2018-03-121-1/+1
* Fix an incoherent test.FdaSilvaYY2017-12-081-6/+13
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-6/+6
* Trivial bounds checking.Pauli2017-07-071-56/+56
* Undo commit d420ac2Rich Salz2017-07-051-1/+1
* Fix OBJ_create() to tolerate a NULL sn and lnMatt Caswell2017-06-221-1/+2
* Added error checking for OBJ_createFrank Morgner2017-04-111-0/+2
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-1/+0
* Sanity check an ASN1_object_size resultMatt Caswell2016-08-231-0/+2
* Spelling... and more spellingFdaSilvaYY2016-06-221-1/+1
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-2/+2
* ok was uninitialised on failure.Ben Laurie2016-05-191-1/+1
* OID code tidy up.Dr. Stephen Henson2016-05-181-20/+26
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Remove check_defer()Dr. Stephen Henson2016-04-131-16/+0
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-2/+2
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-2/+2