Self hosted PS4 authentication algorithm #11
Labels
enhancement
New feature or request
platform:common
Not specific to any platform
protocol:ps4
PS4 controller protocol
Followup of #10.
Currently the native authenticator requires a fully working mbedTLS port for the target board, which might not always be available. For platforms without a working mbedTLS port, it might be desireable to include a gutted mbedCrypto copy that only does RSA and SHA256, with blinding and PSS salt disabled so it can work without an RNG implementation. Security is not very important here so these tradeoffs are acceptable.
The text was updated successfully, but these errors were encountered: