patch: center image

This commit is contained in:
Jonathan Barrow 2024-01-30 17:15:02 -05:00 committed by GitHub
parent f335b51e6a
commit 28af90fb1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,10 @@
# SSSL - Hackless SSL bypass for the Wii U
<center>
<div align="center">
<img src="shutter.png">
<br>
<br>
</center>
</div>
On March 1, 2021 Nintendo released Wii U firmware version [5.5.5](https://wiiubrew.org/wiki/5.5.5). This update updated the Wii U's SSL verification and recompiled all RPLs (though no code changes were made). The exact purpose for this update is unknown, as nothing of significance was changed, and no other changes were made in this update. With the changes to SSL verification, Nintendo introduced a bug which allows for the forging of SSL certificates. These forged certificates will be seen as "Nintendo Signed" and, due to an existing bug with how the Wii U handles CA common names, will be accepted by all domains.
@ -34,4 +34,4 @@ This script takes in a PEM encoded copy of Nintendo CA - G3 and does the above p
## Credits
- Shutterbug for actually finding the new verification bug
- Jemma and Quarky for decompiling the updated SSL functions
- Jemma and Quarky for decompiling the updated SSL functions