summaryrefslogtreecommitdiff
path: root/lib/structure.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "optimized _asn1_find_up()."Nikos Mavrogiannopoulos2016-04-031-11/+11
* %x expects an unsigned int, but unsigned char is promoted to intPascal Cuoq2016-04-031-5/+5
* asn1_array2tree: always null terminate errorDescriptionNikos Mavrogiannopoulos2016-01-081-0/+2
* When duplicating a node, keep the DER start and end information.Nikos Mavrogiannopoulos2014-06-091-0/+2
* renamed asn1_copy_node2 to asn1_dup_nodeNikos Mavrogiannopoulos2014-06-051-2/+2
* optimized _asn1_find_up().Nikos Mavrogiannopoulos2014-06-041-11/+11
* Added asn1_copy_node2()Nikos Mavrogiannopoulos2014-05-301-6/+20
* Update copyright years.Simon Josefsson2014-04-221-1/+1
* simplified asn1_find_structure_from_oid() and asn1_expand_any_defined_by().Nikos Mavrogiannopoulos2014-04-171-6/+4
* Added asn1_delete_structure2().Nikos Mavrogiannopoulos2013-11-131-3/+20
* Update copyright years.Simon Josefsson2013-03-241-1/+1
* Indent code.Simon Josefsson2013-03-241-18/+19
* corrected compatibility mode with old structures.Nikos Mavrogiannopoulos2012-11-241-3/+6
* some simplifications in time handlingNikos Mavrogiannopoulos2012-11-241-7/+21
* Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIMENikos Mavrogiannopoulos2012-11-241-4/+2
* renamed typesNikos Mavrogiannopoulos2012-11-231-8/+8
* better nameNikos Mavrogiannopoulos2012-11-221-1/+1
* small simplificationsNikos Mavrogiannopoulos2012-11-221-61/+5
* Added more ASN.1 string types and several simplifications.Nikos Mavrogiannopoulos2012-11-221-65/+87
* Corrected type asn1_static_node_t -> asn1_static_node.Nikos Mavrogiannopoulos2012-11-011-2/+2
* Renamed structures.Nikos Mavrogiannopoulos2012-10-111-37/+37
* asn_ -> asn1_Nikos Mavrogiannopoulos2012-10-061-39/+39
* ASN1_ARRAY_TYPE -> asn_static_node_tNikos Mavrogiannopoulos2012-10-011-2/+2
* Renamed types.Nikos Mavrogiannopoulos2012-10-011-47/+47
* asn1_retCode -> intNikos Mavrogiannopoulos2012-10-011-11/+11
* small optimizations to avoid recalculation of hashes when copying nodes.Nikos Mavrogiannopoulos2012-09-231-2/+2
* _asn1_add_node_only -> _asn1_add_single_nodeNikos Mavrogiannopoulos2012-09-131-6/+6
* _asn1_add_node -> _asn1_add_static_nodeNikos Mavrogiannopoulos2012-09-131-1/+1
* Eliminated _asn1_malloc, _asn1_free and _asn_calloc.Nikos Mavrogiannopoulos2012-09-131-8/+6
* name is now a statically allocated string and other optimizations.Nikos Mavrogiannopoulos2012-09-121-5/+5
* cleanup _asn1_copy_structure3Tim Ruehsen2012-09-081-26/+15
* Bump copyright years.Simon Josefsson2012-01-231-2/+1
* Silence warnings.Simon Josefsson2011-11-201-2/+2
* Update copyright years.Simon Josefsson2011-01-081-1/+1
* Doc fix.Simon Josefsson2010-12-061-33/+14
* Improve GTK-DOC comments.Simon Josefsson2010-02-171-105/+100
* Merge Fabio and Nikos copyrights to the FSF, both have signed papers.Simon Josefsson2010-01-111-3/+2
* Update copyright notices.Simon Josefsson2010-01-111-1/+2
* Typos: sructure, stucture. There is no function named create_stucture, but on...Andreas Metzler2010-01-101-1/+1
* Make it compile.Simon Josefsson2009-03-231-1/+1
* Indent code. Reproduce using 'make indent' with GNU indent 2.2.10.Simon Josefsson2009-03-041-6/+6
* Simplify unused debug code.Simon Josefsson2009-03-041-1/+0
* Bump copyright years.Simon Josefsson2009-03-041-2/+2
* Fix warnings.Simon Josefsson2008-11-171-2/+2
* Reapply Nikos' optimization patch. Remove deprecated functions.Simon Josefsson2008-11-101-1/+1
* Revert small_value patch temporarily.Simon Josefsson2008-11-101-1/+1
* No need to publish _asn1_copy_structure2.Simon Josefsson2008-11-041-1/+1
* Move struct node_asn_struct to int.h.Simon Josefsson2008-11-041-22/+22
* Update usages of MAX_* constants.Simon Josefsson2008-10-081-4/+4
* (_asn1_create_static_structure): Write NULL instead of 0. Indent output.Simon Josefsson2008-02-011-8/+8