Skip to content

8757 login fails

cyberta requested to merge cyberta/bitmask_android:8757_login_fails into master

This MR fixes the broken session cookie handling for Android Nougat which affects the login. Moreover there's a custom SSLSocketFactory which enforces TLS 1.2 for all connections. The newly implemented okhttp library faciliates a further refactoring of the certificate pinning later on.

Merge request reports