Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix invalidating OTK count cache after claim #10875

Merged
merged 2 commits into from
Sep 22, 2021

Commits on Sep 21, 2021

  1. Fix invalidating OTK count cache after claim

    The invalidation was missing in `_claim_e2e_one_time_key_returning`,
    which is used on SQLite 3.24+ and Postgres. This could break e2ee if
    nothing else happened to invalidate the caches before the keys ran out.
    
    Signed-off-by: Tulir Asokan <[email protected]>
    tulir committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    f62edcc View commit details
    Browse the repository at this point in the history
  2. Add newsfile

    tulir committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    be28d0d View commit details
    Browse the repository at this point in the history