summaryrefslogtreecommitdiff
path: root/lib/libcrypto/objects/obj_dat.c
AgeCommit message (Expand)Author
2024-03-02Make OBJ_add_object() staticTheo Buehler
2024-03-02Remove OBJ_bsearch_()Theo Buehler
2024-02-26Neuter OBJ_bsearch{_,ex_}()Theo Buehler
2024-01-24Stop fiddling with hash table internals from lhash doall callers.Joel Sing
2024-01-13Remove obj_cleanup_deferTheo Buehler
2024-01-13Garbage collect check_defer()Theo Buehler
2023-12-15Hoist OBJ_sn2nid() over OBJ_ln2nid()Theo Buehler
2023-12-15Coverity rightly points out that an unsigned int is always >= 0Theo Buehler
2023-12-14OBJ_create: sorry Omar, aobj is a better name than opTheo Buehler
2023-12-14OBJ_create: use a nid variable to avoid nested function callTheo Buehler
2023-12-14OBJ_create: malloc() -> calloc()Theo Buehler
2023-12-14OBJ_create: test and assign as usualTheo Buehler
2023-12-14OBJ_create: initialize buf and turn function into single exitTheo Buehler
2023-12-14OBJ_create: rename ok to ret and make it last declarationTheo Buehler
2023-12-14OBJ_create(): rename i to lenTheo Buehler
2023-12-14OBJ_create(): remove pointless parenthesesTheo Buehler
2023-12-14OBJ_create(): remove useless castTheo Buehler
2023-12-14OPENSSL_assert() that the passed nid is within rangeTheo Buehler
2023-12-14Move the txt to obj/nid conversions a bit down.Theo Buehler
2023-12-14Dedup OBJ_nid2{obj,sn,ln}()Theo Buehler
2023-12-14Simplify OBJ_nid2obj()Theo Buehler
2023-12-14Simplify OBJ_nid2sn()Theo Buehler
2023-12-14Simplify OBJ_nid2ln()Theo Buehler
2023-12-13Simplify OBJ_ln2nid()Theo Buehler
2023-12-13Simplify OBJ_sn2nid()Theo Buehler
2023-12-13Simplify OBJ_obj2nid()Theo Buehler
2023-11-27Remove silly parenthesesTheo Buehler
2023-09-05Improve error handling in OBJ_add_object()Theo Buehler
2023-08-17Garbage collect two commented abort()Theo Buehler
2023-08-17Make the local ASN1_OBJECTs constTheo Buehler
2023-08-17Remove some unnecessary else branchesTheo Buehler
2023-08-17Remove some parents from return statementsTheo Buehler
2023-08-17Use cmp instead of i for the result of a comparisonTheo Buehler
2023-08-17Use OBJ_cmp() instead of inlining two variantsTheo Buehler
2023-07-08Hide symbols in objectsBob Beck
2023-05-23Simplify OBJ_obj2txt()Theo Buehler
2023-05-23Always NUL terminate buf in OBJ_obj2txt()Theo Buehler
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-11-26Make internal header file names consistentTheo Buehler
2022-03-19Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()Joel Sing
2022-03-02Rewrite ASN1_OBJECT content to ascii/text conversion.Joel Sing
2022-02-12Limit OID text conversion to 64 bits per arc.Joel Sing
2022-02-11Make OBJ_obj2nid() work correctly with NID_undef.Joel Sing
2022-01-08Prepare to provide OBJ_length() and OBJ_get0_data()Theo Buehler
2022-01-07include asn1_locl.h where it will be needed for the bump.Theo Buehler
2021-09-01Remove assignment of value that is never read.Bob Beck
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2018-09-08ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).Theo Buehler
2018-09-08indent labelsTheo Buehler
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck