-
Notifications
You must be signed in to change notification settings - Fork 658
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove StripeSSLSocketFactory (#2599)
Motivation The Stripe API requires TLS 1.2 [0]. Android API 20+ have TLS 1.2 enabled by default [1]. Now that `minSdkVersion` is `21`, `StripeSSLSocketFactory` is no longer necessary. [0] https://stripe.com/blog/completing-tls-upgrade [1] https://developer.android.com/reference/javax/net/ssl/SSLSocket#default-configuration-for-different-android-versions Testing Verifiy on API 21 device
- Loading branch information
1 parent
d360344
commit ed99a5a
Showing
4 changed files
with
1 addition
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
104 changes: 0 additions & 104 deletions
104
stripe/src/main/java/com/stripe/android/StripeSSLSocketFactory.kt
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
stripe/src/test/java/com/stripe/android/StripeSSLSocketFactoryTest.kt
This file was deleted.
Oops, something went wrong.