Page MenuHomePhabricator

Use rustls-tls-webpki-roots on Android
ClosedPublic

Authored by marcin on Tue, May 7, 4:43 AM.
Tags
None
Referenced Files
F1783715: D11920.id39884.diff
Sat, May 18, 11:35 AM
F1783456: D11920.id39883.diff
Sat, May 18, 11:07 AM
Unknown Object (File)
Fri, May 17, 9:37 PM
Unknown Object (File)
Fri, May 17, 3:08 AM
Unknown Object (File)
Fri, May 17, 1:59 AM
Unknown Object (File)
Mon, May 13, 8:51 PM
Unknown Object (File)
Mon, May 13, 6:13 PM
Unknown Object (File)
Mon, May 13, 12:58 PM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable