> parsing a X.509 format public key certificate using an ASN.1
> parser.
Out of curiosity, which parser are you using? In the past I tried
Objective Systmes. but it had a terrible time with the ITU's *.asn
files. (It seems the ITU has problems with their own files).
> eccrypto.h from cryptopp 5.2.1 package ... MSVC6 SP5
ECC and MSVC6 gave me problems in the past. Most notably, the
"Internal Compiler Error". Outside of re-arranging functions
(really!!!), I don't know what it might be.
Jeff
> > [SNIP]