summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_dat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* OBJ_create(): remove pointless parenthesestb2023-12-141-4/+4
* OBJ_create(): remove useless casttb2023-12-141-2/+2
* OPENSSL_assert() that the passed nid is within rangetb2023-12-141-1/+7
* Move the txt to obj/nid conversions a bit down.tb2023-12-141-42/+42
* Dedup OBJ_nid2{obj,sn,ln}()tb2023-12-141-49/+9
* Simplify OBJ_nid2obj()tb2023-12-141-23/+26
* Simplify OBJ_nid2sn()tb2023-12-141-23/+26
* Simplify OBJ_nid2ln()tb2023-12-141-23/+26
* Simplify OBJ_ln2nid()tb2023-12-131-42/+32
* Simplify OBJ_sn2nid()tb2023-12-131-41/+30
* Simplify OBJ_obj2nid()tb2023-12-131-39/+28
* Remove silly parenthesestb2023-11-271-3/+3
* Improve error handling in OBJ_add_object()tb2023-09-051-13/+7
* Garbage collect two commented abort()tb2023-08-171-3/+1
* Make the local ASN1_OBJECTs consttb2023-08-171-2/+2
* Remove some unnecessary else branchestb2023-08-171-7/+5
* Remove some parents from return statementstb2023-08-171-8/+8
* Use cmp instead of i for the result of a comparisontb2023-08-171-5/+5
* Use OBJ_cmp() instead of inlining two variantstb2023-08-171-12/+4
* Hide symbols in objectsbeck2023-07-081-1/+18
* Simplify OBJ_obj2txt()tb2023-05-231-7/+1
* Always NUL terminate buf in OBJ_obj2txt()tb2023-05-231-1/+4
* spelling fixes; from paul tagliamontejmc2022-12-261-3/+3
* Make internal header file names consistenttb2022-11-261-2/+2
* Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()jsing2022-03-191-30/+3
* Rewrite ASN1_OBJECT content to ascii/text conversion.jsing2022-03-021-76/+5
* Limit OID text conversion to 64 bits per arc.jsing2022-02-121-55/+16
* Make OBJ_obj2nid() work correctly with NID_undef.jsing2022-02-111-3/+3
* Prepare to provide OBJ_length() and OBJ_get0_data()tb2022-01-081-1/+22
* include asn1_locl.h where it will be needed for the bump.tb2022-01-071-1/+3
* Remove assignment of value that is never read.beck2021-09-011-2/+1
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-3/+3
* ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).tb2018-09-081-2/+2
* indent labelstb2018-09-081-6/+6
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-9/+9
* Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.jsing2017-01-211-7/+55
* OBJ_obj2txt() should return the total amount of space requiredinoguchi2016-12-221-5/+1
* remove unused OPENSSL_NO_OBJECT casebcook2016-07-171-14/+1
* better fix for overrun reported by Qualys Security.tedu2015-10-141-4/+1
* Bail out early if we have no buf_lenbeck2015-10-141-1/+5
* fix a memory leak reported by Qualys Security.tedu2015-10-141-3/+4
* Ensure we don't write a 0 byte past end of the buffer in the error case.beck2015-10-141-3/+3
* Fix CVE-2014-3508, pretty printing and OID validation:guenther2014-08-081-2/+7
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+4
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-2/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-6/+6
* Clean up some of the nightmare of string and pointer arithmatic inbeck2014-06-011-52/+36
* more: no need for null check before freederaadt2014-05-301-6/+3