Implementing TLS 1.2 on Android 2.3.3

后端 未结 3 1994
北荒
北荒 2020-12-10 13:12

I have been trying to implement TLS 1.2 on Android. I create an SSLSocket s but when I run s.getSupportedProtocols(), TLS 1.2 is not one of the options. TLSv1 and SSLv3 are

3条回答
  •  一生所求
    2020-12-10 13:27

    Just for documentation purpose (this question is 3.5 years old) - Android API documentation has a list of supported SSL/TLS per API level, including specific cipher suites: https://developer.android.com/reference/javax/net/ssl/SSLSocket.html

提交回复
热议问题