use x509dump

This commit is contained in:
Lev Walkin 2004-09-23 22:18:25 +00:00
parent c3808c1f17
commit 59d426ee7d
1 changed files with 5 additions and 2 deletions

7
FAQ
View File

@ -30,9 +30,12 @@ A:
However, the asn1c compiler is able to understand the newer PKIX1
ASN.1 specs, contained in RFC3280, which obsole RFC2459.
Try this one out:
Try this one out instead:
cd ./examples/sample.source.PKIX1
make
./x509dump -h
./asn1c/asn1c -P examples/rfc3280-*.asn1
--
Lev Walkin