Page MenuHomePhabricator

Use rustls-tls-webpki-roots on Android
ClosedPublic

Authored by marcin on May 7 2024, 4:43 AM.
Tags
None
Referenced Files
F3185993: D11920.id39918.diff
Fri, Nov 8, 1:57 PM
F3185854: D11920.id39884.diff
Fri, Nov 8, 1:45 PM
Unknown Object (File)
Thu, Oct 31, 4:44 PM
Unknown Object (File)
Fri, Oct 11, 1:06 AM
Unknown Object (File)
Fri, Oct 11, 1:06 AM
Unknown Object (File)
Fri, Oct 11, 1:06 AM
Unknown Object (File)
Fri, Oct 11, 1:06 AM
Unknown Object (File)
Sep 26 2024, 9:15 AM
Subscribers

Details

Summary

Current TLS backend for Rust websocket code on Android doesn't work since if cannot verify backup service certificate. We used to have similar issues with gRPC and we resolved them by updating tls backend to use webpki roots. This diff does the same on Android.

Test Plan
  1. Build physical Android app.
  2. Toggle automatic backup upload and upload compaction to STAGING by clicking the upload button.
  3. Ensure upload succeeds and new compaction is visible in dynamodb.
  4. Type some drafts.
  5. Ensure new logs are visible in dynamodb.
  6. Log out and log in.
  7. Click restore button.
  8. Ensure restoration succeeds and drafts are brought back.

Diff Detail

Repository
rCOMM Comm
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage