aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/crypto/XmppDomainVerifier.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-31made domain verifier case insensitive.Christian Schneppe1-9/+10
2018-10-02made xmpp domain verifier verify wildcard domains where domain is a sub.sub d...Christian Schneppe1-58/+65
2018-03-12integrate trust manager into conversationsChristian Schneppe1-2/+0
2017-08-01made OF selfSigned() workaround only available >=kitkatChristian Schneppe1-4/+3
2017-08-01use CN-workaround for pre-kitkatChristian Schneppe1-2/+4
2017-08-01fix regression introduces with OF fix. properly fall back to common nameChristian Schneppe1-7/+7
2017-08-01workaround for OpenFire: check CN first in self signed certsChristian Schneppe1-5/+32
2017-06-24also check for hostname in in certs if hostname is from trusted sourceChristian Schneppe1-4/+16
2016-11-19reformat codeChristian Schneppe1-94/+94
2016-07-29changed package id inside manifest and projectChristian Schneppe1-1/+1
2015-10-15moved other name parsing into seperate methodDaniel Gultsch1-40/+45
2015-10-15use constants for oids in xmppdomainverifierDaniel Gultsch1-2/+5
2015-10-15more checks for xmppdomainverifier and better wildcard handlingDaniel Gultsch1-4/+10
2015-10-15use own XmppDomainVerifier instead of deprecated StrictHostnameVerifier. fixe...Daniel Gultsch1-0/+113