summaryrefslogtreecommitdiff
path: root/lib/ASN1.y
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Simon Josefsson2014-04-221-1/+1
* The parser accepts negative numbers in INTEGER ranges. Use snprintf() instead...Nikos Mavrogiannopoulos2013-11-251-17/+22
* doc fixesNikos Mavrogiannopoulos2013-11-131-1/+1
* Fix syntax-check warnings.Simon Josefsson2013-03-241-2/+1
* Update copyright years.Simon Josefsson2013-03-241-1/+1
* corrected possible buffer overflow in parser errors.Nikos Mavrogiannopoulos2012-11-251-3/+3
* Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIMENikos Mavrogiannopoulos2012-11-241-2/+2
* renamed typesNikos Mavrogiannopoulos2012-11-231-16/+16
* Added asn1_decode_string_der() and asn1_encode_string_der().Nikos Mavrogiannopoulos2012-11-231-2/+2
* zeroize last_error_token on unknown errors.Nikos Mavrogiannopoulos2012-11-231-1/+1
* better error printingNikos Mavrogiannopoulos2012-11-231-0/+3
* init stringsNikos Mavrogiannopoulos2012-11-231-2/+2
* store duplicate (with built-in values) in structure to be compatible with old...Nikos Mavrogiannopoulos2012-11-231-1/+4
* indented C code in ASN1.y, and added more verbose error reporting.Nikos Mavrogiannopoulos2012-11-221-61/+64
* idented codeNikos Mavrogiannopoulos2012-11-221-255/+292
* Added more ASN.1 string types and several simplifications.Nikos Mavrogiannopoulos2012-11-221-98/+160
* corrected typesNikos Mavrogiannopoulos2012-10-281-3/+3
* Allow empty IDENTIFIERS in ASN1 definitions. Suggested by Ivan Shmakov.Nikos Mavrogiannopoulos2012-10-091-0/+2
* asn_ -> asn1_Nikos Mavrogiannopoulos2012-10-061-3/+3
* eliminated use of old typesNikos Mavrogiannopoulos2012-10-011-10/+11
* removed unneeded castsNikos Mavrogiannopoulos2012-09-141-2/+2
* _asn1_add_node -> _asn1_add_static_nodeNikos Mavrogiannopoulos2012-09-131-52/+52
* Bump copyright years.Simon Josefsson2012-01-231-2/+1
* Update copyright years.Simon Josefsson2011-01-081-2/+2
* Doc fix.Simon Josefsson2010-12-061-30/+15
* Indent examples. Fix syntax-check warnings.Simon Josefsson2010-04-131-1/+1
* More GTK-DOC fixes.Simon Josefsson2010-02-171-5/+5
* More GTK-DOC comment fixes.Simon Josefsson2010-02-171-14/+10
* Improve GTK-DOC comments.Simon Josefsson2010-02-171-58/+58
* Merge Fabio and Nikos copyrights to the FSF, both have signed papers.Simon Josefsson2010-01-111-7/+4
* Update copyright notices.Simon Josefsson2010-01-111-1/+2
* Replace TRUE/FALSE with ASN1_TRUE/ASN1_FALSE to work around problem on Tru64.Simon Josefsson2009-05-281-5/+5
* removed duplicate token.Nikos Mavrogiannopoulos2009-05-261-1/+0
* Simplify unused debug code.Simon Josefsson2009-03-041-4/+3
* Bump copyright years.Simon Josefsson2009-03-041-1/+1
* Fix more warnings.Simon Josefsson2008-11-171-2/+2
* Fix warnings.Simon Josefsson2008-11-171-2/+3
* Use static keyword.Simon Josefsson2008-11-061-34/+21
* Move struct node_asn_struct to int.h.Simon Josefsson2008-11-041-3/+3
* Update usages of MAX_* constants.Simon Josefsson2008-10-081-7/+7
* Replace use of alloca with malloc.Simon Josefsson2008-04-211-2/+2
* Handle 'INTEGER { ...} (a..b)', as used by src/pkix.asn1.Simon Josefsson2008-02-011-2/+2
* Support 'BIT STRING (SIZE(42))' constructs, suggested by Cyril HolweckSimon Josefsson2006-03-081-0/+1
* Fix copyright.Simon Josefsson2006-02-091-2/+3
* Fix license.Simon Josefsson2005-07-161-7/+8
* Doc fix.Simon Josefsson2004-12-101-3/+5
* Doc fixes.Simon Josefsson2004-12-101-105/+123
* manage 'INTEGER(1 | 2)' syntaxlibtasn1_0_2_6Fabio Fiorina2003-09-181-8/+19
* some changes for minitasn1Nikos Mavrogiannopoulos2002-12-281-1/+1
* C99 macrolibtasn1_0_1_2Fabio Fiorina2002-10-091-2/+2