Due to BER: - using `ber` features makes DER reader slow (about 20% slower) - `read_nested` now includes primitive `DecodeValue`s too (added in #1877) (partial fix in #1916) - ~indefinite flag in `Length` (#1894)~ - ~users of pure DER need to compile BER code too (maybe add feature flag?) (added in #1899)~ - ~constructed flag in `Header` (will be added in #1931)~
Due to BER:
berfeatures makes DER reader slow (about 20% slower)read_nestednow includes primitiveDecodeValues too(added in der: add
Reader::read_value, auto-nestDecodeValue#1877)(partial fix in der: auto
read_nestedin trait:DecodeValue::decode_value_nested#1916)indefinite flag inLength(der: add
indefiniteflag toLength#1894)users of pure DER need to compile BER code too (maybe add feature flag?)(added in der: constructed
OctetStringsupport #1899)constructed flag inHeader(will be added in Negative test case for constructed, definite-length octet string #1931)