You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
westonal
changed the title
Remove unsafe implementation of TrustManager
Remove unsafe implementation of TrustManager, X509TrustManager
Feb 3, 2017
westonal
changed the title
Remove unsafe implementation of TrustManager, X509TrustManager
Resolve unsafe implementation of TrustManager, X509TrustManager
Feb 3, 2017
This needs to be fixed or android applications can not use socialauth anymore.
What is the need of the Trustmanager code in org.brickred.socialauth.util.HttpUtil?
The doc does not say it.
The froyo code can be thrown out anyway as its less than 1% of Android users https://developer.android.com/about/dashboards/index.html
But there is still a class DefaultTrustManager that does not perform any certificate checks for all other versions there.
dpreussler
pushed a commit
to dpreussler/socialauth
that referenced
this issue
Feb 5, 2017
Since May 17, 2016 Google has begun blocking new apps, and app updates containing "unsafe" implementations of
X509TrustManager
Details here: https://support.google.com/faqs/answer/6346016
The text was updated successfully, but these errors were encountered: