librasn / rasn

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

Fix/issue 204 #206

Closed 6d7a closed 7 months ago

6d7a commented 7 months ago

Currently, NumericStrings are not handled correctly when using PER codecs because the character indices in the numeric char set are not determined correctly. This PR fixes this behavior and adds corresponding test cases.

Closes #204

XAMPPRocky commented 7 months ago

Thank you for your PR!