Rapsssito / react-native-tcp-socket

React Native TCP socket API for Android, iOS & macOS with SSL/TLS support.
MIT License
303 stars 81 forks source link

feat(Android): Add TLS key & cert for server #192

Closed vricosti closed 2 days ago

vricosti commented 1 month ago

This code allows me to connect to an android device running a server (with a self signed certificate) and using also a client with a self-signed certificate. I have also implemented the getCertificate/getPeerCertificate since I need for the androitv-remote protocol.

Rapsssito commented 2 weeks ago

@vricosti thanks a lot for the PR! Could you please remove the changes in .gitignore, coverage/coverage-final.json and TLSSocket.d.ts files?

vricosti commented 2 weeks ago

Done