kinnay / NintendoClients

Python package to communicate with Switch, Wii U and 3DS servers
MIT License
547 stars 66 forks source link

TLS verification? #35

Closed ioistired closed 4 years ago

ioistired commented 4 years ago

As far as I can tell, the library uses TLS but ignores server certificates. Since N's certificates are self signed, is it possible we could supply our own TLS fingerprints for at least ToFU-based verification?

kinnay commented 4 years ago

The new anyio implementation verifies the server certificates.