-
Notifications
You must be signed in to change notification settings - Fork 292
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
fix: dont show E2EI shield and correct ciphersuite [WPB-15023] [WPB-15025] #18489
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #18489 +/- ##
==========================================
- Coverage 46.29% 46.29% -0.01%
==========================================
Files 845 845
Lines 26423 26431 +8
Branches 5989 5994 +5
==========================================
+ Hits 12233 12236 +3
- Misses 12654 12662 +8
+ Partials 1536 1533 -3 |
Quality Gate passedIssues Measures |
export const MLSPublicKeys = { | ||
ed25519: 'ED25519', | ||
ed448: 'ED448', | ||
ecdsa_secp521r1_sha512: 'EDCSA_SECP521R1_SHA512', | ||
ecdsa_secp384r1_sha384: 'EDCSA_SECP384R1_SHA384', | ||
ecdsa_secp256r1_sha256: 'EDCSA_SECP256R1_SHA256', | ||
} as const; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't align with iOS for those?
FYI we're using those strings in the conversation details with Cyphersuite[<number>]
(enum from Core-Crypto)
Description
Bugfix No1 https://wearezeta.atlassian.net/browse/WPB-15023
Bugfix No2 https://wearezeta.atlassian.net/browse/WPB-15025