summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/tasn_enc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make ASN1_{primitive,template}_* internaltb2023-07-281-9/+1
* Hide symbols in asn1 and biobeck2023-07-051-1/+4
* Revert disablement of the encoding cachejob2023-04-301-1/+9
* Remove preservation and use of cached DER/BER encodings in the d2i/i2d pathsjob2023-04-281-9/+1
* Rework asn1_item_flags_i2d()tb2023-03-061-19/+20
* ASN.1 enc: check ASN1_item_ex_i2d() consistencytb2023-03-061-3/+8
* Make internal header file names consistenttb2022-11-261-2/+2
* Unbreak ASN.1 indefinite length encoding.jsing2022-10-171-4/+4
* Make it possible to signal an error from an i2c_* function.jsing2022-08-201-2/+7
* include asn1_locl.h where it will be needed for the bump.tb2022-01-071-1/+3
* Fix a NULL dereference in GENERAL_NAME_cmp()tb2020-12-081-1/+20
* Require all ASN1_PRIMITIVE_FUNCS functions to be provided.jsing2019-04-011-4/+7
* Expand ASN1_ITEM_rptr and ASN1_ITEM_ptr macros - no change in generatedjsing2016-12-301-6/+6
* internal only negative types should not be handled here.tedu2016-05-041-3/+1
* revert the big change from yesterday to prepare for smaller commits.tedu2016-05-041-1/+3
* patch from openssl for multiple issues:tedu2016-05-031-3/+1
* initialize a pointer to NULL rather than 0mmcc2015-12-221-2/+2
* Remove IMPLEMENT_COMPAT_ASN1() and related support code. Nothing uses it inmiod2015-02-141-16/+1
* Make asn1_ex_i2c() static. ok jsing@miod2015-02-141-2/+4
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-1/+1
* More KNF.jsing2014-04-181-74/+85
* add braces missed when fixing leaksjsg2014-04-181-1/+2
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-103/+65
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-83/+83
* fix some more leaks, mostly suggestions from miodjsg2014-04-171-0/+2
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-5/+5
* resolve conflicts, fix local changesdjm2010-10-011-5/+6
* resolve conflictsdjm2009-01-091-1/+1
* resolve conflictsdjm2008-09-061-162/+352
* resolve conflictsdjm2006-06-271-3/+6
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+497