8000 Add ExtractIssuerFromX509Cert and OpenSSL implementation · Issue #26426 · project-chip/connectedhomeip · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add ExtractIssuerFromX509Cert and OpenSSL implementation #26426

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

Closed
tcarmelveilleux opened this issue May 8, 2023 · 0 comments · Fixed by #26588
Closed

Add ExtractIssuerFromX509Cert and OpenSSL implementation #26426

tcarmelveilleux opened this issue May 8, 2023 · 0 comments · Fixed by #26588
Assignees

Comments

@tcarmelveilleux
Copy link
Contributor

Need to document the basic interface, add OpenSSL implementation and add a unit test for:

CHIP_ERROR ExtractIssuerFromX509Cert(const ByteSpan & certificate, ByteSpan & out_issuer_in_place)

This should extract the bytes of an ASN.1 X.509 certificate issuer field, from in-place representation. The data is not copied-out, but rather out_issuer_in_place is updated to point to the contents of the certificate. The full Issuer sequence should be present.

Example of extracting the right format is attached.

extract_cert_fields_for_dcl.py.zip

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