Skip to content
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

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

aweiss-dev
Copy link
Member

@aweiss-dev aweiss-dev commented Dec 12, 2024

BugWPB-15023 [Web] E2EI red shield showing even though there is no E2EI available

Description

Bugfix No1 https://wearezeta.atlassian.net/browse/WPB-15023

  • Dont show E2EI shield when E2EI is disabled

Bugfix No2 https://wearezeta.atlassian.net/browse/WPB-15025

  • Show the correct cipher suite for MLS

@codecov-commenter
Copy link

codecov-commenter commented Dec 12, 2024

Codecov Report

Attention: Patch coverage is 41.66667% with 7 lines in your changes missing coverage. Please review.

Project coverage is 46.29%. Comparing base (6ad3f26) to head (fd4fc65).
Report is 5 commits behind head on dev.

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     

Comment on lines +30 to +36
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;
Copy link
Contributor

@V-Gira V-Gira Dec 12, 2024

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)

@V-Gira V-Gira merged commit 58b1129 into dev Dec 13, 2024
15 checks passed
@V-Gira V-Gira deleted the fix/mls_device_details branch December 13, 2024 16:39
@paulwire paulwire added the echoes: product-roadmap/bug Work contributing to resolve a bug not critical enough to have raised an incident. label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
echoes: product-roadmap/bug Work contributing to resolve a bug not critical enough to have raised an incident. 👕 size: S type: bug / fix 🐞
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants