summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_new.c
AgeCommit message (Expand)Author
2017-10-24asn1_item_embed_new(): if locking failed, don't call asn1_item_embed_free()Richard Levitte
2017-10-24asn1_item_embed_new(): don't free an embedded itemRichard Levitte
2017-10-23asn1_item_embed_new(): don't free an embedded itemRichard Levitte
2017-04-13ASN.1: extend the possibilities to embed data instead of pointersRichard Levitte
2017-02-03Combined patch against master branch for the following issues:Bernd Edlinger
2016-06-23Rework error handling from asn1_do_lock method.FdaSilvaYY
2016-05-17Copyright consolidation 08/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2015-12-22Cleanup CRYPTO_{push,pop}_infoRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-18set string type when embeddingDr. Stephen Henson
2015-10-11embed support for ASN1_STRINGDr. Stephen Henson
2015-10-11embed support for CHOICE typeDr. Stephen Henson
2015-09-16New ASN.1 embed macro.Dr. Stephen Henson
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-10Don't set *pval to NULL in ASN1_item_ex_new.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-23Remove old style ASN.1 support.Dr. Stephen Henson
2015-03-12ASN1_primitive_new NULL param handlingMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2009-09-02PR: 2013Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2006-02-15make some internal functions static; patch supplied by Kurt RoeckxNils Larsch
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson
2005-07-26Handle case where it==NULLDr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
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
2002-01-29Shut up compiler warnings for inconsistent declarations.Lutz Jänicke
2001-04-02Rewrite CHOICE field setting code to properly handleDr. Stephen Henson
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2001-02-16New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson
2001-02-05Include string.h (whis is in all relevant standards) instead ofBodo Möller
2001-02-04Fix a warning.Ben Laurie
2001-01-24Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson