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

Added support for TLS 1.2 on Android < 5.1 #30

Merged
merged 3 commits into from
Mar 10, 2020
Merged

Conversation

kober32
Copy link
Member

@kober32 kober32 commented Mar 5, 2020

Resolved #29

@kober32 kober32 requested a review from TomasKypta March 5, 2020 16:02
README.md Outdated
## TLS 1.2 Support for older Android versions

This library supports TLS 1.2 for older Android version (API < 22), but in some cases,
your app will need to call `ProviderInstaller.installIfNeeded`, to install system support.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would note that it is part of Play Services (I guess you need play-services-basement artifact).

@TomasKypta
Copy link
Member

OK, technically isn't not a problem to add for Android 5.0, but I guess it's not necessary there.
Here's some reading https://quizlet.com/blog/working-with-tls-1-2-on-android-4-4-and-lower

@kober32 kober32 requested a review from TomasKypta March 9, 2020 09:32
@kober32 kober32 merged commit 7ce1635 into develop Mar 10, 2020
@kober32 kober32 deleted the issues/29-tls12 branch March 10, 2020 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add possibility to force TLS 1.2
2 participants