summaryrefslogtreecommitdiff
path: root/lib/ASN1.y
AgeCommit message (Expand)AuthorFilesLines
2024-02-13Imported Upstream version 4.19.0upstream/4.19.0upstreamDariusz Michaluk1-174/+174
2019-08-28Imported Upstream version 4.14upstream/4.14Pawel Kowalski1-80/+109
2018-06-15Imported Upstream version 4.12upstream/4.12Dariusz Michaluk1-1/+1
2018-06-15Imported Upstream version 4.10upstream/4.10Dariusz Michaluk1-4/+4
2014-04-22Update copyright years.Simon Josefsson1-1/+1
2013-11-25The parser accepts negative numbers in INTEGER ranges. Use snprintf() instead...Nikos Mavrogiannopoulos1-17/+22
2013-11-13doc fixesNikos Mavrogiannopoulos1-1/+1
2013-03-24Fix syntax-check warnings.Simon Josefsson1-2/+1
2013-03-24Update copyright years.Simon Josefsson1-1/+1
2012-11-25corrected possible buffer overflow in parser errors.Nikos Mavrogiannopoulos1-3/+3
2012-11-24Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIMENikos Mavrogiannopoulos1-2/+2
2012-11-23renamed typesNikos Mavrogiannopoulos1-16/+16
2012-11-23Added asn1_decode_string_der() and asn1_encode_string_der().Nikos Mavrogiannopoulos1-2/+2
2012-11-23zeroize last_error_token on unknown errors.Nikos Mavrogiannopoulos1-1/+1
2012-11-23better error printingNikos Mavrogiannopoulos1-0/+3
2012-11-23init stringsNikos Mavrogiannopoulos1-2/+2
2012-11-23store duplicate (with built-in values) in structure to be compatible with old...Nikos Mavrogiannopoulos1-1/+4
2012-11-22indented C code in ASN1.y, and added more verbose error reporting.Nikos Mavrogiannopoulos1-61/+64
2012-11-22idented codeNikos Mavrogiannopoulos1-255/+292
2012-11-22Added more ASN.1 string types and several simplifications.Nikos Mavrogiannopoulos1-98/+160
2012-10-28corrected typesNikos Mavrogiannopoulos1-3/+3
2012-10-09Allow empty IDENTIFIERS in ASN1 definitions. Suggested by Ivan Shmakov.Nikos Mavrogiannopoulos1-0/+2
2012-10-06asn_ -> asn1_Nikos Mavrogiannopoulos1-3/+3
2012-10-01eliminated use of old typesNikos Mavrogiannopoulos1-10/+11
2012-09-14removed unneeded castsNikos Mavrogiannopoulos1-2/+2
2012-09-13_asn1_add_node -> _asn1_add_static_nodeNikos Mavrogiannopoulos1-52/+52
2012-01-23Bump copyright years.Simon Josefsson1-2/+1
2011-01-08Update copyright years.Simon Josefsson1-2/+2
2010-12-06Doc fix.Simon Josefsson1-30/+15
2010-04-13Indent examples. Fix syntax-check warnings.Simon Josefsson1-1/+1
2010-02-17More GTK-DOC fixes.Simon Josefsson1-5/+5
2010-02-17More GTK-DOC comment fixes.Simon Josefsson1-14/+10
2010-02-17Improve GTK-DOC comments.Simon Josefsson1-58/+58
2010-01-11Merge Fabio and Nikos copyrights to the FSF, both have signed papers.Simon Josefsson1-7/+4
2010-01-11Update copyright notices.Simon Josefsson1-1/+2
2009-05-28Replace TRUE/FALSE with ASN1_TRUE/ASN1_FALSE to work around problem on Tru64.Simon Josefsson1-5/+5
2009-05-26removed duplicate token.Nikos Mavrogiannopoulos1-1/+0
2009-03-04Simplify unused debug code.Simon Josefsson1-4/+3
2009-03-04Bump copyright years.Simon Josefsson1-1/+1
2008-11-17Fix more warnings.Simon Josefsson1-2/+2
2008-11-17Fix warnings.Simon Josefsson1-2/+3
2008-11-06Use static keyword.Simon Josefsson1-34/+21
2008-11-04Move struct node_asn_struct to int.h.Simon Josefsson1-3/+3
2008-10-08Update usages of MAX_* constants.Simon Josefsson1-7/+7
2008-04-21Replace use of alloca with malloc.Simon Josefsson1-2/+2
2008-02-01Handle 'INTEGER { ...} (a..b)', as used by src/pkix.asn1.Simon Josefsson1-2/+2
2006-03-08Support 'BIT STRING (SIZE(42))' constructs, suggested by Cyril HolweckSimon Josefsson1-0/+1
2006-02-09Fix copyright.Simon Josefsson1-2/+3
2005-07-16Fix license.Simon Josefsson1-7/+8
2004-12-10Doc fix.Simon Josefsson1-3/+5