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
As a software developer, I want the Matrix Dart SDK to fully support Matrix 1.11 so that I don't have to fork and modify this library. (The SDK has to support hkdf-hmac-sha256.v2 and prefer it over hkdf-hmac-sha256.)
Version
0.35.0
Security requirements
None
Additional Context
No response
The text was updated successfully, but these errors were encountered:
kputh
changed the title
Matrix 1.11/MAC calculation – support for hkdf-hmac-sha256.v2
Matrix 1.6/MAC calculation – support for hkdf-hmac-sha256.v2
Dec 6, 2024
kputh
changed the title
Matrix 1.6/MAC calculation – support for hkdf-hmac-sha256.v2
Matrix 1.6+/MAC calculation – support for hkdf-hmac-sha256.v2
Dec 6, 2024
kputh
changed the title
Matrix 1.6+/MAC calculation – support for hkdf-hmac-sha256.v2
Matrix 1.11/MAC calculation – support for hkdf-hmac-sha256.v2
Dec 6, 2024
Preflight Checklist
Describe your problem
The specification of Matrix 1.6+ requires clients to support hkdf-hmac-sha256.v2 for MAC calculation. I examined the current (0.35.0) Matrix Dart SDK's source code – particularly key_verification.dart, line 1241 – and concluded that the SDK currently doesn't support hkdf-hmac-sha256.v2. (I apologize if I arrived at a wrong conclusion, and wasted your time.)
Describe your ideal solution
As a software developer, I want the Matrix Dart SDK to fully support Matrix 1.11 so that I don't have to fork and modify this library. (The SDK has to support hkdf-hmac-sha256.v2 and prefer it over hkdf-hmac-sha256.)
Version
0.35.0
Security requirements
None
Additional Context
No response
The text was updated successfully, but these errors were encountered: