You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
There's a GET /_matrix/identity/v2/hash_details endpoint on the IS that riot can call to see which hashing algorithms the server supports - Riot should use sha256 if the server supports it, otherwise it should use none if that's all the server supports (we should think about whether none requires any sort of special warning, though we only expect it to be used in niche cases).
The text was updated successfully, but these errors were encountered:
Implementation is done with the following limitation:
"none" algo is not supported on Riot-Android for the moment. May be supported later in RiotX impl.
bmarty
added a commit
to matrix-org/matrix-android-sdk
that referenced
this issue
Aug 29, 2019
Cloned from element-hq/element-web#10556.
This is being specced in MSC2134.
There's a
GET /_matrix/identity/v2/hash_details
endpoint on the IS that riot can call to see which hashing algorithms the server supports - Riot should usesha256
if the server supports it, otherwise it should usenone
if that's all the server supports (we should think about whethernone
requires any sort of special warning, though we only expect it to be used in niche cases).The text was updated successfully, but these errors were encountered: