aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/crypto/XmppDomainVerifier.java (unfollow)
Commit message (Collapse)AuthorFilesLines
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. ↵Daniel Gultsch1-0/+113
fixes #1189