You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- A pre-key message sender's identity is stored after the message is decrypted.
- Java, Node, Swift: changed IdentityKeyStore.saveIdentity to return an enum.
- Java: Expose account registration via the registration service client.
- Node: RegistrationService.registerAccount takes account password as a string.
- net
- Connections to Signal services (and to Cloudflare's DNS-over-HTTPS server) will now require TLS v1.3, which they would already have been using.
- Futures returned by ChatConnection.send() will now return more specific errors on failure.
- New SVR2 enclaves for staging and production.
- keytrans
- Bridge to Node.
- Support multiple auditors.