aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_new.c
Commit message (Expand)AuthorAgeFilesLines
* asn1_item_embed_new(): if locking failed, don't call asn1_item_embed_free()Richard Levitte2017-10-241-2/+7
* asn1_item_embed_new(): don't free an embedded itemRichard Levitte2017-10-241-4/+2
* asn1_item_embed_new(): don't free an embedded itemRichard Levitte2017-10-231-2/+4
* ASN.1: extend the possibilities to embed data instead of pointersRichard Levitte2017-04-131-1/+7
* Combined patch against master branch for the following issues:Bernd Edlinger2017-02-031-5/+8
* Rework error handling from asn1_do_lock method.FdaSilvaYY2016-06-231-1/+3
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-111-8/+8
* Cleanup CRYPTO_{push,pop}_infoRich Salz2015-12-221-16/+9
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* set string type when embeddingDr. Stephen Henson2015-10-181-0/+1
* embed support for ASN1_STRINGDr. Stephen Henson2015-10-111-6/+14
* embed support for CHOICE typeDr. Stephen Henson2015-10-111-3/+7
* New ASN.1 embed macro.Dr. Stephen Henson2015-09-161-6/+23
* Add and use OPENSSL_zallocRich Salz2015-09-021-4/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* Don't set *pval to NULL in ASN1_item_ex_new.Dr. Stephen Henson2015-04-101-2/+0
* Remove combine option from ASN.1 code.Dr. Stephen Henson2015-03-261-27/+14
* Move more internal only functions to asn1_locl.hDr. Stephen Henson2015-03-261-6/+8
* Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson2015-03-251-0/+1
* Remove old style ASN.1 support.Dr. Stephen Henson2015-03-231-11/+0
* ASN1_primitive_new NULL param handlingMatt Caswell2015-03-121-2/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-289/+274
* PR: 2013Dr. Stephen Henson2009-09-021-1/+5
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-4/+1
* make some internal functions static; patch supplied by Kurt RoeckxNils Larsch2006-02-151-2/+2
* Extend callback function to support print customization.Dr. Stephen Henson2005-09-011-4/+4
* Handle case where it==NULLDr. Stephen Henson2005-07-261-7/+8
* Fix more error codes.Bodo Möller2005-05-111-2/+2
* More ASN1 reformat/tidy.Dr. Stephen Henson2004-04-251-89/+130
* Check for NULL ASN1_ITEM when initializeingDr. Stephen Henson2002-11-051-1/+4
* Preliminary streaming ASN1 encode support.Dr. Stephen Henson2002-10-031-0/+2
* Shut up compiler warnings for inconsistent declarations.Lutz Jänicke2002-01-291-1/+1
* Rewrite CHOICE field setting code to properly handleDr. Stephen Henson2001-04-021-1/+6
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-2/+2
* New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson2001-02-161-1/+6
* Include string.h (whis is in all relevant standards) instead ofBodo Möller2001-02-051-1/+1
* Fix a warning.Ben Laurie2001-02-041-0/+1
* Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson2001-01-241-3/+27
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-0/+313