Commit Graph

8 Commits (9872b59355e1d08c57405f53d048d652a26c6417)

Author SHA1 Message Date
lilia c28b5408ab Plumb keys into outgoing conflicts 10 years ago
lilia cc303e0802 Update libaxolotl, handle untrusted identitykey
Previously we had no access to the new untrusted identity
for verification purposes.

// FREEBIE
10 years ago
lilia af48ca9e4b Update libaxolotl, remove one string conversion
Previously we would convert a bytebuffer to a string, pass it to
libaxolotl where it would be parsed back into a bytebuffer.

Ideally we would just pass the bytebuffer, but it turns out that
libaxolotl's bytebyffer class is identical but separate from
libtextsecure's bytebuffer class. ¯\_(ツ)_/¯

So instead we pass the underlying array buffer, which is handled
more or less the same way as a bytebuffer, and most importantly,
does not involve any copying.

// FREEBIE
10 years ago
lilia 1ab5af338a Update libaxolotl, un-revert b790f82849
Accidentally reverted in d3c158f
10 years ago
lilia d1bcafad65 Update libaxolotl 11 years ago
lilia d230df5622 Move local identitykey and registrationid to indexeddb 11 years ago
lilia 8304aa903a Update libaxololt to a087b9e746e67995f16e077183cc0 11 years ago
Matt Corallo d3c158f4cf Move libaxolotl out-of-tree 11 years ago