summaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_dat.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-15Fix arithmetic expression overflowDrokov Pavel
2024-01-15Check ASN1_OBJECT_new resultDrokov Pavel
2023-10-18ensure that ossl_obj_nid_lock is allocated before useNeil Horman
2023-10-18fix: LINEAR search doesn't work properly (if CHARSET_EBCDIC is defined)Pavel Stetsuk
2023-09-07Copyright year updatesMatt Caswell
2023-08-04no_autoload: make the no-autoload-config option work again.Pauli
2023-06-06Restrict the size of OBJECT IDENTIFIERs that OBJ_obj2txt will translateRichard Levitte
2023-04-04Don't call OPENSSL_init_crypto from inside a RUN_ONCEMatt Caswell
2023-03-23OBJ_nid2obj(): Return UNDEF object instead of NULL for NID_undefTomas Mraz
2022-12-13Allow OBJ_create() to create an OBJ and NID with a NULL OIDRichard Levitte
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-08-23Makefile: Generate crypto objects only as far as neededDr. David von Oheimb
2022-07-13add a check for the return of OBJ_new_nid()xkernel
2022-05-03Update copyright yearMatt Caswell
2022-01-13object: use updated tsan lock detection capabilitiesPauli
2022-01-07Fix: some patches related to error exitingPeiwei Hu
2021-12-07OBJ_obj2txt(): fix off-by-one documentation of the resultDr. David von Oheimb
2021-09-25obj: make new NIDs use tsan if possiblePauli
2021-09-25obj: make the OBJ_ calls thread safePauli
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_ conf symbolsShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-08-06Update copyright yearMatt Caswell
2020-08-04Correct misleading diagnostics of OBJ_txt2obj on unknown object nameDr. David von Oheimb
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-01Load the config file by defaultMatt Caswell
2019-05-08ossl_bsearch(): New generic internal binary search utility functionRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/objects/Richard Levitte
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-03-20Update copyright yearMatt Caswell
2018-03-12Free the correct type in OBJ_add_object()Matt Caswell
2017-12-08Fix an incoherent test.FdaSilvaYY
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-07-07Trivial bounds checking.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-06-22Fix OBJ_create() to tolerate a NULL sn and lnMatt Caswell
2017-04-11Added error checking for OBJ_createFrank Morgner
2017-02-28Remove some commented out code in libcryptoMatt Caswell
2016-08-23Sanity check an ASN1_object_size resultMatt Caswell
2016-06-22Spelling... and more spellingFdaSilvaYY
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-19ok was uninitialised on failure.Ben Laurie
2016-05-18OID code tidy up.Dr. Stephen Henson
2016-05-17Copyright consolidation 04/10Rich Salz
2016-04-13Remove check_defer()Dr. Stephen Henson
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell