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

Consider using Derive for X.509 encoding #290

Open
jhand2 opened this issue Dec 18, 2023 · 0 comments
Open

Consider using Derive for X.509 encoding #290

jhand2 opened this issue Dec 18, 2023 · 0 comments
Assignees
Labels

Comments

@jhand2
Copy link
Collaborator

jhand2 commented Dec 18, 2023

The X.509 encoding library is a bit hard to follow/contribute to. It might be worth making it more like the asn1 library, where you derive an encode trait on a struct that holds the data to be encoded.

It might even be worth trying to use the asn1 crate and checking how much size it adds to the binary.

Not high priority, just a thought.

@jhand2 jhand2 added the Future label Feb 21, 2024
@jhand2 jhand2 self-assigned this Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant