1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 09:56:07 +03:00
fq/format/asn1/testdata/tc44.ber.fqtest
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

9 lines
684 B
Plaintext

# not sure how this should be handled
$ fq -d asn1_ber d tc44.ber
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: tc44.ber (asn1_ber)
| | | error: asn1_ber: error at position 0x2: primitive with indefinite length
0x0|04 |. | class: "universal" (0)
0x0|04 |. | form: "primitive" (0)
0x0|04 |. | tag: "octet_string" (0x4)
0x0| 00| | .| | length: "indefinite" (0)