aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/TLSSocketFactory.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use sni and alpn for start tls as well. apperently google requires itChristian Schneppe2018-10-021-1/+1
|
* use conscrypt as security provider to provide tls 1.3 and modern cyphers on ↵Christian Schneppe2018-10-011-12/+8
| | | | old androids
* introduced custom tls socket factory to make tls1.2 work for http connectionsChristian Schneppe2016-11-201-0/+70