aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/tasn_fre.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-24asn1_item_embed_new(): don't free an embedded itemRichard Levitte1-5/+1
2017-04-13ASN.1: extend the possibilities to embed data instead of pointersRichard Levitte1-1/+6
2016-10-17Fix embedded string handling.Dr. Stephen Henson1-5/+5
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-06-23Rework error handling from asn1_do_lock method.FdaSilvaYY1-1/+1
2016-05-24Avoid creating an illegal pointerKurt Roeckx1-2/+4
2016-05-17Copyright consolidation 08/10Rich Salz1-54/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-10-11embed support for CHOICE typeDr. Stephen Henson1-2/+4
2015-10-07Don't check pointer we just freed, always set it to NULL.Pascal Cuoq1-2/+1
2015-09-16New ASN.1 embed macro.Dr. Stephen Henson1-5/+22
2015-03-26Remove combine option from ASN.1 code.Dr. Stephen Henson1-21/+7
2015-03-26Move more internal only functions to asn1_locl.hDr. Stephen Henson1-8/+8
2015-03-25Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson1-0/+1
2015-03-24free NULL cleanupRich Salz1-9/+17
2015-03-23Remove old style ASN.1 support.Dr. Stephen Henson1-7/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-196/+179
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-03-14Only call free once in CHOICE type.Dr. Stephen Henson1-2/+0
2006-11-16Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson1-1/+1
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson1-5/+5
2004-04-25More ASN1 reformat/tidy.Dr. Stephen Henson1-55/+93
2002-11-05Check for NULL ASN1_ITEM when initializeingDr. Stephen Henson1-1/+4
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson1-0/+1
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-2/+3
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-0/+225