Conversations/src/main
Daniel Gultsch 8afe7efc2c workaround for OpenFire: check CN first in self signed certs
The self signed certificates created by OpenFire (Not sure if other
certs are affected as well) will crash the Java/Android TLS stack when
accessing getSubjectAlternativeNames() on the the peer certificate.

This usually goes unnoticed in other applications since the
DefaultHostnameVerifier checkes the CN first. That however is a
violation of RFC6125 section 6.4.4 which requires us to check for the
existence of SAN first.

This commit adds a work around where in self signed certificates we
check for the CN first as well. (Avoiding the call to
getSubjectAlternativeNames())
2017-07-16 11:05:25 +02:00
..
java/eu/siacs/conversations workaround for OpenFire: check CN first in self signed certs 2017-07-16 11:05:25 +02:00
res pulled translations from transifex 2017-07-12 11:54:05 +02:00
AndroidManifest.xml Add Android Auto support to notifications 2017-04-14 13:32:01 +02:00