On Thu, Oct 23, 2003, Suram wrote:
> HI all,
>
> I am trying to parse a PKCS#7 request using "asn1parse". This request is an
> SCEP request.
>
> Iam attaching the file for your ready reference.
> I used the following openssl command
>
> asn1parse -inform PEM -in file.txt -i -out output.txt
>
You can try "-dump" to show all informations.
Anyway, "pkcs7" with "-print_certs" option is better to print
certificates contained in your pkcs7.
Suram wrote:
>
> HI all,
>
> I am trying to parse a PKCS#7 request using "asn1parse". This request is an
> SCEP request.
>
> Iam attaching the file