Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

der-parser 6.0 roadmap #37

Closed
chifflier opened this issue Nov 25, 2020 · 2 comments
Closed

der-parser 6.0 roadmap #37

chifflier opened this issue Nov 25, 2020 · 2 comments
Milestone

Comments

@chifflier
Copy link
Member

chifflier commented Nov 25, 2020

placeholder for now, roadmap is not defined yet

Some ideas:

  • Add &[u8] to error type ? (consequence: BerError will now have a lifetime, but we will be able to tell where the parsing failed)
  • Use Cow<'a, [u8]> everywhere so BerObject can own data
  • Support BER constructed strings. This may be done either be reconstructing the data (requiring owned data, see above), ropes (new dependency, for ex the bytes crate), or new/recursive object types (resulting in a complex API)
@chifflier
Copy link
Member Author

Adding no_std support to the 6.0 roadmap (PR in #50 )

@chifflier chifflier added this to the 6.0 milestone Jul 9, 2021
@naveedpash
Copy link

naveedpash commented Sep 23, 2021

Question: you guys aren't using serde to implement serialization?

Nevermind, I read up on some forums and understand why it is difficult to do asn.1 in serde. Just wanted to give you guys a heads up about an amazing crate: rasn that may help you in serialization

@chifflier chifflier unpinned this issue Dec 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants