summaryrefslogtreecommitdiff
path: root/lib/parser_aux.c
Commit message (Expand)AuthorAgeFilesLines
* _asn1_expand_object_id: addressed crash when no value is present is nodeNikos Mavrogiannopoulos2016-04-081-0/+3
* Simplify _asn1_append_value() and avoid memcpy's with zero lengthNikos Mavrogiannopoulos2016-04-041-9/+19
* use a safer variant of reallocNikos Mavrogiannopoulos2016-04-041-2/+2
* Revert "optimized _asn1_find_up()."Nikos Mavrogiannopoulos2016-04-031-11/+7
* increased size of LTOSTR_MAX_SIZE to account for sign and null byteNikos Mavrogiannopoulos2015-03-261-2/+2
* only assign value if the previous node has oneNikos Mavrogiannopoulos2015-02-051-3/+6
* asn1_read_value() and friends understand the ?CURRENT keyword.Nikos Mavrogiannopoulos2014-06-041-1/+7
* optimized _asn1_find_up().Nikos Mavrogiannopoulos2014-06-041-7/+11
* more efficient check for '?LAST' and error checking.Nikos Mavrogiannopoulos2014-06-041-5/+5
* Reverted ltostr() changes as the cause a significant delay to the library.Nikos Mavrogiannopoulos2014-05-171-1/+1
* Revert "simplify ltostr()"Nikos Mavrogiannopoulos2014-05-171-0/+35
* simplify ltostr()Nikos Mavrogiannopoulos2014-05-161-35/+0
* cleaned up a bit _asn1_remove_node().Nikos Mavrogiannopoulos2014-05-101-5/+9
* prevent memset() from being optimized out.Nikos Mavrogiannopoulos2014-05-101-2/+3
* Fix syntax-check nits.Simon Josefsson2014-04-221-1/+1
* Update copyright years.Simon Josefsson2014-04-221-1/+1
* fixed several coverity reported bugs.Nikos Mavrogiannopoulos2014-04-151-2/+2
* Added asn1_delete_structure2().Nikos Mavrogiannopoulos2013-11-131-3/+7
* Update copyright years.Simon Josefsson2013-03-241-1/+1
* Indent code.Simon Josefsson2013-03-241-19/+22
* corrected compatibility mode with old structures.Nikos Mavrogiannopoulos2012-11-241-1/+1
* some simplifications in time handlingNikos Mavrogiannopoulos2012-11-241-2/+2
* Added asn1_decode_string_der() and asn1_encode_string_der().Nikos Mavrogiannopoulos2012-11-231-3/+3
* Added more ASN.1 string types and several simplifications.Nikos Mavrogiannopoulos2012-11-221-22/+22
* Renamed structures.Nikos Mavrogiannopoulos2012-10-111-37/+37
* asn_ -> asn1_Nikos Mavrogiannopoulos2012-10-061-38/+38
* removed unneeded variables and files.Nikos Mavrogiannopoulos2012-10-021-3/+1
* Use hash-pjw-bare instead of asn1_bhash().Nikos Mavrogiannopoulos2012-10-021-7/+8
* Renamed types.Nikos Mavrogiannopoulos2012-10-011-38/+38
* asn1_retCode -> intNikos Mavrogiannopoulos2012-10-011-5/+5
* small optimizations to avoid recalculation of hashes when copying nodes.Nikos Mavrogiannopoulos2012-09-231-0/+29
* improve performance by 50% by using hashes to compare strings.Nikos Mavrogiannopoulos2012-09-231-9/+24
* other small fixNikos Mavrogiannopoulos2012-09-201-1/+4
* _asn1_add_node_only -> _asn1_add_single_nodeNikos Mavrogiannopoulos2012-09-131-1/+1
* _asn1_add_node -> _asn1_add_static_nodeNikos Mavrogiannopoulos2012-09-131-2/+2
* Eliminated _asn1_malloc, _asn1_free and _asn_calloc.Nikos Mavrogiannopoulos2012-09-131-13/+13
* name is now a statically allocated string and other optimizations.Nikos Mavrogiannopoulos2012-09-121-104/+6
* Indent code.Simon Josefsson2012-03-191-1/+2
* Bump copyright years.Simon Josefsson2012-01-231-2/+1
* Silence warnings.Simon Josefsson2011-11-201-10/+11
* Update copyright years.Simon Josefsson2011-01-081-2/+2
* Indent examples. Fix syntax-check warnings.Simon Josefsson2010-04-131-1/+1
* asn1_check_version: Simplify.Simon Josefsson2010-03-161-87/+0
* Doc fixes.Simon Josefsson2010-03-161-5/+5
* Improve GTK-DOC comments.Simon Josefsson2010-02-171-1/+1
* 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
* Fix syntax-check problems.Simon Josefsson2009-05-201-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-42/+49