element-hq / element-hq/element-ios
NSE can reset OLM account
Open
A-E2EE
A-Notifications
- Dominant language
- Swift
- Stars
- 1.8k
- Forks
- 544
- PR merge metrics
- PR metrics pending
Description
Saw in NSE log:
```
2021-05-14 16:31:33.714 RiotNSE[32018:18690651] [MXOlmDevice] initWithStore: Create new OLMAccount
2021-05-14 16:31:33.714 RiotNSE[32018:18690651] [MXBackgroundCryptoStore] setAccount: identityKeys: {
curve25519 = "dqsdsezfazfafgrgfrvarvrE";
ed25519 = dedzedezdzedezdezdze;
}
````
This breaks all further e2ee in the app.
Note this problem may be caused by a race created after the unlock of the realm (#4335).
Contributor guide
Assessment
This issue has not been assessed yet.