aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_new.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-16/+14
* Teach more of the ASN.1 code about libctx/propqMatt Caswell2021-06-051-0/+7
* Teach the ASN.1 code how to create embedded objects with libctx/propqMatt Caswell2021-06-051-11/+29
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_asn1 symbolsShane Lontis2021-03-181-6/+6
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-4/+4
* 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
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}Rich Salz2019-07-171-26/+0
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* 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