07d4b1fc74fcbcdfa31392c0f479943a36a72590

C enum labels have to be globally unique. ASN.1 module ENUMERATED and INTEGER types with named values are not globally unique. This means that ASN.1 integer type value names and enumerations can cause conflicts when compiled to C. This new option allows the user to specify a prefix to apply to such names. Then this: Foo ::= ENUMERATED { v1 (0) } can generate: typedef enum Foo { prefix_v1 = 0, } Foo; instead of typedef enum Foo { v1 = 0, } Foo; which is very likely to conflict. TBD: Add option to use the type name as the prefix?
Heimdal
Heimdal is an implementation of:
- ASN.1/DER,
- PKIX, and
- Kerberos.
For information how to install see here.
There are man pages for most of the commands.
Bug reports and bugs are appreciated. Use GitHub issues.
For more information see the project homepage https://heimdal.software/heimdal/ or the mailing lists:
heimdal-announce@heimdal.software low-volume announcement heimdal-discuss@heimdal.software high-volume discussion
send mail to heimdal-announce-subscribe@heimdal.software and heimdal-discuss-subscribe@heimdal.software respectively to subscribe.
Build Status
Description
Languages
C
92.1%
Roff
2.8%
Shell
2.3%
Makefile
0.7%
M4
0.5%
Other
1.4%