Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introduced code to verify omemo device keys with x509 certificates. | Daniel Gultsch | 2015-10-16 | 1 | -4/+24 |
| | | | | cleaned up TrustKeysActivity to automatically close if there is nothing to do | ||||
* | add menu item in account details to renew certificate | Daniel Gultsch | 2015-10-11 | 1 | -0/+19 |
| | |||||
* | Adapt prettifyFingerprint() to axolotl FP sizes | Andreas Straub | 2015-07-19 | 1 | -5/+4 |
| | |||||
* | null check otr fingerprint before display | Daniel Gultsch | 2015-07-11 | 1 | -1/+3 |
| | |||||
* | fixed #1039 | Daniel Gultsch | 2015-04-25 | 1 | -0/+3 |
| | |||||
* | disable all really weak cipher suites | Boris Wachtmeister | 2015-03-07 | 1 | -0/+16 |
| | | | | | | | | | | | | | | With #959 all ciphers of the platform were enabled, but this also includes several suites that are considered as very weak, even down to NULL- and anon-ciphers which disable completely disable encryption and/or authentication. Especially the anon-ciphers could be easily used for a mitm-attack. To remove all weak ciphers a blacklist with patterns of cipher-names was added to Config.java. The blacklist is based on the "mandatory discards" that Mozilla suggests to not use for TLS-servers because they are weak or known to be broken. https://wiki.mozilla.org/Security/Server_Side_TLS#Mandatory_discards | ||||
* | Use platform ciphers as well, just prefer ours | Sam Whited | 2015-02-02 | 1 | -5/+7 |
| | |||||
* | don't disable any ciphers | iNPUTmice | 2015-02-02 | 1 | -3/+4 |
| | |||||
* | Harden the TLS connection cipher suites | Sam Whited | 2015-01-14 | 1 | -5/+16 |
| | |||||
* | Don't escape passwords in SASL | Sam Whited | 2014-11-15 | 1 | -1/+1 |
| | | | | Fixes #671 | ||||
* | parse otr-fingerprint in qr codes and nfc. include otr fingerprint in ↵ | iNPUTmice | 2014-11-16 | 1 | -0/+9 |
| | | | | shareable uri where ever possible | ||||
* | Cache SCRAM-SHA-1 keys for current session | Sam Whited | 2014-11-15 | 1 | -0/+4 |
| | |||||
* | Add SCRAM-SHA1 support | Sam Whited | 2014-11-14 | 1 | -2/+29 |
| | | | | | | | Factor out GS2 tokanization into own class Add authentication exception class Fixes #71 | ||||
* | Refactor authentication code | Sam Whited | 2014-11-12 | 1 | -59/+1 |
| | |||||
* | Make conversations the root project | Sam Whited | 2014-10-22 | 1 | -0/+112 |