Commit Graph

  • 9edc876160 crypto: Check that the master key and subkeys have the same user id. Damir Jelić 2020-08-20 15:14:58 +0200
  • 398edbbe0c crypto: Reset the verification state of our identity if the master keys change. Damir Jelić 2020-08-20 15:13:55 +0200
  • 89b56b5af8 crypto: Don't expose the btree map of the master key dirrectly. Damir Jelić 2020-08-20 15:06:49 +0200
  • a57f63d614 crypto: Document the user identities. Damir Jelić 2020-08-20 14:44:16 +0200
  • 74dd0a00d3 crypto: Simplify the default hashmaps in the memory stores. Damir Jelić 2020-08-20 12:23:18 +0200
  • b97e3d7bae crypto: Fix a clippy warning. Damir Jelić 2020-08-20 10:49:14 +0200
  • c3eb4d8106 crypto: Simplify some more function definitions. Damir Jelić 2020-08-20 10:36:58 +0200
  • ea49a35b43 crypto: Simplify the function signature of share_group_session. Damir Jelić 2020-08-20 10:25:05 +0200
  • a99e47c310 crypto: Shorten some log lines. Damir Jelić 2020-08-20 10:23:16 +0200
  • 69fbe65ac4 crypto: Add some docs for the cross signing keys handling method. Damir Jelić 2020-08-20 10:21:00 +0200
  • aaa15c768c crypto: Simplify the Olm message map construction. Damir Jelić 2020-08-20 10:19:55 +0200
  • 58185e08e8 crypto: Move the olm_encrypt() method into the higher level Device. Damir Jelić 2020-08-20 10:18:36 +0200
  • 89c9e31140
    doc: Add UIAA auth data to registration example Nym Seddon 2020-08-20 01:42:01 +0000
  • 1bd15b9fdd crypto: Remove some unneeded clones. Damir Jelić 2020-08-19 18:04:06 +0200
  • 23126c4e48 crypto: Disable the sqlite store test if the feature is disabled. Damir Jelić 2020-08-19 17:55:28 +0200
  • 6f5352b9a9 crypto: Test the signature checking of user identities. Damir Jelić 2020-08-19 17:52:38 +0200
  • eb16737d3b crypto: Add some comments about the order of signature checks. Damir Jelić 2020-08-19 15:35:34 +0200
  • 56309ae12c matrix-sdk: Bump the versions of our deps. Damir Jelić 2020-08-19 14:52:11 +0200
  • 9fe0717cee examples: Update the emoji verification example tho show a list of devices. Damir Jelić 2020-08-19 14:50:35 +0200
  • 7f23cbbeb5 crypto: Add a TODO about cross signing signatures. Damir Jelić 2020-08-19 14:49:40 +0200
  • 3153a81cd2 crypto: Add support to check the cross signing verification state of a device. Damir Jelić 2020-08-19 14:47:22 +0200
  • c3e593d998 crypto: The device identity can be our own, so store the identity enum instead. Damir Jelić 2020-08-19 14:43:49 +0200
  • c2a386b889 crypto: Fix a clippy warning. Damir Jelić 2020-08-19 14:40:04 +0200
  • 317a141e07 crypto: If our own identity passed a SAS flow, mark it as verified. Damir Jelić 2020-08-19 14:34:18 +0200
  • 3990e50ca6 crypto: Store the verified identities in the SAS states. Damir Jelić 2020-08-19 14:28:16 +0200
  • 90ea0229f2 crypto: Rename TrustState to LocalTrust since. Damir Jelić 2020-08-19 11:20:08 +0200
  • a42af5da69 crypto: Let the device hold on to identities. Damir Jelić 2020-08-19 10:54:26 +0200
  • f63a01a85b crypto: Remove a stale TODO. Damir Jelić 2020-08-18 15:36:04 +0200
  • 27e1fb9a35 crypto: Pass the user identity to the SAS object when a start event is received. Damir Jelić 2020-08-18 15:25:00 +0200
  • c21517c61e crypto: Store the changed user identities. Damir Jelić 2020-08-18 15:23:37 +0200
  • f626f2b24e crypto: Add some logging for the user identity update logic. Damir Jelić 2020-08-18 15:22:30 +0200
  • 37a7f69e03 crypto: Implement storage for the user identities in the memory store. Damir Jelić 2020-08-18 15:13:56 +0200
  • 38cf771f1f crypto: Pass the identity further through the SAS layer and try to verify it. Damir Jelić 2020-08-18 14:24:27 +0200
  • 6d0b73cb3d crypto: Pass the user identity to the SAS object when doing verifications. Damir Jelić 2020-08-18 13:37:02 +0200
  • f96437a242 crypto: Initial scaffolding for handling user identities in key queries. Damir Jelić 2020-08-18 12:50:03 +0200
  • 150862ec0c matrix-sdk: Remove an useless into(). Damir Jelić 2020-08-17 17:47:29 +0200
  • 6db7eb0694 crypto: Add a method to directly verify a device. Damir Jelić 2020-08-17 17:36:07 +0200
  • 84c0311d80 crypto: Rename the UserDevicesWrap struct. Damir Jelić 2020-08-17 17:12:39 +0200
  • de097d3ca0 crypto: Rename UserDevices to ReadOnlyUserDevices. Damir Jelić 2020-08-17 17:01:38 +0200
  • 8aedc3077d matrix-sdk: Add an example to the start verification method of the device. Damir Jelić 2020-08-17 16:47:24 +0200
  • 0f26e7e3bc crypto: Fix the doc for the read-only device. Damir Jelić 2020-08-17 16:40:37 +0200
  • 91db502cfe crypto: Rename DeviceWrap to Device. Damir Jelić 2020-08-17 16:36:50 +0200
  • 43aea6e482 crypto: Rename Device to ReadOnlyDevice. Damir Jelić 2020-08-17 16:17:28 +0200
  • e778f7d72d matrix-sdk: Remove an unneeded clone. Damir Jelić 2020-08-17 15:56:19 +0200
  • 94248523b3 matrix-sdk: Implement deref for our device wrapper. Damir Jelić 2020-08-17 15:54:54 +0200
  • fd8377bce2 crypto: Add device wrappers so that the verification can be started with a device. Damir Jelić 2020-08-17 15:34:05 +0200
  • 9e609a0fdf matrix-sdk: Move the session into the http client wrapper. Damir Jelić 2020-08-17 15:29:07 +0200
  • 16a115d27e Merge branch 'up-ruma' into master Damir Jelić 2020-08-17 11:17:02 +0200
  • 8167f5e9de crypto: Simplify the function signature of the share group session method. Damir Jelić 2020-08-16 16:25:48 +0200
  • 5876c89858 crypto: The mark_user_as_changed method doesn't need to be public. Damir Jelić 2020-08-15 15:51:04 +0200
  • 5040be042f
    Update ruma Jonas Platte 2020-08-15 03:09:13 +0200
  • ad2d3d2037
    Simplify tests in matrix_sdk::client Jonas Platte 2020-08-15 02:49:34 +0200
  • 09f009ebd7 matrix-sdk: Bump our deps. Damir Jelić 2020-08-14 17:11:54 +0200
  • 664d8c239c crypto: Don't share group sessions with blacklisted devices. Damir Jelić 2020-08-14 16:20:49 +0200
  • 97ad060d4b crypto: Test that we can create other users identities. Damir Jelić 2020-08-14 16:18:18 +0200
  • f4de3580b6 crypto: Expose the device/identity verification methods through the identities. Damir Jelić 2020-08-14 15:32:44 +0200
  • 0fc5134563 crypto: Add methods to check if a cross signing key signed a device. Damir Jelić 2020-08-14 15:05:48 +0200
  • b0de9d1809 crypto: Allow some test methods to be dead code since macOS can't use them. Damir Jelić 2020-08-14 15:04:59 +0200
  • 75fa7e97f9 crypto: Remove some unneeded clones. Damir Jelić 2020-08-14 14:29:53 +0200
  • d21e8213b5 crypto: Don't panic if the key id can't be parsed. Damir Jelić 2020-08-14 14:25:51 +0200
  • 181c2a92de crypto: Initial scaffolding for the public cross signing keys. Damir Jelić 2020-08-14 14:10:29 +0200
  • 08d76f2ff4 crypto: Pass the device key id to the verify signature method. Damir Jelić 2020-08-14 14:08:53 +0200
  • 5b758b8344 crypto: Don't allow dead code in the SAS layer anymore. Damir Jelić 2020-08-14 11:09:50 +0200
  • 499f2796ba crypto: Add some logging to the MAC calculation for SAS. Damir Jelić 2020-08-14 10:57:17 +0200
  • df0444faa5 crypto: Test the full SAS flow from the Olm machine. Damir Jelić 2020-08-13 16:46:11 +0200
  • b4c1b26f96 crytpo: Store the SAS object in the machine if we're starting it. Damir Jelić 2020-08-13 16:45:12 +0200
  • 0245782cf4 crypto: Better grammar for a panic message. Damir Jelić 2020-08-13 15:59:17 +0200
  • 87d0102663 crypto: Test the Olm machine with the default store. Damir Jelić 2020-08-13 15:54:42 +0200
  • 6ee8b07cfe crypto: Test that session expiration works correctly. Damir Jelić 2020-08-13 15:03:28 +0200
  • 344631b4ee crypto: Respect the encryption settings of a room when creating sessions. Damir Jelić 2020-08-13 14:37:33 +0200
  • f3e03c66a5 travis: Don't clippy check all features. Damir Jelić 2020-08-13 12:31:41 +0200
  • d4e31f07a1 matrix-sdk: Fix the docs for our feature flags. Damir Jelić 2020-08-13 12:18:24 +0200
  • d4de877e09 base: Fix the docs for our feature flags. Damir Jelić 2020-08-13 12:17:30 +0200
  • 9b8e11aab9 crypto: Fix the docs for our features. Damir Jelić 2020-08-13 11:06:26 +0200
  • a0abffd026 crypto: Fix the link to the share group session method. Damir Jelić 2020-08-13 11:04:37 +0200
  • 4e99278eac matrix-sdk: Expose the device methods in the Client. Damir Jelić 2020-08-13 10:49:38 +0200
  • cdb8b5c1e9 matrix-sdk: Fix a couple of typoes. Damir Jelić 2020-08-13 10:25:57 +0200
  • bf42e1a39f matrix-sdk: Put the send_to_device method behind the encryption feature for now. Damir Jelić 2020-08-12 19:18:30 +0200
  • 5883396106 base: Hide the user devices method behind the encryption feature. Damir Jelić 2020-08-12 17:49:08 +0200
  • c6b0a19171 base: Fix a stale docstring. Damir Jelić 2020-08-12 17:17:56 +0200
  • 7ee0430054 base: Add methods to fetch user devices. Damir Jelić 2020-08-12 17:17:22 +0200
  • 36ca784690 crypto: Expose a method to get all devices of an user. Damir Jelić 2020-08-12 17:16:27 +0200
  • 2449bd27c1 matrix-sdk: Make sure our doctests don't make HTTP requests. Damir Jelić 2020-08-12 17:15:18 +0200
  • 29bd38734f matrix-sdk: Remove an unused import. Damir Jelić 2020-08-12 17:10:31 +0200
  • 6c07620a26 matrix-sdk: Fix the to-device imports for the non-crypto case. Damir Jelić 2020-08-12 16:52:50 +0200
  • 3e3894b573 matrix-sdk: Fix for the non-encryption enabled use-case. Damir Jelić 2020-08-12 16:19:41 +0200
  • 0a26195472 matrix-sdk: Clean up the client tests. Damir Jelić 2020-08-12 15:53:42 +0200
  • 0dc232b268 base: Fix a clippy warning. Damir Jelić 2020-08-12 15:39:38 +0200
  • c4465e7979 matrix-sdk: Rename cli to client in the doc examples. Damir Jelić 2020-08-12 15:23:44 +0200
  • 41f04d4f5d client: Refactor out the group session sharing logic. Damir Jelić 2020-08-12 15:21:30 +0200
  • 15d7deddb8 matrix-sdk: Only claim one-time keys if we're also going to share group sessions. Damir Jelić 2020-08-12 15:15:50 +0200
  • 18e597aa79 crypto: More doc fixes. Damir Jelić 2020-08-12 15:14:16 +0200
  • 407f9a3da8 matrix-sdk: Make sure to not send out multiple group share requests at once. Damir Jelić 2020-08-12 15:12:51 +0200
  • 82c3a795ff crypto: More doc improvements. Damir Jelić 2020-08-12 13:28:16 +0200
  • ccda5c7260 crypto: Small doc improvements to the OlmMachine. Damir Jelić 2020-08-12 13:11:51 +0200
  • d706140a8f crypto: Fix a SAS docstring. Damir Jelić 2020-08-12 12:49:29 +0200
  • 8351858be7 crypto: Expose a method to get a users device. Damir Jelić 2020-08-12 12:48:22 +0200
  • 7cb25361b2 matrix-sdk: Expose an API to start SAS verifications. Damir Jelić 2020-08-12 11:39:47 +0200
  • 42a4ad60e8 Merge branch 'lockless-cryptostore' into master Damir Jelić 2020-08-11 17:37:38 +0200
  • 9a325a4505 matrix-sdk: Move the HttpSend trait into the http_client file. Damir Jelić 2020-08-11 17:25:33 +0200