aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/tasn_new.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-04-10Don't set *pval to NULL in ASN1_item_ex_new.Dr. Stephen Henson1-2/+0
2015-03-26Remove combine option from ASN.1 code.Dr. Stephen Henson1-27/+14
2015-03-26Move more internal only functions to asn1_locl.hDr. Stephen Henson1-6/+8
2015-03-25Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson1-0/+1
2015-03-23Remove old style ASN.1 support.Dr. Stephen Henson1-11/+0
2015-03-12ASN1_primitive_new NULL param handlingMatt Caswell1-2/+5
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-289/+274
2009-09-02PR: 2013Dr. Stephen Henson1-1/+5
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2006-03-15fix problems found by coverity: remove useless codeNils Larsch1-4/+1
2006-02-15make some internal functions static; patch supplied by Kurt RoeckxNils Larsch1-2/+2
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson1-4/+4
2005-07-26Handle case where it==NULLDr. Stephen Henson1-7/+8
2005-05-11Fix more error codes.Bodo Möller1-2/+2
2004-04-25More ASN1 reformat/tidy.Dr. Stephen Henson1-89/+130
2002-11-05Check for NULL ASN1_ITEM when initializeingDr. Stephen Henson1-1/+4
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson1-0/+2
2002-01-29Shut up compiler warnings for inconsistent declarations.Lutz Jänicke1-1/+1
2001-04-02Rewrite CHOICE field setting code to properly handleDr. Stephen Henson1-1/+6
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-2/+2
2001-02-16New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson1-1/+6
2001-02-05Include string.h (whis is in all relevant standards) instead ofBodo Möller1-1/+1
2001-02-04Fix a warning.Ben Laurie1-0/+1
2001-01-24Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson1-3/+27
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-0/+313