bcgit / pc-dart

Pointy Castle - Dart Derived Bouncy Castle APIs
MIT License
230 stars 120 forks source link

Support parsing of nested objects with indefinite lengths #215

Closed hig-dev closed 6 months ago

hig-dev commented 8 months ago

This pull request introduces the ability to parse nested ASN.1 objects with indefinite lengths. Currently, the library is not able to parse BER encoded objects that have nested objects with indefinite lengths.

Ephenodrom commented 6 months ago

@hig-dev This looks good. Thank you!

Ephenodrom commented 6 months ago

@hig-dev Version 3.7.4 is now available on pub.dev including this PR. Feel to contribute more in the future :)