Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self hosted PS4 authentication algorithm #11

Open
dogtopus opened this issue Apr 13, 2022 · 0 comments
Open

Self hosted PS4 authentication algorithm #11

dogtopus opened this issue Apr 13, 2022 · 0 comments
Labels
enhancement New feature or request platform:common Not specific to any platform protocol:ps4 PS4 controller protocol

Comments

@dogtopus
Copy link
Member

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.

@dogtopus dogtopus added enhancement New feature or request platform:common Not specific to any platform protocol:ps4 PS4 controller protocol labels Apr 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request platform:common Not specific to any platform protocol:ps4 PS4 controller protocol
Projects
None yet
Development

No branches or pull requests

1 participant