wstrange / asn1lib

Dart ASN1 Encoder / Decoder
BSD 2-Clause "Simplified" License
30 stars 31 forks source link

Allow OID octets to be zero, fix typo, bump version to 0.8.1 #48

Closed point-source closed 4 years ago

point-source commented 4 years ago

Allowing zero octets improves SNMP compatibility (even if it is inadvisable per spec)

point-source commented 4 years ago

Let me know if you want an accompanying test for the zero-octet thing. Happy to add one