You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you for creating and sharing this great repository for verifying Nitro enclave attestations! I’ve been exploring the code, and it’s very impressive. However, I have a few questions I’d like to clarify before using it in a real deployment, as I noticed recent commits include some refactors and reintroduced tests:
Has the code been audited for security?
Do you anticipate any major refactors or updates in the future?
Which parts of the codebase do you consider stable and safe for production use?
I understand that open-source maintenance can be challenging, and I truly appreciate your efforts. Any guidance you can provide would be incredibly helpful!
Thanks in advance, and looking forward to hearing from you.
The text was updated successfully, but these errors were encountered:
Thank you for your kind words and for your interest in the repository!
To address your questions:
Code Audit: The code hasn’t undergone a formal security audit yet.
Updates and Refactors: We are currently updating the P384 library with ECDSA384 and have plans to add certificate extension verification.
Stability for Production: The repository includes tests, but since the code hasn’t been formally audited, we recommend conducting your own assessments before deploying it in production. Additionally, we’ve implemented a ZK-based attestation verifier here if that interests you.
Please feel free to reach out with any further questions or feedback!
Hi,
Thank you for creating and sharing this great repository for verifying Nitro enclave attestations! I’ve been exploring the code, and it’s very impressive. However, I have a few questions I’d like to clarify before using it in a real deployment, as I noticed recent commits include some refactors and reintroduced tests:
I understand that open-source maintenance can be challenging, and I truly appreciate your efforts. Any guidance you can provide would be incredibly helpful!
Thanks in advance, and looking forward to hearing from you.
The text was updated successfully, but these errors were encountered: