aboutsummaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-20 13:38:07 +0000
committerLev Walkin <vlm@lionet.info>2004-08-20 13:38:07 +0000
commitce8ccfa979f33a5736ab407d7add865f92f4f60b (patch)
treeb4be3f8007dd07abeedc37f268d862ae1cade4e6 /FAQ
parent006de1c017a2ece888e937b52fd624d193063f63 (diff)
new file
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ14
1 files changed, 14 insertions, 0 deletions
diff --git a/FAQ b/FAQ
new file mode 100644
index 00000000..97b097eb
--- /dev/null
+++ b/FAQ
@@ -0,0 +1,14 @@
+
+Q: Your compiler supplies a der_encode() procedure. How do I encode BER?
+A:
+ The DER (and CER) are stricter subsets of a more generic BER encoding
+ method. If you encode data with DER or CER, all BER-conformant decoders
+ will easily understand that. Hence, to encode data in the BER format,
+ simply use the DER encoder, der_encode().
+
+ See also: ISO/IEC 8825-1 / X.690:
+ "ASN.1 encoding rules: Specification of
+ Basic Encoding Rules (BER),
+ Canonical Encoding Rules (CER) and
+ Distinguished Encoding Rules (DER)"
+