cert4android
cert4android copied to clipboard
Android service + TrustManager for managing custom certificates in an app-private key store
Not really important, but the library is still using M3. It should be a pretty quick PR Depends on #39
See - okhttp: [TrustManagers on Android are Weird!](https://square.github.io/okhttp/5.x/okhttp/okhttp3/-ok-http-client/-builder/ssl-socket-factory.html) - https://developer.android.com/reference/android/net/http/X509TrustManagerExtensions - https://developer.android.com/reference/javax/net/ssl/X509ExtendedTrustManager?hl=en Implementing `X509ExtendedTrustManager` allows okhttp to use `AndroidCertificateChainCleaner`.
Translations update from [Hosted Weblate](https://hosted.weblate.org) for [cert4android/lib](https://hosted.weblate.org/projects/cert4android/lib/). Current translation status: 
okhttp `BasicCertificateChainCleaner` uses the value of `CustomCertManager.acceptedIssuers`, but we don't return anything. We should find out what `BasicCertificateChainCleaner` exactly does and why and whether we should return something in `acceptedIssuers`....