aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_fre.c
Commit message (Expand)AuthorAgeFilesLines
* ASN.1: extend the possibilities to embed data instead of pointersRichard Levitte2017-04-131-1/+6
* Fix embedded string handling.Dr. Stephen Henson2016-10-171-5/+5
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Rework error handling from asn1_do_lock method.FdaSilvaYY2016-06-231-1/+1
* Avoid creating an illegal pointerKurt Roeckx2016-05-241-2/+4
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* embed support for CHOICE typeDr. Stephen Henson2015-10-111-2/+4
* Don't check pointer we just freed, always set it to NULL.Pascal Cuoq2015-10-071-2/+1
* New ASN.1 embed macro.Dr. Stephen Henson2015-09-161-5/+22
* Remove combine option from ASN.1 code.Dr. Stephen Henson2015-03-261-21/+7
* Move more internal only functions to asn1_locl.hDr. Stephen Henson2015-03-261-8/+8
* Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson2015-03-251-0/+1
* free NULL cleanupRich Salz2015-03-241-9/+17
* Remove old style ASN.1 support.Dr. Stephen Henson2015-03-231-7/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-196/+179
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Only call free once in CHOICE type.Dr. Stephen Henson2008-03-141-2/+0
* Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson2006-11-161-1/+1
* Extend callback function to support print customization.Dr. Stephen Henson2005-09-011-5/+5
* More ASN1 reformat/tidy.Dr. Stephen Henson2004-04-251-55/+93
* Check for NULL ASN1_ITEM when initializeingDr. Stephen Henson2002-11-051-1/+4
* Preliminary streaming ASN1 encode support.Dr. Stephen Henson2002-10-031-0/+1
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-2/+3
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-0/+225