aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/asn1_compiler.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-29ASN.1: Remove unnecessary shadowed local variableLeonardo Bras1-1/+1
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada1-1/+1
2016-04-06ASN.1: fix open failure check on headernameColin Ian King1-1/+1
2015-08-07ASN.1: Copy string names to tokens in ASN.1 compilerDavid Howells1-82/+73
2015-08-07ASN.1: Add an ASN.1 compiler option to dump the element treeDavid Howells1-12/+76
2015-08-05ASN.1: Handle 'ANY OPTIONAL' in grammarDavid Howells1-1/+2
2015-08-05ASN.1: Fix actions on CHOICE elements with IMPLICIT tagsDavid Howells1-1/+2
2015-08-05ASN.1: Fix handling of CHOICE in ASN.1 compilerDavid Howells1-7/+10
2015-01-23X.509: silence asn1 compiler debug outputArnd Bergmann1-11/+19
2013-09-25X.509: remove possible code fragility: enumeration values not handledAntonio Alecrim Jr1-0/+2
2012-10-08X.509: Add simple ASN.1 grammar compilerDavid Howells1-0/+1545