blob: c34eee393ed494646c124d74fd4b4048ab03c215 [file] [log] [blame]
Lev Walkin70fed102005-02-18 09:48:41 +00001Mode of operation:
2
Lev Walkin725883b2006-10-09 12:07:58 +00003 Each of the *.in files is XER-decoded, then converted into DER,
4 then decoded back from DER, then encoded into XER again,
Lev Walkin3cf7c3a2006-08-31 01:02:20 +00005 and finally compared to the original encoding.
Lev Walkin70fed102005-02-18 09:48:41 +00006
7Naming conventions:
8
Lev Walkin44bb01e2012-09-04 14:39:37 -07009*-B.in - The file is intentionally (B)roken
10*-D.in - Reconstructing should yield (D)ifferent data
Lev Walkin01e8b9f2005-07-03 05:21:42 +000011*-E.in - CXER reconstruction should yield byte-wise identical data.
12*-X.in - CXER reconstruction should yield non-identical data.
13
14Otherwise, a reconstructed buffer should loosely match the original.