cert4android icon indicating copy to clipboard operation
cert4android copied to clipboard

Android service + TrustManager for managing custom certificates in an app-private key store

Results 5 cert4android issues
Sort by recently updated
recently updated
newest added

Depends on #39

refactoring

Not really important, but the library is still using M3. It should be a pretty quick PR Depends on #39

refactoring

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`.

enhancement

Translations update from [Hosted Weblate](https://hosted.weblate.org) for [cert4android/lib](https://hosted.weblate.org/projects/cert4android/lib/). Current translation status: ![Weblate translation status](https://hosted.weblate.org/widget/cert4android/lib/horizontal-auto.svg)

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`....

enhancement