aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-09-16 03:42:13 +0000
committerLev Walkin <vlm@lionet.info>2006-09-16 03:42:13 +0000
commit0f2c27211e890dd637bfa6707e6dc19be5ab79ad (patch)
treef9da63ead7ddfa7aab217fd0df6851ed5b5bd331
parent85c95c5d0a00d6768113bfa7f893c79610b6a5e8 (diff)
*** empty log message ***
-rw-r--r--examples/sample.source.MEGACO/README3
-rw-r--r--examples/sample.source.MHEG5/README8
-rw-r--r--examples/sample.source.PKIX1/README11
3 files changed, 7 insertions, 15 deletions
diff --git a/examples/sample.source.MEGACO/README b/examples/sample.source.MEGACO/README
index fb1bfd9a..447d932e 100644
--- a/examples/sample.source.MEGACO/README
+++ b/examples/sample.source.MEGACO/README
@@ -6,9 +6,6 @@ The MEGACO (Media Gateway Control Protocol) PDU decoder.
Invoking `make` will compile the ASN.1 specifications from the rfc3525.txt
in the above directory.
-The ../../skeletons/converter-sample.c will supply the missing
-"int main()" routine which drives the decoding process.
-
megacoDump USAGE
==============
diff --git a/examples/sample.source.MHEG5/README b/examples/sample.source.MHEG5/README
index 3b8dc0c6..cfb56e5d 100644
--- a/examples/sample.source.MHEG5/README
+++ b/examples/sample.source.MHEG5/README
@@ -5,10 +5,8 @@ GENERAL INFORMATION
The ISO MHEG-5 (Multimedia Hypermedia Experts Group,
Multimedia Presentations) decoder.
-Invoking `make` will compile the ASN.1 specifications from the
-../ISO13522-MHEG-5.asn file.
-
-THERE IS NO ISO13522-MHEG-5.asn FILE THERE YET!
+Invoking `make` will first attempt compile the ASN.1 specifications from the
+../ISO13522-MHEG-5.asn file. THERE IS NO ISO13522-MHEG-5.asn FILE THERE YET!
OBTAINING THE MHEG-5 SPECIFICATION
==================================
@@ -29,7 +27,7 @@ mheg5dump USAGE
The mheg5dump utility may be used to dump the contents of the BER-encoded
MHEG-5 data record file:
- ./mheg5dump tapfile.der # Print MHEG-5 stream as XML (BASIC-XER)
+ ./mheg5dump tapfile.ber # Print MHEG-5 stream as XML (BASIC-XER)
The full list of recognized command line options may be obtained with
diff --git a/examples/sample.source.PKIX1/README b/examples/sample.source.PKIX1/README
index b28e817a..de8e12f8 100644
--- a/examples/sample.source.PKIX1/README
+++ b/examples/sample.source.PKIX1/README
@@ -5,16 +5,13 @@ GENERAL INFORMATION
The X.509 (PKIX1) certificate decoder. Invoking `make` will compile the ASN.1
specifications from the rfc3280.txt in the above directory.
-The ../../skeletons/converter-sample.c will supply the missing
-"int main()" routine which drives the decoding process.
-
x509dump USAGE
==============
-To use the code, you'll have to prepare an X.509 certificate in DER encoding.
-The typical X.509 certificate will have a PEM form (DER encoded data wrapped
-in base64, wrapped in PEM "BEGIN" and "END" sections). The openssl x509 utility
-may be used to convert between PEM and DER.
+To use the x509dump, you'll have to prepare an X.509 certificate
+in DER encoding. The typical X.509 certificate will have a PEM format
+(DER encoded data wrapped in base64, wrapped in PEM "BEGIN" and "END" sections).
+The openssl x509 utility may be used to convert between PEM and DER.
EXAMPLE: Convert 'certificate.pem' into 'certificate.der':