Hacker News new | ask | show | jobs
by java-man 2499 days ago
I am afraid never - security is never a design goal, even when security is the main purpose of the software (OpenSSL/ heartbleed).
1 comments

That's why I think formally verified implementations are so critical, and why Project Everest (formally verified TLS) is so cool: https://project-everest.github.io/
Not an ADA guy, just curious:

1. does this library provide a way to clear secrets from memory?

2. does it provide means to ensure that the secrets will not be swapped to disk on page fault or copied in memory?

3. does it bignum implementation provide a way to clear the internal buffer?

thank you.