mirror of
https://github.com/zoogie/nds-constraint.git
synced 2025-06-18 19:25:31 -04:00
Update README.md
This commit is contained in:
parent
366088185d
commit
df594ad6c9
@ -3,7 +3,9 @@ Because Nintendo can't do SSL properly.
|
||||
|
||||
# How does this work?
|
||||
The NDS SDK's SSL library supports something called "cert chains", which is a standard thing that all SSL libs should support.
|
||||
|
||||
However, there is a fatal flaw in their implementation: they do not check if a cert is supposed to sign other certs or not (in other words: it doesn't check if it is a CA)
|
||||
|
||||
Since we have some Nintendo signed certificates with private keys (client certs from the Wii), we can simply sign with those, and then return them from the server as part of the chain.
|
||||
|
||||
# Requirements
|
||||
|
Loading…
Reference in New Issue
Block a user