summaryrefslogtreecommitdiff
path: root/lib/parser_aux.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-16simplify ltostr()Nikos Mavrogiannopoulos1-35/+0
2014-05-10cleaned up a bit _asn1_remove_node().Nikos Mavrogiannopoulos1-5/+9
2014-05-10prevent memset() from being optimized out.Nikos Mavrogiannopoulos1-2/+3
2014-04-22Fix syntax-check nits.Simon Josefsson1-1/+1
2014-04-22Update copyright years.Simon Josefsson1-1/+1
2014-04-15fixed several coverity reported bugs.Nikos Mavrogiannopoulos1-2/+2
2013-11-13Added asn1_delete_structure2().Nikos Mavrogiannopoulos1-3/+7
2013-03-24Update copyright years.Simon Josefsson1-1/+1
2013-03-24Indent code.Simon Josefsson1-19/+22
2012-11-24corrected compatibility mode with old structures.Nikos Mavrogiannopoulos1-1/+1
2012-11-24some simplifications in time handlingNikos Mavrogiannopoulos1-2/+2
2012-11-23Added asn1_decode_string_der() and asn1_encode_string_der().Nikos Mavrogiannopoulos1-3/+3
2012-11-22Added more ASN.1 string types and several simplifications.Nikos Mavrogiannopoulos1-22/+22
2012-10-11Renamed structures.Nikos Mavrogiannopoulos1-37/+37
2012-10-06asn_ -> asn1_Nikos Mavrogiannopoulos1-38/+38
2012-10-02removed unneeded variables and files.Nikos Mavrogiannopoulos1-3/+1
2012-10-02Use hash-pjw-bare instead of asn1_bhash().Nikos Mavrogiannopoulos1-7/+8
2012-10-01Renamed types.Nikos Mavrogiannopoulos1-38/+38
2012-10-01asn1_retCode -> intNikos Mavrogiannopoulos1-5/+5
2012-09-23small optimizations to avoid recalculation of hashes when copying nodes.Nikos Mavrogiannopoulos1-0/+29
2012-09-23improve performance by 50% by using hashes to compare strings.Nikos Mavrogiannopoulos1-9/+24
2012-09-20other small fixNikos Mavrogiannopoulos1-1/+4
2012-09-13_asn1_add_node_only -> _asn1_add_single_nodeNikos Mavrogiannopoulos1-1/+1
2012-09-13_asn1_add_node -> _asn1_add_static_nodeNikos Mavrogiannopoulos1-2/+2
2012-09-13Eliminated _asn1_malloc, _asn1_free and _asn_calloc.Nikos Mavrogiannopoulos1-13/+13
2012-09-12name is now a statically allocated string and other optimizations.Nikos Mavrogiannopoulos1-104/+6
2012-03-19Indent code.Simon Josefsson1-1/+2
2012-01-23Bump copyright years.Simon Josefsson1-2/+1
2011-11-20Silence warnings.Simon Josefsson1-10/+11
2011-01-08Update copyright years.Simon Josefsson1-2/+2
2010-04-13Indent examples. Fix syntax-check warnings.Simon Josefsson1-1/+1
2010-03-16asn1_check_version: Simplify.Simon Josefsson1-87/+0
2010-03-16Doc fixes.Simon Josefsson1-5/+5
2010-02-17Improve GTK-DOC comments.Simon Josefsson1-1/+1
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
2009-05-20Fix syntax-check problems.Simon Josefsson1-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-42/+49
2009-03-04Simplify unused debug code.Simon Josefsson1-1/+0
2009-03-04Bump copyright years.Simon Josefsson1-2/+2
2008-11-10Reapply Nikos' optimization patch. Remove deprecated functions.Simon Josefsson1-23/+43
2008-11-10Revert small_value patch temporarily.Simon Josefsson1-30/+12
2008-11-06Fix LIBTASN1_VERSION namespace violation.Simon Josefsson1-2/+2
2008-11-04Move struct node_asn_struct to int.h.Simon Josefsson1-39/+39
2008-11-03* Optimized tree generation by adding a small_value field in every node.Nikos Mavrogiannopoulos1-8/+112
2008-10-08Update usages of MAX_* constants.Simon Josefsson1-4/+4
2007-08-31Fix asn1_check_version to accept that (e.g.) 1.0 is more recent than 0.3.10.Simon Josefsson1-2/+7
2006-05-09some fixes. node_asn now has value_len set to zero on initialization.Nikos Mavrogiannopoulos1-6/+1
2006-04-26changed the coding style to -i2, so the source code is readable again.Nikos Mavrogiannopoulos1-486/+638