anaisbetts / ModernHttpClient

HttpClient implementations that use platform-native HTTP clients for :rocket:
MIT License
662 stars 263 forks source link

List of encryption algorithms used in library #258

Open jmkyo opened 6 years ago

jmkyo commented 6 years ago

Can you please share a list of encryption algorithms (+ bit strengths) that are part of ModernHttpClient?

We're using the library and need to know it for export control purposes (paper work). e.g., AES, 3DES, RSA, RC4, etc

Cheesebaron commented 6 years ago

Refer to what OkHttp 2.4.0 uses: https://github.com/square/okhttp/tree/parent-2.4.0 on Android

And refer to what apple provides on iOS.