RE: ASN.1 problems when implementing CMP protocol

2005-09-20 Thread Mikael.Nylund
> 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

ASN.1 problems when implementing CMP protocol

2005-09-20 Thread Mikael.Nylund
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