15 Matching Annotations
  1. Jun 2024
    1. An Authentication Service (AS) that enables group members to authenticate the credentials presented by other group members.

      This is weird. It's meant to be a p2p design, yet it relies on a CA to approve you. It's a single point of failure. May be corrupt.

    2. If a member finds that another member's credential has expired, they may issue a Remove that removes that member.

      That is strange. You need to periodically pop online to renew credentials or you're kicked out.

    1. The Delivery Service cannot guarantee that application messages will arrive in order within the same epoch. To address this, applications can configure the out_of_order_tolerance parameter of the SenderRatchetConfiguration. The configuration can be set as the sender_ratchet_configuration parameter of the MlsGroupCreateConfig
    2. The Delivery Service cannot guarantee that application messages from one epoch are sent before the beginning of the next epoch. To address this, applications can configure their groups to keep the necessary key material around for past epochs by setting the max_past_epochs field in the MlsGroupCreateConfig to the desired number of epochs

      This is not reliable, no certain knowledge that any further messages won't come.

  2. Jul 2023