<[EMAIL PROTECTED]> writes:
> Can you point out some document or website where I can find the info?
You can download the "ASN.1 Complete" book from
http://www.oss.com/asn1/larmouth.html
The ASN.1 standards can be downloaded from
http://www.itu.int/ITU-T/studygroups/com17/languages/index.html
--
On Tue, Sep 20, 2005, [EMAIL PROTECTED] wrote:
> > At a guess I'd say you are using an EXPLICIT tag when you
> > need an IMPLICIT
> > one. The top (working) example could be an IMPLICIT [6]
> > SEQUENCE OF and the
> > non working second one an EXPLICIT [6] SEQUENCE OF. However
> > its not possi
> At a guess I'd say you are using an EXPLICIT tag when you
> need an IMPLICIT
> one. The top (working) example could be an IMPLICIT [6]
> SEQUENCE OF and the
> non working second one an EXPLICIT [6] SEQUENCE OF. However
> its not possible
> to say for sure.
>
> BTW if you want SubjectPublicKey
On Tue, Sep 20, 2005, [EMAIL PROTECTED] wrote:
> Hello,
>
> I'm implementing CMP protocol (2510bis-08) and I have some questions of ASN.1
>
> I have been using the ASN1 lib in OpenSSL and I love it, thanks!
> The macros help a lot! I don't have so much experience with ASN1.
>
Thank you, for re
Hello,
I'm implementing CMP protocol (2510bis-08) and I have some questions of ASN.1
I have been using the ASN1 lib in OpenSSL and I love it, thanks!
The macros help a lot! I don't have so much experience with ASN1.
But my problem is following:
Somehow I can't create correct ASN1 structure of C