xmpp_client/src/main/java/eu/siacs/conversations/crypto
Daniel Gultsch 692ee6c9fb SCRAM remove cache. made digest and hmac non static
DIGEST and HMAC were static variables. Those are initialized by
what ever concrete implementation gets executed first.

(Perform SCRAM-SHA1 first and those variables got initialized with
SHA1 variants)

For subsequent SHA256 executions those variables contained wrong
values.
2020-12-30 15:57:44 +01:00
..
axolotl switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
sasl SCRAM remove cache. made digest and hmac non static 2020-12-30 15:57:44 +01:00
DomainHostnameVerifier.java integrate trust manager into conversations 2018-03-07 22:30:33 +01:00
OmemoSetting.java introduced tri state omemo setting (off by default, on by default, always) 2018-03-27 15:35:53 +02:00
PgpDecryptionService.java don’t mark pgp encrypted files received from dino as deleted 2019-10-11 15:37:41 +02:00
PgpEngine.java attempt to unregister when receiving push for channel no longer joined 2019-06-26 17:40:12 +02:00
XmppDomainVerifier.java made domain verifier case insensitive. fixes #3495 2019-07-20 17:51:37 +02:00