xmtp / libxmtp

LibXMTP is a shared library encapsulating the core functionality of the XMTP messaging protocol, such as cryptography, networking, and language bindings.
MIT License
47 stars 20 forks source link

fix(android/ios): TLS Transport error #1285

Closed insipx closed 4 days ago

insipx commented 4 days ago

This PR ensures that IOS and Android use only webpki-roots for tonic. Bumping tonic from 12.2 to 12.3 breaks TLS if native-roots is enabled in addition to webpki for android and ios targets