Jigsaw-Code / Intra

An experimental tool that allows you to test new DNS-over-HTTPS services on Android
Apache License 2.0
1.55k stars 261 forks source link

Ponder using TLS v1.3 #138

Open ahupowerdns opened 5 years ago

ahupowerdns commented 5 years ago

Hi - I note that Intra (as downloaded from google play store yesterday) on Android 8.1 does not use TLSv1.3 - is this by design? It seems v1.3 would have advantages. On the PowerDNS DoH server I see Firefox use 1.3 successfully - although I of course do not see requests that fail to reach me.

bemasc commented 5 years ago

Intra currently uses OkHttp for all networking, and I believe that OkHttp uses the system's default TLS stack, so Intra can't use TLS 1.3 until the OS libraries gets TLS 1.3 support.

mrsylerpowers commented 5 years ago

Should be fixed with #174