summaryrefslogtreecommitdiff
path: root/lib/structure.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-28Imported Upstream version 4.14upstream/4.14Pawel Kowalski1-21/+33
2016-06-08Imported Upstream version 4.8upstream/4.8submit/upstream/20160613.071414sangsu1-16/+18
2014-06-09When duplicating a node, keep the DER start and end information.Nikos Mavrogiannopoulos1-0/+2
2014-06-05renamed asn1_copy_node2 to asn1_dup_nodeNikos Mavrogiannopoulos1-2/+2
2014-06-04optimized _asn1_find_up().Nikos Mavrogiannopoulos1-11/+11
2014-05-30Added asn1_copy_node2()Nikos Mavrogiannopoulos1-6/+20
2014-04-22Update copyright years.Simon Josefsson1-1/+1
2014-04-17simplified asn1_find_structure_from_oid() and asn1_expand_any_defined_by().Nikos Mavrogiannopoulos1-6/+4
2013-11-13Added asn1_delete_structure2().Nikos Mavrogiannopoulos1-3/+20
2013-03-24Update copyright years.Simon Josefsson1-1/+1
2013-03-24Indent code.Simon Josefsson1-18/+19
2012-11-24corrected compatibility mode with old structures.Nikos Mavrogiannopoulos1-3/+6
2012-11-24some simplifications in time handlingNikos Mavrogiannopoulos1-7/+21
2012-11-24Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIMENikos Mavrogiannopoulos1-4/+2
2012-11-23renamed typesNikos Mavrogiannopoulos1-8/+8
2012-11-22better nameNikos Mavrogiannopoulos1-1/+1
2012-11-22small simplificationsNikos Mavrogiannopoulos1-61/+5
2012-11-22Added more ASN.1 string types and several simplifications.Nikos Mavrogiannopoulos1-65/+87
2012-11-01Corrected type asn1_static_node_t -> asn1_static_node.Nikos Mavrogiannopoulos1-2/+2
2012-10-11Renamed structures.Nikos Mavrogiannopoulos1-37/+37
2012-10-06asn_ -> asn1_Nikos Mavrogiannopoulos1-39/+39
2012-10-01ASN1_ARRAY_TYPE -> asn_static_node_tNikos Mavrogiannopoulos1-2/+2
2012-10-01Renamed types.Nikos Mavrogiannopoulos1-47/+47
2012-10-01asn1_retCode -> intNikos Mavrogiannopoulos1-11/+11
2012-09-23small optimizations to avoid recalculation of hashes when copying nodes.Nikos Mavrogiannopoulos1-2/+2
2012-09-13_asn1_add_node_only -> _asn1_add_single_nodeNikos Mavrogiannopoulos1-6/+6
2012-09-13_asn1_add_node -> _asn1_add_static_nodeNikos Mavrogiannopoulos1-1/+1
2012-09-13Eliminated _asn1_malloc, _asn1_free and _asn_calloc.Nikos Mavrogiannopoulos1-8/+6
2012-09-12name is now a statically allocated string and other optimizations.Nikos Mavrogiannopoulos1-5/+5
2012-09-08cleanup _asn1_copy_structure3Tim Ruehsen1-26/+15
2012-01-23Bump copyright years.Simon Josefsson1-2/+1
2011-11-20Silence warnings.Simon Josefsson1-2/+2
2011-01-08Update copyright years.Simon Josefsson1-1/+1
2010-12-06Doc fix.Simon Josefsson1-33/+14
2010-02-17Improve GTK-DOC comments.Simon Josefsson1-105/+100
2010-01-11Merge Fabio and Nikos copyrights to the FSF, both have signed papers.Simon Josefsson1-3/+2
2010-01-11Update copyright notices.Simon Josefsson1-1/+2
2010-01-10Typos: sructure, stucture. There is no function named create_stucture, but on...Andreas Metzler1-1/+1
2009-03-23Make it compile.Simon Josefsson1-1/+1
2009-03-04Indent code. Reproduce using 'make indent' with GNU indent 2.2.10.Simon Josefsson1-6/+6
2009-03-04Simplify unused debug code.Simon Josefsson1-1/+0
2009-03-04Bump copyright years.Simon Josefsson1-2/+2
2008-11-17Fix warnings.Simon Josefsson1-2/+2
2008-11-10Reapply Nikos' optimization patch. Remove deprecated functions.Simon Josefsson1-1/+1
2008-11-10Revert small_value patch temporarily.Simon Josefsson1-1/+1
2008-11-04No need to publish _asn1_copy_structure2.Simon Josefsson1-1/+1
2008-11-04Move struct node_asn_struct to int.h.Simon Josefsson1-22/+22
2008-10-08Update usages of MAX_* constants.Simon Josefsson1-4/+4
2008-02-01(_asn1_create_static_structure): Write NULL instead of 0. Indent output.Simon Josefsson1-8/+8
2007-02-13Pull in config.h in generated code.Simon Josefsson1-2/+7