remove -Werror from automake
[platform/upstream/libtasn1.git] / lib / ASN1.y
2014-04-22 Simon JosefssonUpdate copyright years.
2013-11-25 Nikos Mavrogiannop... The parser accepts negative numbers in INTEGER ranges...
2013-11-13 Nikos Mavrogiannop... doc fixes
2013-03-24 Simon JosefssonFix syntax-check warnings.
2013-03-24 Simon JosefssonUpdate copyright years.
2012-11-25 Nikos Mavrogiannop... corrected possible buffer overflow in parser errors.
2012-11-24 Nikos Mavrogiannop... Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZ...
2012-11-23 Nikos Mavrogiannop... renamed types
2012-11-23 Nikos Mavrogiannop... Added asn1_decode_string_der() and asn1_encode_string_d...
2012-11-23 Nikos Mavrogiannop... zeroize last_error_token on unknown errors.
2012-11-23 Nikos Mavrogiannop... better error printing
2012-11-23 Nikos Mavrogiannop... init strings
2012-11-23 Nikos Mavrogiannop... store duplicate (with built-in values) in structure...
2012-11-22 Nikos Mavrogiannop... indented C code in ASN1.y, and added more verbose error...
2012-11-22 Nikos Mavrogiannop... idented code
2012-11-22 Nikos Mavrogiannop... Added more ASN.1 string types and several simplifications.
2012-10-28 Nikos Mavrogiannop... corrected types
2012-10-09 Nikos Mavrogiannop... Allow empty IDENTIFIERS in ASN1 definitions. Suggested...
2012-10-06 Nikos Mavrogiannop... asn_ -> asn1_
2012-10-01 Nikos Mavrogiannop... eliminated use of old types
2012-09-14 Nikos Mavrogiannop... removed unneeded casts
2012-09-13 Nikos Mavrogiannop... _asn1_add_node -> _asn1_add_static_node
2012-01-23 Simon JosefssonBump copyright years.
2011-01-08 Simon JosefssonUpdate copyright years.
2010-12-06 Simon JosefssonDoc fix.
2010-04-13 Simon JosefssonIndent examples. Fix syntax-check warnings.
2010-02-17 Simon JosefssonMore GTK-DOC fixes.
2010-02-17 Simon JosefssonMore GTK-DOC comment 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-28 Simon JosefssonReplace TRUE/FALSE with ASN1_TRUE/ASN1_FALSE to work...
2009-05-26 Nikos Mavrogiannop... removed duplicate token.
2009-03-04 Simon JosefssonSimplify unused debug code.
2009-03-04 Simon JosefssonBump copyright years.
2008-11-17 Simon JosefssonFix more warnings.
2008-11-17 Simon JosefssonFix warnings.
2008-11-06 Simon JosefssonUse static keyword.
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-10-08 Simon JosefssonUpdate usages of MAX_* constants.
2008-04-21 Simon JosefssonReplace use of alloca with malloc.
2008-02-01 Simon JosefssonHandle 'INTEGER { ...} (a..b)', as used by src/pkix...
2006-03-08 Simon JosefssonSupport 'BIT STRING (SIZE(42))' constructs, suggested...
2006-02-09 Simon JosefssonFix copyright.
2005-07-16 Simon JosefssonFix license.
2004-12-10 Simon JosefssonDoc fix.
2004-12-10 Simon JosefssonDoc fixes.
2003-09-18 Fabio Fiorinamanage 'INTEGER(1 | 2)' syntax
2002-12-28 Nikos Mavrogiannop... some changes for minitasn1
2002-10-09 Fabio FiorinaC99 macro
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-06-11 Nikos Mavrogiannop... Added check for NULL pointer in given error strings.
2002-05-15 Fabio FiorinaStart Up Version