1
1
mirror of https://github.com/wader/fq.git synced 2024-12-21 12:21:39 +03:00
fq/format/asn1/testdata/tc4.xml
Mattias Wadman 0829c167cc asn1_ber: Add decoder
Basic support, can also do CER and DER but without any extra validation.
No schema support.

Redo format doc.md usage a bit, now format/<dir>/<format>.md instead.

Related to #20
2022-02-06 22:13:03 +01:00

16 lines
484 B
XML

<?xml version="1.0"?>
<ASN1_TYPE>
<error>Length block 0xFF is reserved by standard</error>
<identification_block>
<warnings>
<warning>Tag too long, represented as hex-coded</warning>
</warnings>
<tag_class>CONTEXT_SPECIFIC</tag_class>
<is_constructed>false</is_constructed>
<value_hex>7F 7F 7F 7F 7F 7F 7F 7F 7F</value_hex>
</identification_block>
<length_block>
<error>Length block 0xFF is reserved by standard</error>
</length_block>
</ASN1_TYPE>