summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_fre.c
AgeCommit message (Expand)Author
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_asn1 symbolsShane Lontis
2020-09-13Fix safestack issues in asn1t.hMatt Caswell
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2017-10-24asn1_item_embed_new(): don't free an embedded itemRichard Levitte
2017-04-13ASN.1: extend the possibilities to embed data instead of pointersRichard Levitte
2016-10-17Fix embedded string handling.Dr. Stephen Henson
2016-08-05spelling fixes, just comments and readme.klemens
2016-06-23Rework error handling from asn1_do_lock method.FdaSilvaYY
2016-05-24Avoid creating an illegal pointerKurt Roeckx
2016-05-17Copyright consolidation 08/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-10-11embed support for CHOICE typeDr. Stephen Henson
2015-10-07Don't check pointer we just freed, always set it to NULL.Pascal Cuoq
2015-09-16New ASN.1 embed macro.Dr. Stephen Henson
2015-03-26Remove combine option from ASN.1 code.Dr. Stephen Henson
2015-03-26Move more internal only functions to asn1_locl.hDr. Stephen Henson
2015-03-25Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson
2015-03-24free NULL cleanupRich Salz
2015-03-23Remove old style ASN.1 support.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-03-14Only call free once in CHOICE type.Dr. Stephen Henson
2006-11-16Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson
2004-04-25More ASN1 reformat/tidy.Dr. Stephen Henson
2002-11-05Check for NULL ASN1_ITEM when initializeingDr. Stephen Henson
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson