Add helper to get/set EKCert and AIKCert
Open
- Dominant language
- C
- Stars
- 309
- Forks
- 118
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 33
Description
We have utility methods to get the EK and AIK public keys (for both RSA and ECC). We should also have a way for users to easily fetch the corresponding certs.
This is mostly just reading/writing NVData and converting it to a [`x509.Certificate`](https://golang.org/pkg/crypto/x509/#Certificate).
Contributor guide
Assessment
This issue has not been assessed yet.