wultra / ssl-pinning-android

Android SDK for our dynamic SSL pinning
Apache License 2.0
60 stars 8 forks source link

Add option to set TLS validation strategy #42

Closed hvge closed 3 years ago

hvge commented 3 years ago

We should add an option to configure TLS validation strategy applied to the library's internal networking code. This is typically welcomed by an application developers who has multiple non-production server environments configured with self-signed, or invalid certificates.

There will be two basic validation strategies provided by the library:

Similar feature is already implemented in our PowerAuth Mobile SDK.