librasn / rasn

A Safe #[no_std] ASN.1 Codec Framework
Other
183 stars 43 forks source link

Fix PER ObjectIdentifier, correct Alignment for Choice index encoding #202

Closed Nicceboy closed 7 months ago

Nicceboy commented 7 months ago

Fixes #201

PER implementation for ObjectIdentifier is now the same than in asn1tools PER and in OER here, it should include only content objects of DER encoding and not the tag or length.

There are also some wild macros to get tag information for choice before encoding.

XAMPPRocky commented 7 months ago

Thank you for your PR!