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

- Reduce memory requirement for generating x509 certificates #7834

Closed
todo bot opened this issue Jun 23, 2021 · 0 comments
Closed

- Reduce memory requirement for generating x509 certificates #7834

todo bot opened this issue Jun 23, 2021 · 0 comments
Assignees
Labels

Comments

@todo
Copy link

todo bot commented Jun 23, 2021

// TODO - Reduce memory requirement for generating x509 certificates
// As per specifications (section 6.3.7. Trusted Root CA Certificates), DER certs
// should require 600 bytes. Currently, due to ASN writer overheads, a larger buffer
// is needed, even though the generated certificate fits in 600 bytes limit.
constexpr uint32_t kMaxCHIPDERCertLength = 1024;
constexpr uint32_t kMaxCHIPCSRLength = 1024;
DeviceController::DeviceController()
{


This issue was generated by todo based on a TODO comment in 6c1f43a when #7666 was merged. cc @pan-apple.
@todo todo bot added the todo label Jun 23, 2021
@todo todo bot assigned pan-apple Jun 23, 2021
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

2 participants