mentioned sample.source.PKIX1

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@399 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2004-09-26 13:08:42 +00:00
parent 7bbc577fc0
commit b21cfd41d0
1 changed files with 4 additions and 1 deletions

View File

@ -3,8 +3,11 @@ This directory contains several convertors from a few known text formats into
the ASN.1 modules, as well as examples of these formats and the sample
convertor's output (generated by `make`).
To regenerate the .asn1 files, do `rm *.asn1; make`.
To regenerate the .asn1 files from the original RFC texts, do `rm *.asn1; make`.
To compile the files using asn1c, try
../asn1c/asn1c -P rfc3280-*.asn1
The ./sample.source.PKIX1 directory contains the X.509 certificate decoder.