jiti-meet/react/features/e2ee
Saúl Ibarra Corretgé 7cafa205ee e2ee: stage 2
Adapt to E2EE changes in lib-jitsi-meet. Notably:

---
    e2ee: introduce per-participant randomly generated keys

    This the second stage in our E2EE journey.

    Instead of using a single pre-shared passphrase for deriving the key used for
    E2EE, we now establish a secure E2EE communication channel amongst peers.

    This channel is implemented using libolm, using XMPP groupchat or JVB channels
    as the transport.

    Once the secure E2EE channel has been established each participant will generate
    a random 32 byte key and exchange it over this channel.

    Keys are rotated (well, just re-created at the moment) when a participant joins
    or leaves.
---
2020-09-10 16:06:25 +02:00
..
components e2ee: stage 2 2020-09-10 16:06:25 +02:00
actionTypes.js e2ee: stage 2 2020-09-10 16:06:25 +02:00
actions.js e2ee: stage 2 2020-09-10 16:06:25 +02:00
index.js redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
logger.js e2ee: add UI elements 2020-04-16 20:25:56 +02:00
middleware.js e2ee: stage 2 2020-09-10 16:06:25 +02:00
reducer.js e2ee: stage 2 2020-09-10 16:06:25 +02:00