summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_fre.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_asn1 symbolsShane Lontis2021-03-181-20/+20
* Fix safestack issues in asn1t.hMatt Caswell2020-09-131-2/+0
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-5/+5
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-1/+1
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* asn1_item_embed_new(): don't free an embedded itemRichard Levitte2017-10-241-5/+1
* 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-061-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-241-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