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

Remove ext/mbedtls-asn1 #1988

Open
d3zd3z opened this issue Jun 26, 2024 · 1 comment
Open

Remove ext/mbedtls-asn1 #1988

d3zd3z opened this issue Jun 26, 2024 · 1 comment

Comments

@d3zd3z
Copy link
Member

d3zd3z commented Jun 26, 2024

This directory was intended to be a snapshot of the ASN.1 code from Mbed TLS. With newer versions, this gets fairly large, as there are lots of include files that get brought in. Instead of this, just rely on the mbed TLS library being provided externally when ASN.1 parsing is needed.

@de-nordic
Copy link
Collaborator

Do we even need the ASN.1 ? As far as I understand it is used because we compile the key in such form, but why not just compile the raw key, without the encoding? Saves us code, saves us data, saves us run-time decoding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants