1
1
mirror of https://github.com/wader/fq.git synced 2024-12-26 23:15:04 +03:00
fq/format/asn1/testdata/tc36.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

18 lines
586 B
XML

<?xml version="1.0"?>
<BIT_STRING>
<error>Usign of "unused bits" inside constructive BIT STRING allowed for least one only</error>
<identification_block>
<tag_class>UNIVERSAL</tag_class>
<is_constructed>true</is_constructed>
<value_dec>3</value_dec>
</identification_block>
<length_block>
<is_indefinite_form>true</is_indefinite_form>
<long_form_used>false</long_form_used>
<length>0</length>
</length_block>
<value_block>
<error>Usign of "unused bits" inside constructive BIT STRING allowed for least one only</error>
</value_block>
</BIT_STRING>