fixes in length calculation in _asn1_extract_der_octet().
[platform/upstream/libtasn1.git] / lib / parser_aux.c
2014-05-17 Nikos Mavrogiannop... Reverted ltostr() changes as the cause a significant...
2014-05-17 Nikos Mavrogiannop... Revert "simplify ltostr()"
2014-05-16 Nikos Mavrogiannop... simplify ltostr()
2014-05-10 Nikos Mavrogiannop... cleaned up a bit _asn1_remove_node().
2014-05-10 Nikos Mavrogiannop... prevent memset() from being optimized out.
2014-04-22 Simon JosefssonFix syntax-check nits.
2014-04-22 Simon JosefssonUpdate copyright years.
2014-04-15 Nikos Mavrogiannop... fixed several coverity reported bugs.
2013-11-13 Nikos Mavrogiannop... Added asn1_delete_structure2().
2013-03-24 Simon JosefssonUpdate copyright years.
2013-03-24 Simon JosefssonIndent code.
2012-11-24 Nikos Mavrogiannop... corrected compatibility mode with old structures.
2012-11-24 Nikos Mavrogiannop... some simplifications in time handling
2012-11-23 Nikos Mavrogiannop... Added asn1_decode_string_der() and asn1_encode_string_d...
2012-11-22 Nikos Mavrogiannop... Added more ASN.1 string types and several simplifications.
2012-10-11 Nikos Mavrogiannop... Renamed structures.
2012-10-06 Nikos Mavrogiannop... asn_ -> asn1_
2012-10-02 Nikos Mavrogiannop... removed unneeded variables and files.
2012-10-02 Nikos Mavrogiannop... Use hash-pjw-bare instead of asn1_bhash().
2012-10-01 Nikos Mavrogiannop... Renamed types.
2012-10-01 Nikos Mavrogiannop... asn1_retCode -> int
2012-09-23 Nikos Mavrogiannop... small optimizations to avoid recalculation of hashes...
2012-09-23 Nikos Mavrogiannop... improve performance by 50% by using hashes to compare...
2012-09-20 Nikos Mavrogiannop... other small fix
2012-09-13 Nikos Mavrogiannop... _asn1_add_node_only -> _asn1_add_single_node
2012-09-13 Nikos Mavrogiannop... _asn1_add_node -> _asn1_add_static_node
2012-09-13 Nikos Mavrogiannop... Eliminated _asn1_malloc, _asn1_free and _asn_calloc.
2012-09-12 Nikos Mavrogiannop... name is now a statically allocated string and other...
2012-03-19 Simon JosefssonIndent code.
2012-01-23 Simon JosefssonBump copyright years.
2011-11-20 Simon JosefssonSilence warnings.
2011-01-08 Simon JosefssonUpdate copyright years.
2010-04-13 Simon JosefssonIndent examples. Fix syntax-check warnings.
2010-03-16 Simon Josefssonasn1_check_version: Simplify.
2010-03-16 Simon JosefssonDoc fixes.
2010-02-17 Simon JosefssonImprove GTK-DOC comments.
2010-01-11 Simon JosefssonMerge Fabio and Nikos copyrights to the FSF, both have...
2010-01-11 Simon JosefssonUpdate copyright notices.
2009-05-20 Simon JosefssonFix syntax-check problems.
2009-03-23 Simon JosefssonMake it compile.
2009-03-04 Simon JosefssonIndent code. Reproduce using 'make indent' with GNU...
2009-03-04 Simon JosefssonSimplify unused debug code.
2009-03-04 Simon JosefssonBump copyright years.
2008-11-10 Simon JosefssonReapply Nikos' optimization patch. Remove deprecated...
2008-11-10 Simon JosefssonRevert small_value patch temporarily.
2008-11-06 Simon JosefssonFix LIBTASN1_VERSION namespace violation.
2008-11-04 Nikos Mavrogiannop... Merge branch 'master' of ssh://git.savannah.gnu.org...
2008-11-04 Simon JosefssonMove struct node_asn_struct to int.h.
2008-11-03 Nikos Mavrogiannop... * Optimized tree generation by adding a small_value...
2008-10-08 Simon JosefssonUpdate usages of MAX_* constants.
2007-08-31 Simon JosefssonFix asn1_check_version to accept that (e.g.) 1.0 is...
2006-05-09 Nikos Mavrogiannop... some fixes. node_asn now has value_len set to zero...
2006-04-26 Nikos Mavrogiannop... changed the coding style to -i2, so the source code...
2006-03-26 Nikos Mavrogiannop... Removed some of signedness warnings. Still many to go.
2006-03-08 Simon JosefssonTypo.
2006-03-08 Simon JosefssonRevert, don't export asn1_find_up.
2006-03-08 Simon JosefssonFix prototypes.
2006-03-08 Simon JosefssonExport asn1_find_node and asn1_find_up.
2006-02-23 Simon JosefssonRemove der.h.
2006-02-11 Simon JosefssonExport DER utility functions.
2006-02-09 Simon JosefssonFix typos.
2006-02-09 Simon JosefssonFix copyright.
2006-02-08 Simon JosefssonAdd libtasn1 fixes from Nikos, prompted by report from...
2005-07-16 Simon JosefssonFix license.
2004-12-10 Simon JosefssonDoc fix.
2004-11-10 Nikos Mavrogiannop... corrected some access to invalid data.
2004-11-03 Simon JosefssonGTK-DOC fixes.
2004-10-29 Simon JosefssonDoc fixes, from Martijn Koster <mak@greenhills.co.uk>.
2003-03-25 Fabio FiorinaAdd DEFAULT with OID
2003-02-25 Fabio Fiorinaadd vector length check
2003-02-03 Fabio Fiorinachange asn1_create_element interface
2002-12-28 Nikos Mavrogiannop... some changes for minitasn1
2002-10-03 Fabio Fiorinaprefix symbols and functions
2002-07-01 Fabio Fiorinaadd const keyword
2002-06-14 Nikos Mavrogiannop... license changed to GNU Lesser GPL.
2002-05-15 Fabio FiorinaStart Up Version