Bruno Windels
Bruno Windels
> I have messages that are only visible in hydrogen where I wrote them. Eleweb shows "** Unable to decrypt: The sender's device has not sent us the keys for...
- read secret key from 4S - calculate public key - compare to key published for our users on the server - if they match, we mark our MSK as...
> Looks like the problem here is that if you have a key backup,`CreateSecretStorageDialog` will try to migrate it even if it's supposed to be force-resetting. I linked another rageshake...
Right, that makes sense @jryans, and should be somewhat helped with the robustness work. I'm not sure why it would have ended up calling `checkOwnCrossSigningTrust` during the bootstrap, I'd expect...
There also seems to be [another reset blocking issue](https://github.com/vector-im/riot-web/issues/13338#issuecomment-627456350) that seems related to key backup, where you get this error: ``` 2020-05-08T16:10:24.368Z I restoreWithCachedKey failed: Couldn't get key Error: Couldn't...
can you sumit the logs from the settings page please? or you don't manage to get to the settings?
Don't transmute x509 errors to rust enum but have a `from_primitive` method to match the c error.
Needed to create the signature for the HMAC used in ACME.
bearssl does [public key computation](https://bearssl.org/apidoc/bearssl__ec_8h.html#a18b65bfdad2b76d0ae1698b9b117cb65). Need a library (or roll our own) to generate a [CSR](https://en.wikipedia.org/wiki/Certificate_signing_request).