summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-03-14 02:58:15 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-03-14 02:58:15 -0400
commitec2285aa72d304b90e7d5c7dd26179585feb9a6f (patch)
tree8b59a8c565230f403358d5505353760a98beb1ae
parent610427dc4134caae51e80544298667e78183742a (diff)
new PIN scrambling implementation
-rw-r--r--static/releases.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index c67f1128..e6f062c8 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -697,6 +697,8 @@
<li>disable compressed APEX support since it only wastes space when not heavily using out-of-band APEX updates and adds more verified boot attack surface</li>
<li>Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a: switch Qualcomm xtra-daemon service to standard time.xtracloud.net server from Pixel-specific time.google.com (we'll likely provide the option to use GrapheneOS servers for XTRA time and PSDS data on Qualcomm devices in the future as we do for newer generation Tensor Pixels already)</li>
<li>add infrastructure for allowing apps with INSTALL_PACKAGES to avoid trying to install the same package at the same time</li>
+ <li>new PIN scrambling implementing extending PIN scrambling to SIM PIN/PUK and redoing PIN scrambling each time the PIN UI is opened</li>
+ <li>Settings: reimplement PIN scrambling via modern GrapheneOS settings infrastructure</li>
<li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/60">version 60</a></li>
<li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-37">version 37</a></li>
</ul>