Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix sdk crypto update #1805

Merged
merged 6 commits into from
Jul 21, 2023
Merged

Matrix sdk crypto update #1805

merged 6 commits into from
Jul 21, 2023

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    802ddc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b662018 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Fix broken secret recovery following uniffi change

    - previously the UserIdentity used to be defined through the UDL file and the order of the userSigning and selfSigning keys were different from the place where they were implemented
    - switching from the UDL to the uniffi macro switched them back to the correct order, but that didn't cause any breaking changes api side
    - as a result secret recovery would fail as the secrets wouldn't match for user and self signing
    stefanceriu committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c14ccfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f99561d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    0921e50 View commit details
    Browse the repository at this point in the history
  2. Fix unit tests

    stefanceriu committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    46b54a9 View commit details
    Browse the repository at this point in the history