search for: anroid

Displaying 3 results from an estimated 3 matches for "anroid".

Did you mean: android
2015 Feb 07
2
TLS config check
...HE-ECDSA-AES128-SHA ok/secure? Short: See my last answer - secure is never a black or white decission. The chosen cypher will protect your traffic and its better than plain text. Long: The client negotiates the supported ciphers with the server and chooses one that fits for him. I *guess* that k9/anroid simply does not support the GCM cipher and therefore uses another one. To get the "best" result you need to list up all supported ciphers of your client and server and choose one, but be warned that if you ask two analyst, you might not get the same answer which is "best" as thi...
2015 Feb 07
0
TLS config check
> Short: See my last answer - secure is never a black or white decission. > The chosen cypher will protect your traffic and its better than plain text. > > Long: The client negotiates the supported ciphers with the server and > chooses one that fits for him. I *guess* that k9/anroid simply does not > support the GCM cipher and therefore uses another one. To get the "best" > result you need to list up all supported ciphers of your client and > server and choose one, but be warned that if you ask two analyst, you > might not get the same answer which is &qu...
2015 Feb 07
3
TLS config check
Am 07.02.2015 um 04:47 schrieb Reindl Harald: > > Am 06.02.2015 um 23:13 schrieb SW: >> According to https://cipherli.st/ >>> ssl = yes >>> ssl_cert = </etc/dovecot.cert >>> ssl_key = </etc/dovecot.key >>> ssl_protocols = !SSLv2 !SSLv3 >>> ssl_cipher_list = AES128+EECDH:AES128+EDH >>> ssl_prefer_server_ciphers = yes #