summaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_dat.c
AgeCommit message (Expand)Author
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
2016-04-13Deprecate EVP_cleanup() and make it a no-opMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-11Add lh_doall inliningDr. Stephen Henson
2016-01-11Add lh_new() inliningDr. Stephen Henson
2016-01-11Inline LHASH_OFDr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-06-08return correct NID for undefined objectDr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-13Call of memcmp with null pointers in obj_cmp()Hanno Böck
2015-05-13Fix the heap corruption in libeay32!OBJ_add_object.Gunnar Kudrjavets
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz