librasn / rasn

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

Fix/jer compliance #243

Closed 6d7a closed 3 months ago

6d7a commented 3 months ago

Turns out I was consulting the wrong spec for the JER implementation. This PR fixes encoding and decoding of BIT STRINGs and removes erroneous identifier conversion. This way jer should be compliant with X.697 (with default encoding controls).

Thank you to @v0-e for pointing out issues with jer 👍

XAMPPRocky commented 3 months ago

Thank you for your PR!