summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_dat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore beck's rev 1.21: snprintf() was reviewedguenther2014-04-201-1/+1
* KNF.jsing2014-04-191-429/+429
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-1/+1
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-3/+3
* Shrink a local buffer to the size it really needs to be; this is the onlymiod2014-04-181-1/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-13/+13
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-16/+0
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-1/+1
* Remove some stuff that isn't needed.beck2014-04-131-1/+1
* resolve conflicts, fix local changesdjm2010-10-011-78/+102
* resolve conflictsdjm2008-09-061-68/+186
* resolve conflictsdjm2005-04-291-5/+7
* merge 0.9.7dmarkus2004-04-081-2/+2
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-4/+3
* Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-051-2/+2
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-1/+1
* apply patches from OpenSSL Security Advisory [30 July 2002],markus2002-07-301-1/+1
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-1/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-18/+28
* openssl-engine-0.9.6 mergebeck2000-12-151-28/+36