aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/SSLSocketHelper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-31optimize importsChristian Schneppe1-1/+2
2019-09-20migrate to AndroidXChristian Schneppe1-1/+1
2018-10-20catch exception if Conscrypt could not be initialized and use tls 1.2Christian Schneppe1-1/+5
2018-10-01fixed sni and alpn for kitkatChristian Schneppe1-5/+43
2018-10-01use conscrypt api to set sni and alpnChristian Schneppe1-31/+10
2018-10-01fixed regression that didn’t enable SNIChristian Schneppe1-20/+31
2018-10-01use conscrypt as security provider to provide tls 1.3 and modern cyphers on o...Christian Schneppe1-15/+14
2016-11-19reformat codeChristian Schneppe1-51/+51
2016-07-29changed package id inside manifest and projectChristian Schneppe1-1/+1
2016-02-03use TLSv1.2 as SSL context on supported plattformsDaniel Gultsch1-0/+11
2016-01-12move some ssl socket modifiers into a seperate helper classDaniel Gultsch1-0/+62