** Description changed: [Impact] Most clients switched to 12-byte IVs for OMEMO encrypted messages, but dino only accepts 16-byte IVs. [Test case] Send OMEMO message from client which uses 12-byte IV, make sure it can be read. + Note that other clients might still not be able to read our messages + (dino should though), this requires + https://github.com/dino/dino/commit/cc7b0aa7bd5b6599159f654fdd8a2fd111e16a3e + and will be fixed later. This change is solely to unblock dino to switch + to sending 12-byte IVs. + [Regression potential] Meh. I'm not sure what could regress here by not rejecting 12 byte IVs any longer, it's a simple if () on the IV size that we extend from == 16 to == 16 || == 12.
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1866115 Title: Support reading messages with 12-byte IVs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dino-im/+bug/1866115/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
