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

Change dpe environment to accept DER encoded issuer #135

Merged
merged 2 commits into from
Aug 8, 2023

Conversation

willyzha
Copy link
Contributor

@willyzha willyzha commented Aug 4, 2023

It's difficult to account for different issuer name encoding in DPE. So rather than DER encoding the issuer from string inputs, instead accept a raw DER encoded byte array to place directly in the DPE certificate.

dpe/src/dpe_instance.rs Outdated Show resolved Hide resolved
dpe/src/x509.rs Show resolved Hide resolved
dpe/src/x509.rs Outdated Show resolved Hide resolved
dpe/src/dpe_instance.rs Outdated Show resolved Hide resolved
@willyzha willyzha force-pushed the issuer_input_fix branch 2 times, most recently from 7064bb6 to d3e0fe5 Compare August 7, 2023 15:06
dpe/src/dpe_instance.rs Outdated Show resolved Hide resolved
platform/src/default.rs Outdated Show resolved Hide resolved
jhand2
jhand2 previously approved these changes Aug 7, 2023
It's difficult to account for different issuer name encoding so rather
than DER encoding the issuer from string inputs instead accept a raw DER
encoded byte array to place in the certificate.
@jhand2 jhand2 merged commit 6c96584 into chipsalliance:main Aug 8, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants