diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-02 23:27:32 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-02 23:27:32 -0400 |
| commit | e0b5a0680004a157a08406f06876ce274e393429 (patch) | |
| tree | 7077f2b21f5f73d072bd0e1f307cb94a210eda87 | |
| parent | 8c2aae1ddf3c031965eb500fcdc5e7b3634529a4 (diff) | |
improve standard wipe-without-reboot implementation
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 5748625e..20827517 100644 --- a/static/releases.html +++ b/static/releases.html @@ -775,6 +775,8 @@ <p>Changes since the 2024053100 release:</p> <ul> + <li>extend the standard wipe-without-reboot implementation to run a secure element erase in addition to wiping the hardware keystore</li> + <li>extend the standard wipe-without-reboot implementation to wipe the encrypted disk encryption keys in addition to preventing deriving the key encryption keys used to encrypt them by wiping the hardware keystore</li> </ul> </article> --> |
