summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_object.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make internal header file names consistenttb2022-11-261-2/+2
* Fix d2i_ASN1_OBJECT()tb2022-05-131-2/+2
* Convert asn1_ex_c2i() to CBS.jsing2022-04-231-2/+7
* Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internalinoguchi2022-04-101-1/+2
* Convert c2i_ASN1_OBJECT() and d2i_ASN1_OBJECT to CBS.jsing2022-03-261-81/+92
* Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT().jsing2022-03-201-53/+53
* Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()jsing2022-03-191-1/+38
* Rewrite ascii/text to ASN.1 object conversion.jsing2022-03-191-121/+167
* Initialise *out_name at the start of i2t_ASN1_OBJECT_name().jsing2022-03-151-1/+3
* Do not write out terminating NUL in i2a_ASN1_OBJECT()tb2022-03-031-2/+2
* whitespacetb2022-03-021-2/+2
* Rewrite ASN1_OBJECT content to ascii/text conversion.jsing2022-03-021-24/+177
* include asn1_locl.h where it will be needed for the bump.tb2022-01-071-1/+3
* Indent goto labels for diffability.jsing2021-12-251-4/+4
* Consolidate code/templates for ASN.1 types.jsing2021-12-251-1/+8
* Move ASN1_<type>_* functions to the top, encoding/decoding to the bottom.jsing2021-12-251-50/+50
* Convert ASN1_OBJECT_new() to calloc().jsing2021-12-031-11/+6
* Plug leak in c2i_ASN1_OBJECTtb2021-05-011-3/+8
* Add const to functions in asn1/asn1.h as they did in OpenSSL.tb2018-04-251-4/+4
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-11/+5
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-17/+12
* don't dereference a if NULLbcook2016-11-061-2/+2
* simplify error handling in c2i_ASN1_OBJECTbcook2016-11-061-10/+12
* explicit_bzero for asn1 objects on free. Too often these contain sensitive in...beck2016-03-171-24/+27
* explict_bzero for some asn1 free's - ok miod@beck2016-03-061-1/+3
* The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned intojsing2015-02-101-4/+1
* Fix CVE-2014-3508, pretty printing and OID validation:guenther2014-08-081-10/+21
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-5/+3
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+4
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-2/+4
* delete some casts. ok miodtedu2014-07-101-3/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* more: no need for null check before freederaadt2014-05-301-8/+4
* remove CONST_STRICT. ok beck deraadttedu2014-05-301-2/+0
* improve realloc/calloc/malloc patterns; ok guentherderaadt2014-04-211-2/+2
* More KNF.jsing2014-04-191-1/+1
* More KNF.jsing2014-04-181-128/+159
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-60/+29
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-70/+70
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-13/+13
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-2/+2
* resolve conflicts, fix local changesdjm2010-10-011-9/+26
* resolve conflictsdjm2008-09-061-17/+83
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-2/+2
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-1/+1
* openssl-engine-0.9.6 mergebeck2000-12-151-23/+39
* OpenSSL 0.9.5 mergebeck2000-03-191-3/+3
* OpenSSL 0.9.4 mergebeck1999-09-291-112/+27
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+389