Damir Jelić
|
b6e28e2280
|
crypto: WIP more work on in-room verifications now up to accepting them.
|
2020-12-15 16:35:54 +01:00 |
Damir Jelić
|
425a07d670
|
crypto: Don't load all the devices in the sqlite store.
|
2020-10-16 16:57:26 +02:00 |
Damir Jelić
|
8fe1eda169
|
crypto: Test the full key share flow.
|
2020-09-29 14:18:03 +02:00 |
Jonas Platte
|
fb47abcc17
|
Update ruma
|
2020-09-14 20:26:52 +02:00 |
Damir Jelić
|
ffd2843b0a
|
matrix-sdk: Expose the import/export keys methods.
|
2020-09-11 16:34:39 +02:00 |
Jonas Platte
|
73c104cac1
|
Replace IncomingToDeviceRequest with customized request type
|
2020-09-03 20:02:55 +02:00 |
Damir Jelić
|
202c20feda
|
crypto: Rename the method to set the local trust of a device.
|
2020-08-20 18:01:34 +02:00 |
Damir Jelić
|
9fe0717cee
|
examples: Update the emoji verification example tho show a list of devices.
This may showcase that cross signing verification works if the other
device uploads valid signatures.
|
2020-08-19 14:50:35 +02:00 |
Damir Jelić
|
90ea0229f2
|
crypto: Rename TrustState to LocalTrust since.
We might still trust the device event if our local trust isn't set, so
rename the enum to better reflect that meaning.
|
2020-08-19 11:20:08 +02:00 |
Damir Jelić
|
6d0b73cb3d
|
crypto: Pass the user identity to the SAS object when doing verifications.
|
2020-08-18 13:37:02 +02:00 |
Damir Jelić
|
150862ec0c
|
matrix-sdk: Remove an useless into().
|
2020-08-17 17:47:29 +02:00 |
Damir Jelić
|
6db7eb0694
|
crypto: Add a method to directly verify a device.
|
2020-08-17 17:36:07 +02:00 |
Damir Jelić
|
84c0311d80
|
crypto: Rename the UserDevicesWrap struct.
|
2020-08-17 17:12:39 +02:00 |
Damir Jelić
|
8aedc3077d
|
matrix-sdk: Add an example to the start verification method of the device.
|
2020-08-17 16:47:24 +02:00 |
Damir Jelić
|
91db502cfe
|
crypto: Rename DeviceWrap to Device.
|
2020-08-17 16:36:50 +02:00 |
Damir Jelić
|
43aea6e482
|
crypto: Rename Device to ReadOnlyDevice.
|
2020-08-17 16:17:28 +02:00 |
Damir Jelić
|
e778f7d72d
|
matrix-sdk: Remove an unneeded clone.
|
2020-08-17 15:56:19 +02:00 |
Damir Jelić
|
94248523b3
|
matrix-sdk: Implement deref for our device wrapper.
|
2020-08-17 15:54:54 +02:00 |
Damir Jelić
|
fd8377bce2
|
crypto: Add device wrappers so that the verification can be started with a device.
|
2020-08-17 15:36:45 +02:00 |