aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/TLSSocketFactory.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-02use sni and alpn for start tls as well. apperently google requires itChristian Schneppe1-1/+1
2018-10-01use conscrypt as security provider to provide tls 1.3 and modern cyphers on o...Christian Schneppe1-12/+8
2016-11-20introduced custom tls socket factory to make tls1.2 work for http connectionsChristian Schneppe1-0/+70