[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Displaying an X.509 certificate
>Does anyone know where I can find a program that, given an X.509 certificate,
>will display its fields and their values in some human-readable form?
I've written a simple program to do this (it's pretty minimal, it only knows
about the OID's I was interested in, only does DER, and has a few other
limitations - I wasn't trying to create a general-purpose browser, just a quick
debugging tool), you can get it as
http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c.
Peter.