Brought end-to-end mutual TLS (mTLS) support to the Bitwarden iOS app across three PRs: client certificate authentication for self-hosted servers, routing vault icon downloads through an mTLS-aware URLSession, and presenting the full client-certificate chain so handshakes succeed behind reverse proxies that trust only the root CA.
- Features
- PKCS#12 certificate import, secure storage, URLSession mTLS integration, mTLS-aware icon loader, full intermediate certificate chain
- Pull Requests
- #1720 (mTLS support) · #2658 (mTLS-aware icon loading) · #2833 (certificate chain — in review)
- Status
- #1720 & #2658 merged and shipped; #2833 open for review