disabled cipher logging
This commit is contained in:
parent
c3260d620e
commit
af0c979f45
|
@ -517,7 +517,7 @@ public class XmppConnection implements Runnable {
|
||||||
|
|
||||||
final String[] cipherSuites = CryptoHelper.getOrderedCipherSuites(
|
final String[] cipherSuites = CryptoHelper.getOrderedCipherSuites(
|
||||||
sslSocket.getSupportedCipherSuites());
|
sslSocket.getSupportedCipherSuites());
|
||||||
Log.d(Config.LOGTAG, "Using ciphers: " + Arrays.toString(cipherSuites));
|
//Log.d(Config.LOGTAG, "Using ciphers: " + Arrays.toString(cipherSuites));
|
||||||
if (cipherSuites.length > 0) {
|
if (cipherSuites.length > 0) {
|
||||||
sslSocket.setEnabledCipherSuites(cipherSuites);
|
sslSocket.setEnabledCipherSuites(cipherSuites);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue