-
None whatsoever.
2009-07-27 14:05:58 UTC in The ASN.1 Compiler
-
> May I also ask if there is any connection to asn1c and this project:
That's the same thing.
2009-07-27 10:20:13 UTC in The ASN.1 Compiler
-
Replace the whole thing with:
IMPORTS
id-at, id-mr, informationFramework, upperBounds, selectedAttributeTypes,
basicAccessControl, certificateExtensions
FROM UsefulDefinitions {joint-iso-itu-t ds(5) module(1)
usefulDefinitions(0) 3}
Name, ATTRIBUTE, AttributeType, MATCHING-RULE, Attribute
FROM InformationFramework
ub-user-password
FROM UpperBounds
AuthenticationLevel
FROM...
2009-06-11 14:48:38 UTC in The ASN.1 Compiler
-
Please post a couple of lines before and after line 19.
Also, I would strongly suggest you to read this: http://catb.org/esr/faqs/smart-questions.html.
2009-06-11 14:33:04 UTC in The ASN.1 Compiler
-
You'll have to do it by hand. Though look at the code size; it may turn out that you won't be getting as much space saving as you anticipate: there is not too much code in there.
2009-06-11 01:42:33 UTC in The ASN.1 Compiler
-
No.
2009-06-03 02:58:13 UTC in The ASN.1 Compiler
-
SourceForge.net wrote:
> Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7395768
> By: idontgetoutmuch
>
> I have
>
> MyType ::= INTEGER
>
> If I decode a PER encoded value of (2^31)-1 then I get
>
> <MyType>2147483647</MyType>
>
> as expected.
>
> But if I decode a PER encoded value of...
2009-05-17 08:29:25 UTC in The ASN.1 Compiler
-
Show the corresponding ASN.1 definition?.
2009-05-04 15:47:17 UTC in The ASN.1 Compiler
-
The examples page talks about writing your own main() function.
For that, you don't need -DPDU.
If you use converter-sample.c, then you need the -DPDU.
That's why -DPDU is present in some PDF files but not in the http://lionet.info/asn1c/examples.html URL.
2009-04-23 23:36:01 UTC in The ASN.1 Compiler
-
It's just a matter of replacing "long" with "long long" in OBJECT_IDENTIFIER.[ch] sources.
2009-04-23 08:19:08 UTC in The ASN.1 Compiler