Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to set TLS validation strategy #42

Closed
hvge opened this issue Nov 23, 2020 · 0 comments
Closed

Add option to set TLS validation strategy #42

hvge opened this issue Nov 23, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hvge
Copy link
Member

hvge commented Nov 23, 2020

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:

  • System TLS handling configured as default. So if developer doesn't touch this option, then library will work as before.
  • Strategy that will allow untrusted TLS certificates, for development purposes.

Similar feature is already implemented in our PowerAuth Mobile SDK.

@hvge hvge added the enhancement New feature or request label Nov 23, 2020
@hvge hvge self-assigned this Nov 23, 2020
@hvge hvge closed this as completed in d1520ee Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant