@unwanted/matrix-sdk-mini 34.12.0 → 34.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (698) hide show
  1. package/git-revision.txt +1 -1
  2. package/lib/@types/event.d.ts +0 -19
  3. package/lib/@types/event.d.ts.map +1 -1
  4. package/lib/@types/event.js.map +1 -1
  5. package/lib/@types/global.d.js +0 -2
  6. package/lib/@types/global.d.js.map +1 -1
  7. package/lib/autodiscovery.d.ts +1 -1
  8. package/lib/autodiscovery.d.ts.map +1 -1
  9. package/lib/autodiscovery.js.map +1 -1
  10. package/lib/base64.d.ts +3 -6
  11. package/lib/base64.d.ts.map +1 -1
  12. package/lib/base64.js +43 -36
  13. package/lib/base64.js.map +1 -1
  14. package/lib/browser-index.d.ts.map +1 -1
  15. package/lib/browser-index.js +0 -11
  16. package/lib/browser-index.js.map +1 -1
  17. package/lib/client.d.ts +2 -1298
  18. package/lib/client.d.ts.map +1 -1
  19. package/lib/client.js +348 -2967
  20. package/lib/client.js.map +1 -1
  21. package/lib/digest.d.ts +2 -2
  22. package/lib/digest.d.ts.map +1 -1
  23. package/lib/digest.js +2 -2
  24. package/lib/digest.js.map +1 -1
  25. package/lib/embedded.d.ts +0 -22
  26. package/lib/embedded.d.ts.map +1 -1
  27. package/lib/embedded.js +58 -168
  28. package/lib/embedded.js.map +1 -1
  29. package/lib/event-mapper.d.ts.map +1 -1
  30. package/lib/event-mapper.js +0 -4
  31. package/lib/event-mapper.js.map +1 -1
  32. package/lib/matrix.d.ts +0 -25
  33. package/lib/matrix.d.ts.map +1 -1
  34. package/lib/matrix.js +1 -30
  35. package/lib/matrix.js.map +1 -1
  36. package/lib/models/MSC3089Branch.d.ts.map +1 -1
  37. package/lib/models/MSC3089Branch.js +0 -3
  38. package/lib/models/MSC3089Branch.js.map +1 -1
  39. package/lib/models/event-timeline-set.d.ts +6 -10
  40. package/lib/models/event-timeline-set.d.ts.map +1 -1
  41. package/lib/models/event-timeline-set.js +28 -36
  42. package/lib/models/event-timeline-set.js.map +1 -1
  43. package/lib/models/event-timeline.d.ts +7 -2
  44. package/lib/models/event-timeline.d.ts.map +1 -1
  45. package/lib/models/event-timeline.js +8 -9
  46. package/lib/models/event-timeline.js.map +1 -1
  47. package/lib/models/event.d.ts +1 -95
  48. package/lib/models/event.d.ts.map +1 -1
  49. package/lib/models/event.js +11 -281
  50. package/lib/models/event.js.map +1 -1
  51. package/lib/models/poll.d.ts.map +1 -1
  52. package/lib/models/poll.js +1 -5
  53. package/lib/models/poll.js.map +1 -1
  54. package/lib/models/relations-container.d.ts.map +1 -1
  55. package/lib/models/relations-container.js +1 -7
  56. package/lib/models/relations-container.js.map +1 -1
  57. package/lib/models/relations.d.ts +0 -1
  58. package/lib/models/relations.d.ts.map +1 -1
  59. package/lib/models/relations.js +0 -8
  60. package/lib/models/relations.js.map +1 -1
  61. package/lib/models/room-state.d.ts +2 -13
  62. package/lib/models/room-state.d.ts.map +1 -1
  63. package/lib/models/room-state.js +12 -56
  64. package/lib/models/room-state.js.map +1 -1
  65. package/lib/models/room.d.ts +2 -20
  66. package/lib/models/room.d.ts.map +1 -1
  67. package/lib/models/room.js +121 -162
  68. package/lib/models/room.js.map +1 -1
  69. package/lib/models/thread.d.ts.map +1 -1
  70. package/lib/models/thread.js +5 -4
  71. package/lib/models/thread.js.map +1 -1
  72. package/lib/sliding-sync-sdk.d.ts +3 -4
  73. package/lib/sliding-sync-sdk.d.ts.map +1 -1
  74. package/lib/sliding-sync-sdk.js +55 -102
  75. package/lib/sliding-sync-sdk.js.map +1 -1
  76. package/lib/sliding-sync.js +9 -6
  77. package/lib/sliding-sync.js.map +1 -1
  78. package/lib/store/indexeddb.d.ts +1 -1
  79. package/lib/store/indexeddb.d.ts.map +1 -1
  80. package/lib/store/indexeddb.js.map +1 -1
  81. package/lib/sync-accumulator.d.ts +6 -4
  82. package/lib/sync-accumulator.d.ts.map +1 -1
  83. package/lib/sync-accumulator.js +23 -12
  84. package/lib/sync-accumulator.js.map +1 -1
  85. package/lib/sync.d.ts +10 -13
  86. package/lib/sync.d.ts.map +1 -1
  87. package/lib/sync.js +94 -115
  88. package/lib/sync.js.map +1 -1
  89. package/lib/testing.d.ts +0 -48
  90. package/lib/testing.d.ts.map +1 -1
  91. package/lib/testing.js +0 -105
  92. package/lib/testing.js.map +1 -1
  93. package/lib/types.d.ts +0 -1
  94. package/lib/types.d.ts.map +1 -1
  95. package/lib/types.js.map +1 -1
  96. package/package.json +10 -11
  97. package/src/@types/event.ts +2 -36
  98. package/src/@types/global.d.ts +21 -4
  99. package/src/autodiscovery.ts +1 -1
  100. package/src/base64.ts +38 -40
  101. package/src/browser-index.ts +0 -11
  102. package/src/client.ts +68 -3087
  103. package/src/digest.ts +3 -3
  104. package/src/embedded.ts +38 -134
  105. package/src/event-mapper.ts +0 -4
  106. package/src/matrix.ts +0 -41
  107. package/src/models/MSC3089Branch.ts +0 -3
  108. package/src/models/event-timeline-set.ts +17 -38
  109. package/src/models/event-timeline.ts +10 -5
  110. package/src/models/event.ts +8 -295
  111. package/src/models/poll.ts +0 -6
  112. package/src/models/relations-container.ts +1 -8
  113. package/src/models/relations.ts +0 -8
  114. package/src/models/room-state.ts +4 -37
  115. package/src/models/room.ts +18 -68
  116. package/src/models/thread.ts +4 -3
  117. package/src/sliding-sync-sdk.ts +10 -83
  118. package/src/sliding-sync.ts +6 -6
  119. package/src/store/indexeddb.ts +1 -1
  120. package/src/sync-accumulator.ts +33 -16
  121. package/src/sync.ts +112 -143
  122. package/src/testing.ts +0 -108
  123. package/src/types.ts +0 -1
  124. package/CHANGELOG.md +0 -5910
  125. package/lib/@types/AESEncryptedSecretStoragePayload.d.ts +0 -14
  126. package/lib/@types/AESEncryptedSecretStoragePayload.d.ts.map +0 -1
  127. package/lib/@types/AESEncryptedSecretStoragePayload.js +0 -1
  128. package/lib/@types/AESEncryptedSecretStoragePayload.js.map +0 -1
  129. package/lib/@types/crypto.d.ts +0 -47
  130. package/lib/@types/crypto.d.ts.map +0 -1
  131. package/lib/@types/crypto.js +0 -1
  132. package/lib/@types/crypto.js.map +0 -1
  133. package/lib/@types/matrix-sdk-crypto-wasm.d.js +0 -1
  134. package/lib/@types/matrix-sdk-crypto-wasm.d.js.map +0 -1
  135. package/lib/common-crypto/CryptoBackend.d.ts +0 -240
  136. package/lib/common-crypto/CryptoBackend.d.ts.map +0 -1
  137. package/lib/common-crypto/CryptoBackend.js +0 -73
  138. package/lib/common-crypto/CryptoBackend.js.map +0 -1
  139. package/lib/common-crypto/key-passphrase.d.ts +0 -14
  140. package/lib/common-crypto/key-passphrase.d.ts.map +0 -1
  141. package/lib/common-crypto/key-passphrase.js +0 -33
  142. package/lib/common-crypto/key-passphrase.js.map +0 -1
  143. package/lib/crypto/CrossSigning.d.ts +0 -184
  144. package/lib/crypto/CrossSigning.d.ts.map +0 -1
  145. package/lib/crypto/CrossSigning.js +0 -718
  146. package/lib/crypto/CrossSigning.js.map +0 -1
  147. package/lib/crypto/DeviceList.d.ts +0 -216
  148. package/lib/crypto/DeviceList.d.ts.map +0 -1
  149. package/lib/crypto/DeviceList.js +0 -892
  150. package/lib/crypto/DeviceList.js.map +0 -1
  151. package/lib/crypto/EncryptionSetup.d.ts +0 -152
  152. package/lib/crypto/EncryptionSetup.d.ts.map +0 -1
  153. package/lib/crypto/EncryptionSetup.js +0 -356
  154. package/lib/crypto/EncryptionSetup.js.map +0 -1
  155. package/lib/crypto/OlmDevice.d.ts +0 -457
  156. package/lib/crypto/OlmDevice.d.ts.map +0 -1
  157. package/lib/crypto/OlmDevice.js +0 -1241
  158. package/lib/crypto/OlmDevice.js.map +0 -1
  159. package/lib/crypto/OutgoingRoomKeyRequestManager.d.ts +0 -109
  160. package/lib/crypto/OutgoingRoomKeyRequestManager.d.ts.map +0 -1
  161. package/lib/crypto/OutgoingRoomKeyRequestManager.js +0 -415
  162. package/lib/crypto/OutgoingRoomKeyRequestManager.js.map +0 -1
  163. package/lib/crypto/RoomList.d.ts +0 -26
  164. package/lib/crypto/RoomList.d.ts.map +0 -1
  165. package/lib/crypto/RoomList.js +0 -71
  166. package/lib/crypto/RoomList.js.map +0 -1
  167. package/lib/crypto/SecretSharing.d.ts +0 -24
  168. package/lib/crypto/SecretSharing.d.ts.map +0 -1
  169. package/lib/crypto/SecretSharing.js +0 -194
  170. package/lib/crypto/SecretSharing.js.map +0 -1
  171. package/lib/crypto/SecretStorage.d.ts +0 -55
  172. package/lib/crypto/SecretStorage.d.ts.map +0 -1
  173. package/lib/crypto/SecretStorage.js +0 -118
  174. package/lib/crypto/SecretStorage.js.map +0 -1
  175. package/lib/crypto/aes.d.ts +0 -6
  176. package/lib/crypto/aes.d.ts.map +0 -1
  177. package/lib/crypto/aes.js +0 -24
  178. package/lib/crypto/aes.js.map +0 -1
  179. package/lib/crypto/algorithms/base.d.ts +0 -156
  180. package/lib/crypto/algorithms/base.d.ts.map +0 -1
  181. package/lib/crypto/algorithms/base.js +0 -187
  182. package/lib/crypto/algorithms/base.js.map +0 -1
  183. package/lib/crypto/algorithms/index.d.ts +0 -4
  184. package/lib/crypto/algorithms/index.d.ts.map +0 -1
  185. package/lib/crypto/algorithms/index.js +0 -20
  186. package/lib/crypto/algorithms/index.js.map +0 -1
  187. package/lib/crypto/algorithms/megolm.d.ts +0 -385
  188. package/lib/crypto/algorithms/megolm.d.ts.map +0 -1
  189. package/lib/crypto/algorithms/megolm.js +0 -1822
  190. package/lib/crypto/algorithms/megolm.js.map +0 -1
  191. package/lib/crypto/algorithms/olm.d.ts +0 -5
  192. package/lib/crypto/algorithms/olm.d.ts.map +0 -1
  193. package/lib/crypto/algorithms/olm.js +0 -299
  194. package/lib/crypto/algorithms/olm.js.map +0 -1
  195. package/lib/crypto/api.d.ts +0 -32
  196. package/lib/crypto/api.d.ts.map +0 -1
  197. package/lib/crypto/api.js +0 -22
  198. package/lib/crypto/api.js.map +0 -1
  199. package/lib/crypto/backup.d.ts +0 -227
  200. package/lib/crypto/backup.d.ts.map +0 -1
  201. package/lib/crypto/backup.js +0 -824
  202. package/lib/crypto/backup.js.map +0 -1
  203. package/lib/crypto/crypto.d.ts +0 -3
  204. package/lib/crypto/crypto.d.ts.map +0 -1
  205. package/lib/crypto/crypto.js +0 -19
  206. package/lib/crypto/crypto.js.map +0 -1
  207. package/lib/crypto/dehydration.d.ts +0 -34
  208. package/lib/crypto/dehydration.d.ts.map +0 -1
  209. package/lib/crypto/dehydration.js +0 -252
  210. package/lib/crypto/dehydration.js.map +0 -1
  211. package/lib/crypto/device-converter.d.ts +0 -9
  212. package/lib/crypto/device-converter.d.ts.map +0 -1
  213. package/lib/crypto/device-converter.js +0 -42
  214. package/lib/crypto/device-converter.js.map +0 -1
  215. package/lib/crypto/deviceinfo.d.ts +0 -99
  216. package/lib/crypto/deviceinfo.d.ts.map +0 -1
  217. package/lib/crypto/deviceinfo.js +0 -148
  218. package/lib/crypto/deviceinfo.js.map +0 -1
  219. package/lib/crypto/index.d.ts +0 -1210
  220. package/lib/crypto/index.d.ts.map +0 -1
  221. package/lib/crypto/index.js +0 -4101
  222. package/lib/crypto/index.js.map +0 -1
  223. package/lib/crypto/key_passphrase.d.ts +0 -14
  224. package/lib/crypto/key_passphrase.d.ts.map +0 -1
  225. package/lib/crypto/key_passphrase.js +0 -44
  226. package/lib/crypto/key_passphrase.js.map +0 -1
  227. package/lib/crypto/keybackup.d.ts +0 -18
  228. package/lib/crypto/keybackup.d.ts.map +0 -1
  229. package/lib/crypto/keybackup.js +0 -1
  230. package/lib/crypto/keybackup.js.map +0 -1
  231. package/lib/crypto/olmlib.d.ts +0 -129
  232. package/lib/crypto/olmlib.d.ts.map +0 -1
  233. package/lib/crypto/olmlib.js +0 -492
  234. package/lib/crypto/olmlib.js.map +0 -1
  235. package/lib/crypto/recoverykey.d.ts +0 -2
  236. package/lib/crypto/recoverykey.d.ts.map +0 -1
  237. package/lib/crypto/recoverykey.js +0 -19
  238. package/lib/crypto/recoverykey.js.map +0 -1
  239. package/lib/crypto/store/base.d.ts +0 -252
  240. package/lib/crypto/store/base.d.ts.map +0 -1
  241. package/lib/crypto/store/base.js +0 -64
  242. package/lib/crypto/store/base.js.map +0 -1
  243. package/lib/crypto/store/indexeddb-crypto-store-backend.d.ts +0 -187
  244. package/lib/crypto/store/indexeddb-crypto-store-backend.d.ts.map +0 -1
  245. package/lib/crypto/store/indexeddb-crypto-store-backend.js +0 -1145
  246. package/lib/crypto/store/indexeddb-crypto-store-backend.js.map +0 -1
  247. package/lib/crypto/store/indexeddb-crypto-store.d.ts +0 -432
  248. package/lib/crypto/store/indexeddb-crypto-store.d.ts.map +0 -1
  249. package/lib/crypto/store/indexeddb-crypto-store.js +0 -728
  250. package/lib/crypto/store/indexeddb-crypto-store.js.map +0 -1
  251. package/lib/crypto/store/localStorage-crypto-store.d.ts +0 -119
  252. package/lib/crypto/store/localStorage-crypto-store.d.ts.map +0 -1
  253. package/lib/crypto/store/localStorage-crypto-store.js +0 -531
  254. package/lib/crypto/store/localStorage-crypto-store.js.map +0 -1
  255. package/lib/crypto/store/memory-crypto-store.d.ts +0 -215
  256. package/lib/crypto/store/memory-crypto-store.d.ts.map +0 -1
  257. package/lib/crypto/store/memory-crypto-store.js +0 -622
  258. package/lib/crypto/store/memory-crypto-store.js.map +0 -1
  259. package/lib/crypto/verification/Base.d.ts +0 -105
  260. package/lib/crypto/verification/Base.d.ts.map +0 -1
  261. package/lib/crypto/verification/Base.js +0 -372
  262. package/lib/crypto/verification/Base.js.map +0 -1
  263. package/lib/crypto/verification/Error.d.ts +0 -35
  264. package/lib/crypto/verification/Error.d.ts.map +0 -1
  265. package/lib/crypto/verification/Error.js +0 -86
  266. package/lib/crypto/verification/Error.js.map +0 -1
  267. package/lib/crypto/verification/IllegalMethod.d.ts +0 -15
  268. package/lib/crypto/verification/IllegalMethod.d.ts.map +0 -1
  269. package/lib/crypto/verification/IllegalMethod.js +0 -43
  270. package/lib/crypto/verification/IllegalMethod.js.map +0 -1
  271. package/lib/crypto/verification/QRCode.d.ts +0 -51
  272. package/lib/crypto/verification/QRCode.d.ts.map +0 -1
  273. package/lib/crypto/verification/QRCode.js +0 -277
  274. package/lib/crypto/verification/QRCode.js.map +0 -1
  275. package/lib/crypto/verification/SAS.d.ts +0 -27
  276. package/lib/crypto/verification/SAS.d.ts.map +0 -1
  277. package/lib/crypto/verification/SAS.js +0 -485
  278. package/lib/crypto/verification/SAS.js.map +0 -1
  279. package/lib/crypto/verification/SASDecimal.d.ts +0 -8
  280. package/lib/crypto/verification/SASDecimal.d.ts.map +0 -1
  281. package/lib/crypto/verification/SASDecimal.js +0 -34
  282. package/lib/crypto/verification/SASDecimal.js.map +0 -1
  283. package/lib/crypto/verification/request/Channel.d.ts +0 -18
  284. package/lib/crypto/verification/request/Channel.d.ts.map +0 -1
  285. package/lib/crypto/verification/request/Channel.js +0 -1
  286. package/lib/crypto/verification/request/Channel.js.map +0 -1
  287. package/lib/crypto/verification/request/InRoomChannel.d.ts +0 -113
  288. package/lib/crypto/verification/request/InRoomChannel.d.ts.map +0 -1
  289. package/lib/crypto/verification/request/InRoomChannel.js +0 -351
  290. package/lib/crypto/verification/request/InRoomChannel.js.map +0 -1
  291. package/lib/crypto/verification/request/ToDeviceChannel.d.ts +0 -105
  292. package/lib/crypto/verification/request/ToDeviceChannel.d.ts.map +0 -1
  293. package/lib/crypto/verification/request/ToDeviceChannel.js +0 -328
  294. package/lib/crypto/verification/request/ToDeviceChannel.js.map +0 -1
  295. package/lib/crypto/verification/request/VerificationRequest.d.ts +0 -227
  296. package/lib/crypto/verification/request/VerificationRequest.d.ts.map +0 -1
  297. package/lib/crypto/verification/request/VerificationRequest.js +0 -937
  298. package/lib/crypto/verification/request/VerificationRequest.js.map +0 -1
  299. package/lib/crypto-api/CryptoEvent.d.ts +0 -69
  300. package/lib/crypto-api/CryptoEvent.d.ts.map +0 -1
  301. package/lib/crypto-api/CryptoEvent.js +0 -33
  302. package/lib/crypto-api/CryptoEvent.js.map +0 -1
  303. package/lib/crypto-api/CryptoEventHandlerMap.d.ts +0 -16
  304. package/lib/crypto-api/CryptoEventHandlerMap.d.ts.map +0 -1
  305. package/lib/crypto-api/CryptoEventHandlerMap.js +0 -22
  306. package/lib/crypto-api/CryptoEventHandlerMap.js.map +0 -1
  307. package/lib/crypto-api/index.d.ts +0 -978
  308. package/lib/crypto-api/index.d.ts.map +0 -1
  309. package/lib/crypto-api/index.js +0 -304
  310. package/lib/crypto-api/index.js.map +0 -1
  311. package/lib/crypto-api/key-passphrase.d.ts +0 -11
  312. package/lib/crypto-api/key-passphrase.d.ts.map +0 -1
  313. package/lib/crypto-api/key-passphrase.js +0 -51
  314. package/lib/crypto-api/key-passphrase.js.map +0 -1
  315. package/lib/crypto-api/keybackup.d.ts +0 -88
  316. package/lib/crypto-api/keybackup.d.ts.map +0 -1
  317. package/lib/crypto-api/keybackup.js +0 -1
  318. package/lib/crypto-api/keybackup.js.map +0 -1
  319. package/lib/crypto-api/recovery-key.d.ts +0 -11
  320. package/lib/crypto-api/recovery-key.d.ts.map +0 -1
  321. package/lib/crypto-api/recovery-key.js +0 -65
  322. package/lib/crypto-api/recovery-key.js.map +0 -1
  323. package/lib/crypto-api/verification.d.ts +0 -344
  324. package/lib/crypto-api/verification.d.ts.map +0 -1
  325. package/lib/crypto-api/verification.js +0 -91
  326. package/lib/crypto-api/verification.js.map +0 -1
  327. package/lib/matrixrtc/CallMembership.d.ts +0 -66
  328. package/lib/matrixrtc/CallMembership.d.ts.map +0 -1
  329. package/lib/matrixrtc/CallMembership.js +0 -197
  330. package/lib/matrixrtc/CallMembership.js.map +0 -1
  331. package/lib/matrixrtc/LivekitFocus.d.ts +0 -16
  332. package/lib/matrixrtc/LivekitFocus.d.ts.map +0 -1
  333. package/lib/matrixrtc/LivekitFocus.js +0 -20
  334. package/lib/matrixrtc/LivekitFocus.js.map +0 -1
  335. package/lib/matrixrtc/MatrixRTCSession.d.ts +0 -295
  336. package/lib/matrixrtc/MatrixRTCSession.d.ts.map +0 -1
  337. package/lib/matrixrtc/MatrixRTCSession.js +0 -1043
  338. package/lib/matrixrtc/MatrixRTCSession.js.map +0 -1
  339. package/lib/matrixrtc/MatrixRTCSessionManager.d.ts +0 -40
  340. package/lib/matrixrtc/MatrixRTCSessionManager.d.ts.map +0 -1
  341. package/lib/matrixrtc/MatrixRTCSessionManager.js +0 -146
  342. package/lib/matrixrtc/MatrixRTCSessionManager.js.map +0 -1
  343. package/lib/matrixrtc/focus.d.ts +0 -10
  344. package/lib/matrixrtc/focus.d.ts.map +0 -1
  345. package/lib/matrixrtc/focus.js +0 -1
  346. package/lib/matrixrtc/focus.js.map +0 -1
  347. package/lib/matrixrtc/index.d.ts +0 -7
  348. package/lib/matrixrtc/index.d.ts.map +0 -1
  349. package/lib/matrixrtc/index.js +0 -21
  350. package/lib/matrixrtc/index.js.map +0 -1
  351. package/lib/matrixrtc/types.d.ts +0 -19
  352. package/lib/matrixrtc/types.d.ts.map +0 -1
  353. package/lib/matrixrtc/types.js +0 -1
  354. package/lib/matrixrtc/types.js.map +0 -1
  355. package/lib/rendezvous/MSC4108SignInWithQR.d.ts +0 -112
  356. package/lib/rendezvous/MSC4108SignInWithQR.d.ts.map +0 -1
  357. package/lib/rendezvous/MSC4108SignInWithQR.js +0 -392
  358. package/lib/rendezvous/MSC4108SignInWithQR.js.map +0 -1
  359. package/lib/rendezvous/RendezvousChannel.d.ts +0 -27
  360. package/lib/rendezvous/RendezvousChannel.d.ts.map +0 -1
  361. package/lib/rendezvous/RendezvousChannel.js +0 -1
  362. package/lib/rendezvous/RendezvousChannel.js.map +0 -1
  363. package/lib/rendezvous/RendezvousCode.d.ts +0 -9
  364. package/lib/rendezvous/RendezvousCode.d.ts.map +0 -1
  365. package/lib/rendezvous/RendezvousCode.js +0 -1
  366. package/lib/rendezvous/RendezvousCode.js.map +0 -1
  367. package/lib/rendezvous/RendezvousError.d.ts +0 -6
  368. package/lib/rendezvous/RendezvousError.d.ts.map +0 -1
  369. package/lib/rendezvous/RendezvousError.js +0 -23
  370. package/lib/rendezvous/RendezvousError.js.map +0 -1
  371. package/lib/rendezvous/RendezvousFailureReason.d.ts +0 -31
  372. package/lib/rendezvous/RendezvousFailureReason.d.ts.map +0 -1
  373. package/lib/rendezvous/RendezvousFailureReason.js +0 -38
  374. package/lib/rendezvous/RendezvousFailureReason.js.map +0 -1
  375. package/lib/rendezvous/RendezvousIntent.d.ts +0 -5
  376. package/lib/rendezvous/RendezvousIntent.d.ts.map +0 -1
  377. package/lib/rendezvous/RendezvousIntent.js +0 -22
  378. package/lib/rendezvous/RendezvousIntent.js.map +0 -1
  379. package/lib/rendezvous/RendezvousTransport.d.ts +0 -36
  380. package/lib/rendezvous/RendezvousTransport.d.ts.map +0 -1
  381. package/lib/rendezvous/RendezvousTransport.js +0 -1
  382. package/lib/rendezvous/RendezvousTransport.js.map +0 -1
  383. package/lib/rendezvous/channels/MSC4108SecureChannel.d.ts +0 -58
  384. package/lib/rendezvous/channels/MSC4108SecureChannel.d.ts.map +0 -1
  385. package/lib/rendezvous/channels/MSC4108SecureChannel.js +0 -246
  386. package/lib/rendezvous/channels/MSC4108SecureChannel.js.map +0 -1
  387. package/lib/rendezvous/channels/index.d.ts +0 -2
  388. package/lib/rendezvous/channels/index.d.ts.map +0 -1
  389. package/lib/rendezvous/channels/index.js +0 -18
  390. package/lib/rendezvous/channels/index.js.map +0 -1
  391. package/lib/rendezvous/index.d.ts +0 -10
  392. package/lib/rendezvous/index.d.ts.map +0 -1
  393. package/lib/rendezvous/index.js +0 -23
  394. package/lib/rendezvous/index.js.map +0 -1
  395. package/lib/rendezvous/transports/MSC4108RendezvousSession.d.ts +0 -61
  396. package/lib/rendezvous/transports/MSC4108RendezvousSession.d.ts.map +0 -1
  397. package/lib/rendezvous/transports/MSC4108RendezvousSession.js +0 -253
  398. package/lib/rendezvous/transports/MSC4108RendezvousSession.js.map +0 -1
  399. package/lib/rendezvous/transports/index.d.ts +0 -2
  400. package/lib/rendezvous/transports/index.d.ts.map +0 -1
  401. package/lib/rendezvous/transports/index.js +0 -18
  402. package/lib/rendezvous/transports/index.js.map +0 -1
  403. package/lib/rust-crypto/CrossSigningIdentity.d.ts +0 -33
  404. package/lib/rust-crypto/CrossSigningIdentity.d.ts.map +0 -1
  405. package/lib/rust-crypto/CrossSigningIdentity.js +0 -157
  406. package/lib/rust-crypto/CrossSigningIdentity.js.map +0 -1
  407. package/lib/rust-crypto/DehydratedDeviceManager.d.ts +0 -98
  408. package/lib/rust-crypto/DehydratedDeviceManager.d.ts.map +0 -1
  409. package/lib/rust-crypto/DehydratedDeviceManager.js +0 -285
  410. package/lib/rust-crypto/DehydratedDeviceManager.js.map +0 -1
  411. package/lib/rust-crypto/KeyClaimManager.d.ts +0 -33
  412. package/lib/rust-crypto/KeyClaimManager.d.ts.map +0 -1
  413. package/lib/rust-crypto/KeyClaimManager.js +0 -82
  414. package/lib/rust-crypto/KeyClaimManager.js.map +0 -1
  415. package/lib/rust-crypto/OutgoingRequestProcessor.d.ts +0 -43
  416. package/lib/rust-crypto/OutgoingRequestProcessor.d.ts.map +0 -1
  417. package/lib/rust-crypto/OutgoingRequestProcessor.js +0 -195
  418. package/lib/rust-crypto/OutgoingRequestProcessor.js.map +0 -1
  419. package/lib/rust-crypto/OutgoingRequestsManager.d.ts +0 -47
  420. package/lib/rust-crypto/OutgoingRequestsManager.d.ts.map +0 -1
  421. package/lib/rust-crypto/OutgoingRequestsManager.js +0 -148
  422. package/lib/rust-crypto/OutgoingRequestsManager.js.map +0 -1
  423. package/lib/rust-crypto/PerSessionKeyBackupDownloader.d.ts +0 -120
  424. package/lib/rust-crypto/PerSessionKeyBackupDownloader.d.ts.map +0 -1
  425. package/lib/rust-crypto/PerSessionKeyBackupDownloader.js +0 -467
  426. package/lib/rust-crypto/PerSessionKeyBackupDownloader.js.map +0 -1
  427. package/lib/rust-crypto/RoomEncryptor.d.ts +0 -98
  428. package/lib/rust-crypto/RoomEncryptor.d.ts.map +0 -1
  429. package/lib/rust-crypto/RoomEncryptor.js +0 -299
  430. package/lib/rust-crypto/RoomEncryptor.js.map +0 -1
  431. package/lib/rust-crypto/backup.d.ts +0 -254
  432. package/lib/rust-crypto/backup.d.ts.map +0 -1
  433. package/lib/rust-crypto/backup.js +0 -837
  434. package/lib/rust-crypto/backup.js.map +0 -1
  435. package/lib/rust-crypto/constants.d.ts +0 -3
  436. package/lib/rust-crypto/constants.d.ts.map +0 -1
  437. package/lib/rust-crypto/constants.js +0 -19
  438. package/lib/rust-crypto/constants.js.map +0 -1
  439. package/lib/rust-crypto/device-converter.d.ts +0 -28
  440. package/lib/rust-crypto/device-converter.d.ts.map +0 -1
  441. package/lib/rust-crypto/device-converter.js +0 -123
  442. package/lib/rust-crypto/device-converter.js.map +0 -1
  443. package/lib/rust-crypto/index.d.ts +0 -61
  444. package/lib/rust-crypto/index.d.ts.map +0 -1
  445. package/lib/rust-crypto/index.js +0 -152
  446. package/lib/rust-crypto/index.js.map +0 -1
  447. package/lib/rust-crypto/libolm_migration.d.ts +0 -81
  448. package/lib/rust-crypto/libolm_migration.d.ts.map +0 -1
  449. package/lib/rust-crypto/libolm_migration.js +0 -459
  450. package/lib/rust-crypto/libolm_migration.js.map +0 -1
  451. package/lib/rust-crypto/rust-crypto.d.ts +0 -556
  452. package/lib/rust-crypto/rust-crypto.d.ts.map +0 -1
  453. package/lib/rust-crypto/rust-crypto.js +0 -2016
  454. package/lib/rust-crypto/rust-crypto.js.map +0 -1
  455. package/lib/rust-crypto/secret-storage.d.ts +0 -22
  456. package/lib/rust-crypto/secret-storage.d.ts.map +0 -1
  457. package/lib/rust-crypto/secret-storage.js +0 -63
  458. package/lib/rust-crypto/secret-storage.js.map +0 -1
  459. package/lib/rust-crypto/verification.d.ts +0 -319
  460. package/lib/rust-crypto/verification.d.ts.map +0 -1
  461. package/lib/rust-crypto/verification.js +0 -816
  462. package/lib/rust-crypto/verification.js.map +0 -1
  463. package/lib/secret-storage.d.ts +0 -370
  464. package/lib/secret-storage.d.ts.map +0 -1
  465. package/lib/secret-storage.js +0 -466
  466. package/lib/secret-storage.js.map +0 -1
  467. package/lib/utils/decryptAESSecretStorageItem.d.ts +0 -12
  468. package/lib/utils/decryptAESSecretStorageItem.d.ts.map +0 -1
  469. package/lib/utils/decryptAESSecretStorageItem.js +0 -50
  470. package/lib/utils/decryptAESSecretStorageItem.js.map +0 -1
  471. package/lib/utils/encryptAESSecretStorageItem.d.ts +0 -16
  472. package/lib/utils/encryptAESSecretStorageItem.d.ts.map +0 -1
  473. package/lib/utils/encryptAESSecretStorageItem.js +0 -68
  474. package/lib/utils/encryptAESSecretStorageItem.js.map +0 -1
  475. package/lib/utils/internal/deriveKeys.d.ts +0 -10
  476. package/lib/utils/internal/deriveKeys.d.ts.map +0 -1
  477. package/lib/utils/internal/deriveKeys.js +0 -60
  478. package/lib/utils/internal/deriveKeys.js.map +0 -1
  479. package/lib/webrtc/audioContext.d.ts +0 -15
  480. package/lib/webrtc/audioContext.d.ts.map +0 -1
  481. package/lib/webrtc/audioContext.js +0 -46
  482. package/lib/webrtc/audioContext.js.map +0 -1
  483. package/lib/webrtc/call.d.ts +0 -560
  484. package/lib/webrtc/call.d.ts.map +0 -1
  485. package/lib/webrtc/call.js +0 -2541
  486. package/lib/webrtc/call.js.map +0 -1
  487. package/lib/webrtc/callEventHandler.d.ts +0 -37
  488. package/lib/webrtc/callEventHandler.d.ts.map +0 -1
  489. package/lib/webrtc/callEventHandler.js +0 -344
  490. package/lib/webrtc/callEventHandler.js.map +0 -1
  491. package/lib/webrtc/callEventTypes.d.ts +0 -73
  492. package/lib/webrtc/callEventTypes.d.ts.map +0 -1
  493. package/lib/webrtc/callEventTypes.js +0 -13
  494. package/lib/webrtc/callEventTypes.js.map +0 -1
  495. package/lib/webrtc/callFeed.d.ts +0 -128
  496. package/lib/webrtc/callFeed.d.ts.map +0 -1
  497. package/lib/webrtc/callFeed.js +0 -289
  498. package/lib/webrtc/callFeed.js.map +0 -1
  499. package/lib/webrtc/groupCall.d.ts +0 -323
  500. package/lib/webrtc/groupCall.d.ts.map +0 -1
  501. package/lib/webrtc/groupCall.js +0 -1337
  502. package/lib/webrtc/groupCall.js.map +0 -1
  503. package/lib/webrtc/groupCallEventHandler.d.ts +0 -31
  504. package/lib/webrtc/groupCallEventHandler.d.ts.map +0 -1
  505. package/lib/webrtc/groupCallEventHandler.js +0 -178
  506. package/lib/webrtc/groupCallEventHandler.js.map +0 -1
  507. package/lib/webrtc/mediaHandler.d.ts +0 -89
  508. package/lib/webrtc/mediaHandler.d.ts.map +0 -1
  509. package/lib/webrtc/mediaHandler.js +0 -437
  510. package/lib/webrtc/mediaHandler.js.map +0 -1
  511. package/lib/webrtc/stats/callFeedStatsReporter.d.ts +0 -8
  512. package/lib/webrtc/stats/callFeedStatsReporter.d.ts.map +0 -1
  513. package/lib/webrtc/stats/callFeedStatsReporter.js +0 -82
  514. package/lib/webrtc/stats/callFeedStatsReporter.js.map +0 -1
  515. package/lib/webrtc/stats/callStatsReportGatherer.d.ts +0 -25
  516. package/lib/webrtc/stats/callStatsReportGatherer.d.ts.map +0 -1
  517. package/lib/webrtc/stats/callStatsReportGatherer.js +0 -199
  518. package/lib/webrtc/stats/callStatsReportGatherer.js.map +0 -1
  519. package/lib/webrtc/stats/callStatsReportSummary.d.ts +0 -17
  520. package/lib/webrtc/stats/callStatsReportSummary.d.ts.map +0 -1
  521. package/lib/webrtc/stats/callStatsReportSummary.js +0 -1
  522. package/lib/webrtc/stats/callStatsReportSummary.js.map +0 -1
  523. package/lib/webrtc/stats/connectionStats.d.ts +0 -28
  524. package/lib/webrtc/stats/connectionStats.d.ts.map +0 -1
  525. package/lib/webrtc/stats/connectionStats.js +0 -26
  526. package/lib/webrtc/stats/connectionStats.js.map +0 -1
  527. package/lib/webrtc/stats/connectionStatsBuilder.d.ts +0 -5
  528. package/lib/webrtc/stats/connectionStatsBuilder.d.ts.map +0 -1
  529. package/lib/webrtc/stats/connectionStatsBuilder.js +0 -27
  530. package/lib/webrtc/stats/connectionStatsBuilder.js.map +0 -1
  531. package/lib/webrtc/stats/connectionStatsReportBuilder.d.ts +0 -7
  532. package/lib/webrtc/stats/connectionStatsReportBuilder.d.ts.map +0 -1
  533. package/lib/webrtc/stats/connectionStatsReportBuilder.js +0 -121
  534. package/lib/webrtc/stats/connectionStatsReportBuilder.js.map +0 -1
  535. package/lib/webrtc/stats/groupCallStats.d.ts +0 -22
  536. package/lib/webrtc/stats/groupCallStats.d.ts.map +0 -1
  537. package/lib/webrtc/stats/groupCallStats.js +0 -78
  538. package/lib/webrtc/stats/groupCallStats.js.map +0 -1
  539. package/lib/webrtc/stats/media/mediaSsrcHandler.d.ts +0 -10
  540. package/lib/webrtc/stats/media/mediaSsrcHandler.d.ts.map +0 -1
  541. package/lib/webrtc/stats/media/mediaSsrcHandler.js +0 -57
  542. package/lib/webrtc/stats/media/mediaSsrcHandler.js.map +0 -1
  543. package/lib/webrtc/stats/media/mediaTrackHandler.d.ts +0 -12
  544. package/lib/webrtc/stats/media/mediaTrackHandler.d.ts.map +0 -1
  545. package/lib/webrtc/stats/media/mediaTrackHandler.js +0 -62
  546. package/lib/webrtc/stats/media/mediaTrackHandler.js.map +0 -1
  547. package/lib/webrtc/stats/media/mediaTrackStats.d.ts +0 -86
  548. package/lib/webrtc/stats/media/mediaTrackStats.d.ts.map +0 -1
  549. package/lib/webrtc/stats/media/mediaTrackStats.js +0 -142
  550. package/lib/webrtc/stats/media/mediaTrackStats.js.map +0 -1
  551. package/lib/webrtc/stats/media/mediaTrackStatsHandler.d.ts +0 -22
  552. package/lib/webrtc/stats/media/mediaTrackStatsHandler.d.ts.map +0 -1
  553. package/lib/webrtc/stats/media/mediaTrackStatsHandler.js +0 -76
  554. package/lib/webrtc/stats/media/mediaTrackStatsHandler.js.map +0 -1
  555. package/lib/webrtc/stats/statsReport.d.ts +0 -99
  556. package/lib/webrtc/stats/statsReport.d.ts.map +0 -1
  557. package/lib/webrtc/stats/statsReport.js +0 -32
  558. package/lib/webrtc/stats/statsReport.js.map +0 -1
  559. package/lib/webrtc/stats/statsReportEmitter.d.ts +0 -15
  560. package/lib/webrtc/stats/statsReportEmitter.d.ts.map +0 -1
  561. package/lib/webrtc/stats/statsReportEmitter.js +0 -33
  562. package/lib/webrtc/stats/statsReportEmitter.js.map +0 -1
  563. package/lib/webrtc/stats/summaryStatsReportGatherer.d.ts +0 -16
  564. package/lib/webrtc/stats/summaryStatsReportGatherer.d.ts.map +0 -1
  565. package/lib/webrtc/stats/summaryStatsReportGatherer.js +0 -116
  566. package/lib/webrtc/stats/summaryStatsReportGatherer.js.map +0 -1
  567. package/lib/webrtc/stats/trackStatsBuilder.d.ts +0 -19
  568. package/lib/webrtc/stats/trackStatsBuilder.d.ts.map +0 -1
  569. package/lib/webrtc/stats/trackStatsBuilder.js +0 -168
  570. package/lib/webrtc/stats/trackStatsBuilder.js.map +0 -1
  571. package/lib/webrtc/stats/transportStats.d.ts +0 -11
  572. package/lib/webrtc/stats/transportStats.d.ts.map +0 -1
  573. package/lib/webrtc/stats/transportStats.js +0 -1
  574. package/lib/webrtc/stats/transportStats.js.map +0 -1
  575. package/lib/webrtc/stats/transportStatsBuilder.d.ts +0 -5
  576. package/lib/webrtc/stats/transportStatsBuilder.d.ts.map +0 -1
  577. package/lib/webrtc/stats/transportStatsBuilder.js +0 -34
  578. package/lib/webrtc/stats/transportStatsBuilder.js.map +0 -1
  579. package/lib/webrtc/stats/valueFormatter.d.ts +0 -4
  580. package/lib/webrtc/stats/valueFormatter.d.ts.map +0 -1
  581. package/lib/webrtc/stats/valueFormatter.js +0 -25
  582. package/lib/webrtc/stats/valueFormatter.js.map +0 -1
  583. package/src/@types/AESEncryptedSecretStoragePayload.ts +0 -29
  584. package/src/@types/crypto.ts +0 -73
  585. package/src/@types/matrix-sdk-crypto-wasm.d.ts +0 -44
  586. package/src/common-crypto/CryptoBackend.ts +0 -302
  587. package/src/common-crypto/README.md +0 -4
  588. package/src/common-crypto/key-passphrase.ts +0 -43
  589. package/src/crypto/CrossSigning.ts +0 -773
  590. package/src/crypto/DeviceList.ts +0 -989
  591. package/src/crypto/EncryptionSetup.ts +0 -351
  592. package/src/crypto/OlmDevice.ts +0 -1500
  593. package/src/crypto/OutgoingRoomKeyRequestManager.ts +0 -485
  594. package/src/crypto/RoomList.ts +0 -70
  595. package/src/crypto/SecretSharing.ts +0 -240
  596. package/src/crypto/SecretStorage.ts +0 -136
  597. package/src/crypto/aes.ts +0 -23
  598. package/src/crypto/algorithms/base.ts +0 -236
  599. package/src/crypto/algorithms/index.ts +0 -20
  600. package/src/crypto/algorithms/megolm.ts +0 -2216
  601. package/src/crypto/algorithms/olm.ts +0 -381
  602. package/src/crypto/api.ts +0 -70
  603. package/src/crypto/backup.ts +0 -922
  604. package/src/crypto/crypto.ts +0 -18
  605. package/src/crypto/dehydration.ts +0 -272
  606. package/src/crypto/device-converter.ts +0 -45
  607. package/src/crypto/deviceinfo.ts +0 -158
  608. package/src/crypto/index.ts +0 -4418
  609. package/src/crypto/key_passphrase.ts +0 -42
  610. package/src/crypto/keybackup.ts +0 -47
  611. package/src/crypto/olmlib.ts +0 -539
  612. package/src/crypto/recoverykey.ts +0 -18
  613. package/src/crypto/store/base.ts +0 -348
  614. package/src/crypto/store/indexeddb-crypto-store-backend.ts +0 -1250
  615. package/src/crypto/store/indexeddb-crypto-store.ts +0 -845
  616. package/src/crypto/store/localStorage-crypto-store.ts +0 -579
  617. package/src/crypto/store/memory-crypto-store.ts +0 -680
  618. package/src/crypto/verification/Base.ts +0 -409
  619. package/src/crypto/verification/Error.ts +0 -76
  620. package/src/crypto/verification/IllegalMethod.ts +0 -50
  621. package/src/crypto/verification/QRCode.ts +0 -310
  622. package/src/crypto/verification/SAS.ts +0 -494
  623. package/src/crypto/verification/SASDecimal.ts +0 -37
  624. package/src/crypto/verification/request/Channel.ts +0 -34
  625. package/src/crypto/verification/request/InRoomChannel.ts +0 -371
  626. package/src/crypto/verification/request/ToDeviceChannel.ts +0 -354
  627. package/src/crypto/verification/request/VerificationRequest.ts +0 -976
  628. package/src/crypto-api/CryptoEvent.ts +0 -93
  629. package/src/crypto-api/CryptoEventHandlerMap.ts +0 -32
  630. package/src/crypto-api/index.ts +0 -1175
  631. package/src/crypto-api/key-passphrase.ts +0 -58
  632. package/src/crypto-api/keybackup.ts +0 -115
  633. package/src/crypto-api/recovery-key.ts +0 -69
  634. package/src/crypto-api/verification.ts +0 -408
  635. package/src/matrixrtc/CallMembership.ts +0 -247
  636. package/src/matrixrtc/LivekitFocus.ts +0 -39
  637. package/src/matrixrtc/MatrixRTCSession.ts +0 -1319
  638. package/src/matrixrtc/MatrixRTCSessionManager.ts +0 -166
  639. package/src/matrixrtc/focus.ts +0 -25
  640. package/src/matrixrtc/index.ts +0 -22
  641. package/src/matrixrtc/types.ts +0 -36
  642. package/src/rendezvous/MSC4108SignInWithQR.ts +0 -444
  643. package/src/rendezvous/RendezvousChannel.ts +0 -48
  644. package/src/rendezvous/RendezvousCode.ts +0 -25
  645. package/src/rendezvous/RendezvousError.ts +0 -26
  646. package/src/rendezvous/RendezvousFailureReason.ts +0 -49
  647. package/src/rendezvous/RendezvousIntent.ts +0 -20
  648. package/src/rendezvous/RendezvousTransport.ts +0 -58
  649. package/src/rendezvous/channels/MSC4108SecureChannel.ts +0 -270
  650. package/src/rendezvous/channels/index.ts +0 -17
  651. package/src/rendezvous/index.ts +0 -25
  652. package/src/rendezvous/transports/MSC4108RendezvousSession.ts +0 -270
  653. package/src/rendezvous/transports/index.ts +0 -17
  654. package/src/rust-crypto/CrossSigningIdentity.ts +0 -183
  655. package/src/rust-crypto/DehydratedDeviceManager.ts +0 -306
  656. package/src/rust-crypto/KeyClaimManager.ts +0 -86
  657. package/src/rust-crypto/OutgoingRequestProcessor.ts +0 -236
  658. package/src/rust-crypto/OutgoingRequestsManager.ts +0 -143
  659. package/src/rust-crypto/PerSessionKeyBackupDownloader.ts +0 -501
  660. package/src/rust-crypto/RoomEncryptor.ts +0 -352
  661. package/src/rust-crypto/backup.ts +0 -881
  662. package/src/rust-crypto/constants.ts +0 -18
  663. package/src/rust-crypto/device-converter.ts +0 -128
  664. package/src/rust-crypto/index.ts +0 -237
  665. package/src/rust-crypto/libolm_migration.ts +0 -530
  666. package/src/rust-crypto/rust-crypto.ts +0 -2205
  667. package/src/rust-crypto/secret-storage.ts +0 -60
  668. package/src/rust-crypto/verification.ts +0 -830
  669. package/src/secret-storage.ts +0 -693
  670. package/src/utils/decryptAESSecretStorageItem.ts +0 -54
  671. package/src/utils/encryptAESSecretStorageItem.ts +0 -73
  672. package/src/utils/internal/deriveKeys.ts +0 -63
  673. package/src/webrtc/audioContext.ts +0 -44
  674. package/src/webrtc/call.ts +0 -3074
  675. package/src/webrtc/callEventHandler.ts +0 -425
  676. package/src/webrtc/callEventTypes.ts +0 -93
  677. package/src/webrtc/callFeed.ts +0 -364
  678. package/src/webrtc/groupCall.ts +0 -1735
  679. package/src/webrtc/groupCallEventHandler.ts +0 -234
  680. package/src/webrtc/mediaHandler.ts +0 -484
  681. package/src/webrtc/stats/callFeedStatsReporter.ts +0 -94
  682. package/src/webrtc/stats/callStatsReportGatherer.ts +0 -219
  683. package/src/webrtc/stats/callStatsReportSummary.ts +0 -30
  684. package/src/webrtc/stats/connectionStats.ts +0 -47
  685. package/src/webrtc/stats/connectionStatsBuilder.ts +0 -28
  686. package/src/webrtc/stats/connectionStatsReportBuilder.ts +0 -140
  687. package/src/webrtc/stats/groupCallStats.ts +0 -93
  688. package/src/webrtc/stats/media/mediaSsrcHandler.ts +0 -57
  689. package/src/webrtc/stats/media/mediaTrackHandler.ts +0 -76
  690. package/src/webrtc/stats/media/mediaTrackStats.ts +0 -176
  691. package/src/webrtc/stats/media/mediaTrackStatsHandler.ts +0 -90
  692. package/src/webrtc/stats/statsReport.ts +0 -133
  693. package/src/webrtc/stats/statsReportEmitter.ts +0 -49
  694. package/src/webrtc/stats/summaryStatsReportGatherer.ts +0 -148
  695. package/src/webrtc/stats/trackStatsBuilder.ts +0 -207
  696. package/src/webrtc/stats/transportStats.ts +0 -26
  697. package/src/webrtc/stats/transportStatsBuilder.ts +0 -48
  698. package/src/webrtc/stats/valueFormatter.ts +0 -27
@@ -1,4418 +0,0 @@
1
- /*
2
- Copyright 2016 OpenMarket Ltd
3
- Copyright 2017 Vector Creations Ltd
4
- Copyright 2018-2019 New Vector Ltd
5
- Copyright 2019-2021 The Matrix.org Foundation C.I.C.
6
-
7
- Licensed under the Apache License, Version 2.0 (the "License");
8
- you may not use this file except in compliance with the License.
9
- You may obtain a copy of the License at
10
-
11
- http://www.apache.org/licenses/LICENSE-2.0
12
-
13
- Unless required by applicable law or agreed to in writing, software
14
- distributed under the License is distributed on an "AS IS" BASIS,
15
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
- See the License for the specific language governing permissions and
17
- limitations under the License.
18
- */
19
-
20
- import anotherjson from "another-json";
21
- import { v4 as uuidv4 } from "uuid";
22
-
23
- import type { IDeviceKeys, IEventDecryptionResult, IMegolmSessionData, IOneTimeKey } from "../@types/crypto.ts";
24
- import type { PkDecryption, PkSigning } from "@matrix-org/olm";
25
- import { EventType, ToDeviceMessageId } from "../@types/event.ts";
26
- import { TypedReEmitter } from "../ReEmitter.ts";
27
- import { logger } from "../logger.ts";
28
- import { IExportedDevice, OlmDevice } from "./OlmDevice.ts";
29
- import { IOlmDevice } from "./algorithms/megolm.ts";
30
- import * as olmlib from "./olmlib.ts";
31
- import { DeviceInfoMap, DeviceList } from "./DeviceList.ts";
32
- import { DeviceInfo, IDevice } from "./deviceinfo.ts";
33
- import type { DecryptionAlgorithm, EncryptionAlgorithm } from "./algorithms/index.ts";
34
- import * as algorithms from "./algorithms/index.ts";
35
- import { createCryptoStoreCacheCallbacks, CrossSigningInfo, DeviceTrustLevel, UserTrustLevel } from "./CrossSigning.ts";
36
- import { EncryptionSetupBuilder } from "./EncryptionSetup.ts";
37
- import { SecretStorage as LegacySecretStorage } from "./SecretStorage.ts";
38
- import { CrossSigningKey, ICreateSecretStorageOpts, IEncryptedEventInfo, IRecoveryKey } from "./api.ts";
39
- import { OutgoingRoomKeyRequestManager } from "./OutgoingRoomKeyRequestManager.ts";
40
- import { IndexedDBCryptoStore } from "./store/indexeddb-crypto-store.ts";
41
- import { VerificationBase } from "./verification/Base.ts";
42
- import { ReciprocateQRCode, SCAN_QR_CODE_METHOD, SHOW_QR_CODE_METHOD } from "./verification/QRCode.ts";
43
- import { SAS as SASVerification } from "./verification/SAS.ts";
44
- import { keyFromPassphrase } from "./key_passphrase.ts";
45
- import { VerificationRequest } from "./verification/request/VerificationRequest.ts";
46
- import { InRoomChannel, InRoomRequests } from "./verification/request/InRoomChannel.ts";
47
- import { Request, ToDeviceChannel, ToDeviceRequests } from "./verification/request/ToDeviceChannel.ts";
48
- import { IllegalMethod } from "./verification/IllegalMethod.ts";
49
- import { KeySignatureUploadError } from "../errors.ts";
50
- import { DehydrationManager } from "./dehydration.ts";
51
- import { BackupManager, LibOlmBackupDecryptor, backupTrustInfoFromLegacyTrustInfo } from "./backup.ts";
52
- import { IStore } from "../store/index.ts";
53
- import { Room, RoomEvent } from "../models/room.ts";
54
- import { RoomMember, RoomMemberEvent } from "../models/room-member.ts";
55
- import { EventStatus, IContent, IEvent, MatrixEvent, MatrixEventEvent } from "../models/event.ts";
56
- import { ToDeviceBatch, ToDevicePayload } from "../models/ToDeviceMessage.ts";
57
- import { ClientEvent, IKeysUploadResponse, ISignedKey, IUploadKeySignaturesResponse, MatrixClient } from "../client.ts";
58
- import { IRoomEncryption, RoomList } from "./RoomList.ts";
59
- import { IKeyBackupInfo } from "./keybackup.ts";
60
- import { ISyncStateData } from "../sync.ts";
61
- import { CryptoStore } from "./store/base.ts";
62
- import { IVerificationChannel } from "./verification/request/Channel.ts";
63
- import { TypedEventEmitter } from "../models/typed-event-emitter.ts";
64
- import { IDeviceLists, ISyncResponse, IToDeviceEvent } from "../sync-accumulator.ts";
65
- import { ISignatures } from "../@types/signed.ts";
66
- import { IMessage } from "./algorithms/olm.ts";
67
- import {
68
- BackupDecryptor,
69
- CryptoBackend,
70
- DecryptionError,
71
- OnSyncCompletedData,
72
- } from "../common-crypto/CryptoBackend.ts";
73
- import { RoomState, RoomStateEvent } from "../models/room-state.ts";
74
- import { MapWithDefault, recursiveMapToObject } from "../utils.ts";
75
- import {
76
- AccountDataClient,
77
- AddSecretStorageKeyOpts,
78
- calculateKeyCheck,
79
- SECRET_STORAGE_ALGORITHM_V1_AES,
80
- SecretStorageKeyDescription,
81
- SecretStorageKeyObject,
82
- SecretStorageKeyTuple,
83
- ServerSideSecretStorageImpl,
84
- } from "../secret-storage.ts";
85
- import { ISecretRequest } from "./SecretSharing.ts";
86
- import {
87
- BackupTrustInfo,
88
- BootstrapCrossSigningOpts,
89
- CrossSigningKeyInfo,
90
- CrossSigningStatus,
91
- decodeRecoveryKey,
92
- DecryptionFailureCode,
93
- DeviceIsolationMode,
94
- DeviceVerificationStatus,
95
- encodeRecoveryKey,
96
- EventEncryptionInfo,
97
- EventShieldColour,
98
- EventShieldReason,
99
- ImportRoomKeysOpts,
100
- KeyBackupCheck,
101
- KeyBackupInfo,
102
- OwnDeviceKeys,
103
- CryptoEvent as CryptoApiCryptoEvent,
104
- CryptoEventHandlerMap as CryptoApiCryptoEventHandlerMap,
105
- KeyBackupRestoreResult,
106
- KeyBackupRestoreOpts,
107
- } from "../crypto-api/index.ts";
108
- import { Device, DeviceMap } from "../models/device.ts";
109
- import { deviceInfoToDevice } from "./device-converter.ts";
110
- import { ClientPrefix, MatrixError, Method } from "../http-api/index.ts";
111
- import { decodeBase64, encodeBase64 } from "../base64.ts";
112
- import { KnownMembership } from "../@types/membership.ts";
113
- import decryptAESSecretStorageItem from "../utils/decryptAESSecretStorageItem.ts";
114
- import encryptAESSecretStorageItem from "../utils/encryptAESSecretStorageItem.ts";
115
- import { AESEncryptedSecretStoragePayload } from "../@types/AESEncryptedSecretStoragePayload.ts";
116
-
117
- /* re-exports for backwards compatibility */
118
- export type {
119
- BootstrapCrossSigningOpts as IBootstrapCrossSigningOpts,
120
- CryptoCallbacks as ICryptoCallbacks,
121
- } from "../crypto-api/index.ts";
122
-
123
- const DeviceVerification = DeviceInfo.DeviceVerification;
124
-
125
- const defaultVerificationMethods = {
126
- [ReciprocateQRCode.NAME]: ReciprocateQRCode,
127
- [SASVerification.NAME]: SASVerification,
128
-
129
- // These two can't be used for actual verification, but we do
130
- // need to be able to define them here for the verification flows
131
- // to start.
132
- [SHOW_QR_CODE_METHOD]: IllegalMethod,
133
- [SCAN_QR_CODE_METHOD]: IllegalMethod,
134
- } as const;
135
-
136
- /**
137
- * verification method names
138
- */
139
- // legacy export identifier
140
- export const verificationMethods = {
141
- RECIPROCATE_QR_CODE: ReciprocateQRCode.NAME,
142
- SAS: SASVerification.NAME,
143
- } as const;
144
-
145
- export type VerificationMethod = keyof typeof verificationMethods | string;
146
-
147
- export function isCryptoAvailable(): boolean {
148
- return Boolean(globalThis.Olm);
149
- }
150
-
151
- // minimum time between attempting to unwedge an Olm session, if we succeeded
152
- // in creating a new session
153
- const MIN_FORCE_SESSION_INTERVAL_MS = 60 * 60 * 1000; // 1 hour
154
- // minimum time between attempting to unwedge an Olm session, if we failed
155
- // to create a new session
156
- const FORCE_SESSION_RETRY_INTERVAL_MS = 5 * 60 * 1000; // 5 minutes
157
-
158
- interface IInitOpts {
159
- exportedOlmDevice?: IExportedDevice;
160
- pickleKey?: string;
161
- }
162
-
163
- /* eslint-disable camelcase */
164
- interface IRoomKey {
165
- room_id: string;
166
- algorithm: string;
167
- }
168
-
169
- /**
170
- * The parameters of a room key request. The details of the request may
171
- * vary with the crypto algorithm, but the management and storage layers for
172
- * outgoing requests expect it to have 'room_id' and 'session_id' properties.
173
- */
174
- export interface IRoomKeyRequestBody extends IRoomKey {
175
- session_id: string;
176
- sender_key: string;
177
- }
178
-
179
- /* eslint-enable camelcase */
180
-
181
- interface IDeviceVerificationUpgrade {
182
- devices: DeviceInfo[];
183
- crossSigningInfo: CrossSigningInfo;
184
- }
185
-
186
- export interface ICheckOwnCrossSigningTrustOpts {
187
- allowPrivateKeyRequests?: boolean;
188
- }
189
-
190
- interface IUserOlmSession {
191
- deviceIdKey: string;
192
- sessions: {
193
- sessionId: string;
194
- hasReceivedMessage: boolean;
195
- }[];
196
- }
197
-
198
- export interface IRoomKeyRequestRecipient {
199
- userId: string;
200
- deviceId: string;
201
- }
202
-
203
- interface ISignableObject {
204
- signatures?: ISignatures;
205
- unsigned?: object;
206
- }
207
-
208
- export interface IRequestsMap {
209
- getRequest(event: MatrixEvent): VerificationRequest | undefined;
210
- getRequestByChannel(channel: IVerificationChannel): VerificationRequest | undefined;
211
- setRequest(event: MatrixEvent, request: VerificationRequest): void;
212
- setRequestByChannel(channel: IVerificationChannel, request: VerificationRequest): void;
213
- }
214
-
215
- /* eslint-disable camelcase */
216
- export interface IOlmEncryptedContent {
217
- algorithm: typeof olmlib.OLM_ALGORITHM;
218
- sender_key: string;
219
- ciphertext: Record<string, IMessage>;
220
- [ToDeviceMessageId]?: string;
221
- }
222
-
223
- export interface IMegolmEncryptedContent {
224
- algorithm: typeof olmlib.MEGOLM_ALGORITHM;
225
- sender_key: string;
226
- session_id: string;
227
- device_id: string;
228
- ciphertext: string;
229
- [ToDeviceMessageId]?: string;
230
- }
231
- /* eslint-enable camelcase */
232
-
233
- export type IEncryptedContent = IOlmEncryptedContent | IMegolmEncryptedContent;
234
-
235
- export enum CryptoEvent {
236
- /** @deprecated Event not fired by the rust crypto */
237
- DeviceVerificationChanged = "deviceVerificationChanged",
238
- UserTrustStatusChanged = CryptoApiCryptoEvent.UserTrustStatusChanged,
239
- /** @deprecated Event not fired by the rust crypto */
240
- UserCrossSigningUpdated = "userCrossSigningUpdated",
241
- /** @deprecated Event not fired by the rust crypto */
242
- RoomKeyRequest = "crypto.roomKeyRequest",
243
- /** @deprecated Event not fired by the rust crypto */
244
- RoomKeyRequestCancellation = "crypto.roomKeyRequestCancellation",
245
- KeyBackupStatus = CryptoApiCryptoEvent.KeyBackupStatus,
246
- KeyBackupFailed = CryptoApiCryptoEvent.KeyBackupFailed,
247
- KeyBackupSessionsRemaining = CryptoApiCryptoEvent.KeyBackupSessionsRemaining,
248
-
249
- /**
250
- * Fires when a new valid backup decryption key is in cache.
251
- * This will happen when a secret is received from another session, from secret storage,
252
- * or when a new backup is created from this session.
253
- *
254
- * The payload is the version of the backup for which we have the key for.
255
- *
256
- * This event is only fired by the rust crypto backend.
257
- */
258
- KeyBackupDecryptionKeyCached = CryptoApiCryptoEvent.KeyBackupDecryptionKeyCached,
259
-
260
- /** @deprecated Event not fired by the rust crypto */
261
- KeySignatureUploadFailure = "crypto.keySignatureUploadFailure",
262
- /** @deprecated Use `VerificationRequestReceived`. */
263
- VerificationRequest = "crypto.verification.request",
264
-
265
- /**
266
- * Fires when a key verification request is received.
267
- *
268
- * The payload is a {@link Crypto.VerificationRequest}.
269
- */
270
- VerificationRequestReceived = CryptoApiCryptoEvent.VerificationRequestReceived,
271
-
272
- /** @deprecated Event not fired by the rust crypto */
273
- Warning = "crypto.warning",
274
- /** @deprecated Use {@link DevicesUpdated} instead when using rust crypto */
275
- WillUpdateDevices = CryptoApiCryptoEvent.WillUpdateDevices,
276
- DevicesUpdated = CryptoApiCryptoEvent.DevicesUpdated,
277
- KeysChanged = CryptoApiCryptoEvent.KeysChanged,
278
-
279
- /**
280
- * Fires when data is being migrated from legacy crypto to rust crypto.
281
- *
282
- * The payload is a pair `(progress, total)`, where `progress` is the number of steps completed so far, and
283
- * `total` is the total number of steps. When migration is complete, a final instance of the event is emitted, with
284
- * `progress === total === -1`.
285
- */
286
- LegacyCryptoStoreMigrationProgress = CryptoApiCryptoEvent.LegacyCryptoStoreMigrationProgress,
287
- }
288
-
289
- export type CryptoEventHandlerMap = CryptoApiCryptoEventHandlerMap & {
290
- /**
291
- * Fires when a device is marked as verified/unverified/blocked/unblocked by
292
- * {@link MatrixClient#setDeviceVerified | MatrixClient.setDeviceVerified} or
293
- * {@link MatrixClient#setDeviceBlocked | MatrixClient.setDeviceBlocked}.
294
- *
295
- * @param userId - the owner of the verified device
296
- * @param deviceId - the id of the verified device
297
- * @param deviceInfo - updated device information
298
- */
299
- [CryptoEvent.DeviceVerificationChanged]: (userId: string, deviceId: string, deviceInfo: DeviceInfo) => void;
300
- /**
301
- * Fires when we receive a room key request
302
- *
303
- * @param request - request details
304
- */
305
- [CryptoEvent.RoomKeyRequest]: (request: IncomingRoomKeyRequest) => void;
306
- /**
307
- * Fires when we receive a room key request cancellation
308
- */
309
- [CryptoEvent.RoomKeyRequestCancellation]: (request: IncomingRoomKeyRequestCancellation) => void;
310
- [CryptoEvent.KeySignatureUploadFailure]: (
311
- failures: IUploadKeySignaturesResponse["failures"],
312
- source: "checkOwnCrossSigningTrust" | "afterCrossSigningLocalKeyChange" | "setDeviceVerification",
313
- upload: (opts: { shouldEmit: boolean }) => Promise<void>,
314
- ) => void;
315
- /**
316
- * Fires when a key verification is requested.
317
- *
318
- * Deprecated: use `CryptoEvent.VerificationRequestReceived`.
319
- */
320
- [CryptoEvent.VerificationRequest]: (request: VerificationRequest<any>) => void;
321
- /**
322
- * Fires when the app may wish to warn the user about something related
323
- * the end-to-end crypto.
324
- *
325
- * @param type - One of the strings listed above
326
- */
327
- [CryptoEvent.Warning]: (type: string) => void;
328
- [CryptoEvent.UserCrossSigningUpdated]: (userId: string) => void;
329
-
330
- [CryptoEvent.LegacyCryptoStoreMigrationProgress]: (progress: number, total: number) => void;
331
- };
332
-
333
- export class Crypto extends TypedEventEmitter<CryptoEvent, CryptoEventHandlerMap> implements CryptoBackend {
334
- /**
335
- * @returns The version of Olm.
336
- */
337
- public static getOlmVersion(): [number, number, number] {
338
- return OlmDevice.getOlmVersion();
339
- }
340
-
341
- public readonly backupManager: BackupManager;
342
- public readonly crossSigningInfo: CrossSigningInfo;
343
- public readonly olmDevice: OlmDevice;
344
- public readonly deviceList: DeviceList;
345
- public readonly dehydrationManager: DehydrationManager;
346
- public readonly secretStorage: LegacySecretStorage;
347
-
348
- private readonly roomList: RoomList;
349
- private readonly reEmitter: TypedReEmitter<CryptoEvent, CryptoEventHandlerMap>;
350
- private readonly verificationMethods: Map<VerificationMethod, typeof VerificationBase>;
351
- public readonly supportedAlgorithms: string[];
352
- private readonly outgoingRoomKeyRequestManager: OutgoingRoomKeyRequestManager;
353
- private readonly toDeviceVerificationRequests: ToDeviceRequests;
354
- public readonly inRoomVerificationRequests: InRoomRequests;
355
-
356
- private trustCrossSignedDevices = true;
357
- // the last time we did a check for the number of one-time-keys on the server.
358
- private lastOneTimeKeyCheck: number | null = null;
359
- private oneTimeKeyCheckInProgress = false;
360
-
361
- // EncryptionAlgorithm instance for each room
362
- private roomEncryptors = new Map<string, EncryptionAlgorithm>();
363
- // map from algorithm to DecryptionAlgorithm instance, for each room
364
- private roomDecryptors = new Map<string, Map<string, DecryptionAlgorithm>>();
365
-
366
- private deviceKeys: Record<string, string> = {}; // type: key
367
-
368
- public globalBlacklistUnverifiedDevices = false;
369
- public globalErrorOnUnknownDevices = true;
370
-
371
- // list of IncomingRoomKeyRequests/IncomingRoomKeyRequestCancellations
372
- // we received in the current sync.
373
- private receivedRoomKeyRequests: IncomingRoomKeyRequest[] = [];
374
- private receivedRoomKeyRequestCancellations: IncomingRoomKeyRequestCancellation[] = [];
375
- // true if we are currently processing received room key requests
376
- private processingRoomKeyRequests = false;
377
- // controls whether device tracking is delayed
378
- // until calling encryptEvent or trackRoomDevices,
379
- // or done immediately upon enabling room encryption.
380
- private lazyLoadMembers = false;
381
- // in case lazyLoadMembers is true,
382
- // track if an initial tracking of all the room members
383
- // has happened for a given room. This is delayed
384
- // to avoid loading room members as long as possible.
385
- private roomDeviceTrackingState: { [roomId: string]: Promise<void> } = {};
386
-
387
- // The timestamp of the minimum time at which we will retry forcing establishment
388
- // of a new session for each device, in milliseconds.
389
- // {
390
- // userId: {
391
- // deviceId: 1234567890000,
392
- // },
393
- // }
394
- // Map: user Id → device Id → timestamp
395
- private forceNewSessionRetryTime: MapWithDefault<string, MapWithDefault<string, number>> = new MapWithDefault(
396
- () => new MapWithDefault(() => 0),
397
- );
398
-
399
- // This flag will be unset whilst the client processes a sync response
400
- // so that we don't start requesting keys until we've actually finished
401
- // processing the response.
402
- private sendKeyRequestsImmediately = false;
403
-
404
- private oneTimeKeyCount?: number;
405
- private needsNewFallback?: boolean;
406
- private fallbackCleanup?: ReturnType<typeof setTimeout>;
407
-
408
- /**
409
- * Cryptography bits
410
- *
411
- * This module is internal to the js-sdk; the public API is via MatrixClient.
412
- *
413
- * @internal
414
- *
415
- * @param baseApis - base matrix api interface
416
- *
417
- * @param userId - The user ID for the local user
418
- *
419
- * @param deviceId - The identifier for this device.
420
- *
421
- * @param clientStore - the MatrixClient data store.
422
- *
423
- * @param cryptoStore - storage for the crypto layer.
424
- *
425
- * @param verificationMethods - Array of verification methods to use.
426
- * Each element can either be a string from MatrixClient.verificationMethods
427
- * or a class that implements a verification method.
428
- */
429
- public constructor(
430
- public readonly baseApis: MatrixClient,
431
- public readonly userId: string,
432
- private readonly deviceId: string,
433
- private readonly clientStore: IStore,
434
- public readonly cryptoStore: CryptoStore,
435
- verificationMethods: Array<VerificationMethod | (typeof VerificationBase & { NAME: string })>,
436
- ) {
437
- super();
438
-
439
- logger.debug("Crypto: initialising roomlist...");
440
- this.roomList = new RoomList(cryptoStore);
441
-
442
- this.reEmitter = new TypedReEmitter(this);
443
-
444
- if (verificationMethods) {
445
- this.verificationMethods = new Map();
446
- for (const method of verificationMethods) {
447
- if (typeof method === "string") {
448
- if (defaultVerificationMethods[method]) {
449
- this.verificationMethods.set(
450
- method,
451
- <typeof VerificationBase>defaultVerificationMethods[method],
452
- );
453
- }
454
- } else if (method["NAME"]) {
455
- this.verificationMethods.set(method["NAME"], method as typeof VerificationBase);
456
- } else {
457
- logger.warn(`Excluding unknown verification method ${method}`);
458
- }
459
- }
460
- } else {
461
- this.verificationMethods = new Map(Object.entries(defaultVerificationMethods)) as Map<
462
- VerificationMethod,
463
- typeof VerificationBase
464
- >;
465
- }
466
-
467
- this.backupManager = new BackupManager(baseApis, async () => {
468
- // try to get key from cache
469
- const cachedKey = await this.getSessionBackupPrivateKey();
470
- if (cachedKey) {
471
- return cachedKey;
472
- }
473
-
474
- // try to get key from secret storage
475
- const storedKey = await this.secretStorage.get("m.megolm_backup.v1");
476
-
477
- if (storedKey) {
478
- // ensure that the key is in the right format. If not, fix the key and
479
- // store the fixed version
480
- const fixedKey = fixBackupKey(storedKey);
481
- if (fixedKey) {
482
- const keys = await this.secretStorage.getKey();
483
- await this.secretStorage.store("m.megolm_backup.v1", fixedKey, [keys![0]]);
484
- }
485
-
486
- return decodeBase64(fixedKey || storedKey);
487
- }
488
-
489
- // try to get key from app
490
- if (this.baseApis.cryptoCallbacks && this.baseApis.cryptoCallbacks.getBackupKey) {
491
- return this.baseApis.cryptoCallbacks.getBackupKey();
492
- }
493
-
494
- throw new Error("Unable to get private key");
495
- });
496
-
497
- this.olmDevice = new OlmDevice(cryptoStore);
498
- this.deviceList = new DeviceList(baseApis, cryptoStore, this.olmDevice);
499
-
500
- // XXX: This isn't removed at any point, but then none of the event listeners
501
- // this class sets seem to be removed at any point... :/
502
- this.deviceList.on(CryptoEvent.UserCrossSigningUpdated, this.onDeviceListUserCrossSigningUpdated);
503
- this.reEmitter.reEmit(this.deviceList, [CryptoEvent.DevicesUpdated, CryptoEvent.WillUpdateDevices]);
504
-
505
- this.supportedAlgorithms = Array.from(algorithms.DECRYPTION_CLASSES.keys());
506
-
507
- this.outgoingRoomKeyRequestManager = new OutgoingRoomKeyRequestManager(
508
- baseApis,
509
- this.deviceId,
510
- this.cryptoStore,
511
- );
512
-
513
- this.toDeviceVerificationRequests = new ToDeviceRequests();
514
- this.inRoomVerificationRequests = new InRoomRequests();
515
-
516
- const cryptoCallbacks = this.baseApis.cryptoCallbacks || {};
517
- const cacheCallbacks = createCryptoStoreCacheCallbacks(cryptoStore, this.olmDevice);
518
-
519
- this.crossSigningInfo = new CrossSigningInfo(userId, cryptoCallbacks, cacheCallbacks);
520
- // Yes, we pass the client twice here: see SecretStorage
521
- this.secretStorage = new LegacySecretStorage(baseApis as AccountDataClient, cryptoCallbacks, baseApis);
522
- this.dehydrationManager = new DehydrationManager(this);
523
-
524
- // Assuming no app-supplied callback, default to getting from SSSS.
525
- if (!cryptoCallbacks.getCrossSigningKey && cryptoCallbacks.getSecretStorageKey) {
526
- cryptoCallbacks.getCrossSigningKey = async (type): Promise<Uint8Array | null> => {
527
- return CrossSigningInfo.getFromSecretStorage(type, this.secretStorage);
528
- };
529
- }
530
- }
531
-
532
- /**
533
- * Initialise the crypto module so that it is ready for use
534
- *
535
- * Returns a promise which resolves once the crypto module is ready for use.
536
- *
537
- * @param exportedOlmDevice - (Optional) data from exported device
538
- * that must be re-created.
539
- */
540
- public async init({ exportedOlmDevice, pickleKey }: IInitOpts = {}): Promise<void> {
541
- logger.log("Crypto: initialising Olm...");
542
- await globalThis.Olm.init();
543
- logger.log(
544
- exportedOlmDevice
545
- ? "Crypto: initialising Olm device from exported device..."
546
- : "Crypto: initialising Olm device...",
547
- );
548
- await this.olmDevice.init({ fromExportedDevice: exportedOlmDevice, pickleKey });
549
- logger.log("Crypto: loading device list...");
550
- await this.deviceList.load();
551
-
552
- // build our device keys: these will later be uploaded
553
- this.deviceKeys["ed25519:" + this.deviceId] = this.olmDevice.deviceEd25519Key!;
554
- this.deviceKeys["curve25519:" + this.deviceId] = this.olmDevice.deviceCurve25519Key!;
555
-
556
- logger.log("Crypto: fetching own devices...");
557
- let myDevices = this.deviceList.getRawStoredDevicesForUser(this.userId);
558
-
559
- if (!myDevices) {
560
- myDevices = {};
561
- }
562
-
563
- if (!myDevices[this.deviceId]) {
564
- // add our own deviceinfo to the cryptoStore
565
- logger.log("Crypto: adding this device to the store...");
566
- const deviceInfo = {
567
- keys: this.deviceKeys,
568
- algorithms: this.supportedAlgorithms,
569
- verified: DeviceVerification.VERIFIED,
570
- known: true,
571
- };
572
-
573
- myDevices[this.deviceId] = deviceInfo;
574
- this.deviceList.storeDevicesForUser(this.userId, myDevices);
575
- this.deviceList.saveIfDirty();
576
- }
577
-
578
- await this.cryptoStore.doTxn("readonly", [IndexedDBCryptoStore.STORE_ACCOUNT], (txn) => {
579
- this.cryptoStore.getCrossSigningKeys(txn, (keys) => {
580
- // can be an empty object after resetting cross-signing keys, see storeTrustedSelfKeys
581
- if (keys && Object.keys(keys).length !== 0) {
582
- logger.log("Loaded cross-signing public keys from crypto store");
583
- this.crossSigningInfo.setKeys(keys);
584
- }
585
- });
586
- });
587
- // make sure we are keeping track of our own devices
588
- // (this is important for key backups & things)
589
- this.deviceList.startTrackingDeviceList(this.userId);
590
-
591
- logger.debug("Crypto: initialising roomlist...");
592
- await this.roomList.init();
593
-
594
- logger.log("Crypto: checking for key backup...");
595
- this.backupManager.checkAndStart();
596
- }
597
-
598
- /**
599
- * Implementation of {@link Crypto.CryptoApi#setDeviceIsolationMode}.
600
- */
601
- public setDeviceIsolationMode(isolationMode: DeviceIsolationMode): void {
602
- throw new Error("Not supported");
603
- }
604
- /**
605
- * Implementation of {@link Crypto.CryptoApi#getVersion}.
606
- */
607
- public getVersion(): string {
608
- const olmVersionTuple = Crypto.getOlmVersion();
609
- return `Olm ${olmVersionTuple[0]}.${olmVersionTuple[1]}.${olmVersionTuple[2]}`;
610
- }
611
-
612
- /**
613
- * Whether to trust a others users signatures of their devices.
614
- * If false, devices will only be considered 'verified' if we have
615
- * verified that device individually (effectively disabling cross-signing).
616
- *
617
- * Default: true
618
- *
619
- * @returns True if trusting cross-signed devices
620
- */
621
- public getTrustCrossSignedDevices(): boolean {
622
- return this.trustCrossSignedDevices;
623
- }
624
-
625
- /**
626
- * @deprecated Use {@link Crypto.CryptoApi#getTrustCrossSignedDevices}.
627
- */
628
- public getCryptoTrustCrossSignedDevices(): boolean {
629
- return this.trustCrossSignedDevices;
630
- }
631
-
632
- /**
633
- * See getCryptoTrustCrossSignedDevices
634
- *
635
- * @param val - True to trust cross-signed devices
636
- */
637
- public setTrustCrossSignedDevices(val: boolean): void {
638
- this.trustCrossSignedDevices = val;
639
-
640
- for (const userId of this.deviceList.getKnownUserIds()) {
641
- const devices = this.deviceList.getRawStoredDevicesForUser(userId);
642
- for (const deviceId of Object.keys(devices)) {
643
- const deviceTrust = this.checkDeviceTrust(userId, deviceId);
644
- // If the device is locally verified then isVerified() is always true,
645
- // so this will only have caused the value to change if the device is
646
- // cross-signing verified but not locally verified
647
- if (!deviceTrust.isLocallyVerified() && deviceTrust.isCrossSigningVerified()) {
648
- const deviceObj = this.deviceList.getStoredDevice(userId, deviceId)!;
649
- this.emit(CryptoEvent.DeviceVerificationChanged, userId, deviceId, deviceObj);
650
- }
651
- }
652
- }
653
- }
654
-
655
- /**
656
- * @deprecated Use {@link Crypto.CryptoApi#setTrustCrossSignedDevices}.
657
- */
658
- public setCryptoTrustCrossSignedDevices(val: boolean): void {
659
- this.setTrustCrossSignedDevices(val);
660
- }
661
-
662
- /**
663
- * Create a recovery key from a user-supplied passphrase.
664
- *
665
- * @param password - Passphrase string that can be entered by the user
666
- * when restoring the backup as an alternative to entering the recovery key.
667
- * Optional.
668
- * @returns Object with public key metadata, encoded private
669
- * recovery key which should be disposed of after displaying to the user,
670
- * and raw private key to avoid round tripping if needed.
671
- */
672
- public async createRecoveryKeyFromPassphrase(password?: string): Promise<IRecoveryKey> {
673
- const decryption = new globalThis.Olm.PkDecryption();
674
- try {
675
- if (password) {
676
- const derivation = await keyFromPassphrase(password);
677
-
678
- decryption.init_with_private_key(derivation.key);
679
- const privateKey = decryption.get_private_key();
680
- return {
681
- keyInfo: {
682
- passphrase: {
683
- algorithm: "m.pbkdf2",
684
- iterations: derivation.iterations,
685
- salt: derivation.salt,
686
- },
687
- },
688
- privateKey: privateKey,
689
- encodedPrivateKey: encodeRecoveryKey(privateKey),
690
- };
691
- } else {
692
- decryption.generate_key();
693
- const privateKey = decryption.get_private_key();
694
- return {
695
- privateKey: privateKey,
696
- encodedPrivateKey: encodeRecoveryKey(privateKey),
697
- };
698
- }
699
- } finally {
700
- decryption?.free();
701
- }
702
- }
703
-
704
- /**
705
- * Checks if the user has previously published cross-signing keys
706
- *
707
- * This means downloading the devicelist for the user and checking if the list includes
708
- * the cross-signing pseudo-device.
709
- *
710
- * @internal
711
- */
712
- public async userHasCrossSigningKeys(userId = this.userId): Promise<boolean> {
713
- await this.downloadKeys([userId]);
714
- return this.deviceList.getStoredCrossSigningForUser(userId) !== null;
715
- }
716
-
717
- /**
718
- * Checks whether cross signing:
719
- * - is enabled on this account and trusted by this device
720
- * - has private keys either cached locally or stored in secret storage
721
- *
722
- * If this function returns false, bootstrapCrossSigning() can be used
723
- * to fix things such that it returns true. That is to say, after
724
- * bootstrapCrossSigning() completes successfully, this function should
725
- * return true.
726
- *
727
- * The cross-signing API is currently UNSTABLE and may change without notice.
728
- *
729
- * @returns True if cross-signing is ready to be used on this device
730
- */
731
- public async isCrossSigningReady(): Promise<boolean> {
732
- const publicKeysOnDevice = this.crossSigningInfo.getId();
733
- const privateKeysExistSomewhere =
734
- (await this.crossSigningInfo.isStoredInKeyCache()) ||
735
- (await this.crossSigningInfo.isStoredInSecretStorage(this.secretStorage));
736
-
737
- return !!(publicKeysOnDevice && privateKeysExistSomewhere);
738
- }
739
-
740
- /**
741
- * Checks whether secret storage:
742
- * - is enabled on this account
743
- * - is storing cross-signing private keys
744
- * - is storing session backup key (if enabled)
745
- *
746
- * If this function returns false, bootstrapSecretStorage() can be used
747
- * to fix things such that it returns true. That is to say, after
748
- * bootstrapSecretStorage() completes successfully, this function should
749
- * return true.
750
- *
751
- * The Secure Secret Storage API is currently UNSTABLE and may change without notice.
752
- *
753
- * @returns True if secret storage is ready to be used on this device
754
- */
755
- public async isSecretStorageReady(): Promise<boolean> {
756
- const secretStorageKeyInAccount = await this.secretStorage.hasKey();
757
- const privateKeysInStorage = await this.crossSigningInfo.isStoredInSecretStorage(this.secretStorage);
758
- const sessionBackupInStorage =
759
- !this.backupManager.getKeyBackupEnabled() || (await this.baseApis.isKeyBackupKeyStored());
760
-
761
- return !!(secretStorageKeyInAccount && privateKeysInStorage && sessionBackupInStorage);
762
- }
763
-
764
- /**
765
- * Implementation of {@link Crypto.CryptoApi#getCrossSigningStatus}
766
- */
767
- public async getCrossSigningStatus(): Promise<CrossSigningStatus> {
768
- const publicKeysOnDevice = Boolean(this.crossSigningInfo.getId());
769
- const privateKeysInSecretStorage = Boolean(
770
- await this.crossSigningInfo.isStoredInSecretStorage(this.secretStorage),
771
- );
772
- const cacheCallbacks = this.crossSigningInfo.getCacheCallbacks();
773
- const masterKey = Boolean(await cacheCallbacks.getCrossSigningKeyCache?.("master"));
774
- const selfSigningKey = Boolean(await cacheCallbacks.getCrossSigningKeyCache?.("self_signing"));
775
- const userSigningKey = Boolean(await cacheCallbacks.getCrossSigningKeyCache?.("user_signing"));
776
-
777
- return {
778
- publicKeysOnDevice,
779
- privateKeysInSecretStorage,
780
- privateKeysCachedLocally: {
781
- masterKey,
782
- selfSigningKey,
783
- userSigningKey,
784
- },
785
- };
786
- }
787
-
788
- /**
789
- * Bootstrap cross-signing by creating keys if needed. If everything is already
790
- * set up, then no changes are made, so this is safe to run to ensure
791
- * cross-signing is ready for use.
792
- *
793
- * This function:
794
- * - creates new cross-signing keys if they are not found locally cached nor in
795
- * secret storage (if it has been setup)
796
- *
797
- * The cross-signing API is currently UNSTABLE and may change without notice.
798
- */
799
- public async bootstrapCrossSigning({
800
- authUploadDeviceSigningKeys,
801
- setupNewCrossSigning,
802
- }: BootstrapCrossSigningOpts = {}): Promise<void> {
803
- logger.log("Bootstrapping cross-signing");
804
-
805
- const delegateCryptoCallbacks = this.baseApis.cryptoCallbacks;
806
- const builder = new EncryptionSetupBuilder(this.baseApis.store.accountData, delegateCryptoCallbacks);
807
- const crossSigningInfo = new CrossSigningInfo(
808
- this.userId,
809
- builder.crossSigningCallbacks,
810
- builder.crossSigningCallbacks,
811
- );
812
-
813
- // Reset the cross-signing keys
814
- const resetCrossSigning = async (): Promise<void> => {
815
- crossSigningInfo.resetKeys();
816
- // Sign master key with device key
817
- await this.signObject(crossSigningInfo.keys.master);
818
-
819
- // Store auth flow helper function, as we need to call it when uploading
820
- // to ensure we handle auth errors properly.
821
- builder.addCrossSigningKeys(authUploadDeviceSigningKeys, crossSigningInfo.keys);
822
-
823
- // Cross-sign own device
824
- const device = this.deviceList.getStoredDevice(this.userId, this.deviceId)!;
825
- const deviceSignature = await crossSigningInfo.signDevice(this.userId, device);
826
- builder.addKeySignature(this.userId, this.deviceId, deviceSignature!);
827
-
828
- // Sign message key backup with cross-signing master key
829
- if (this.backupManager.backupInfo) {
830
- await crossSigningInfo.signObject(this.backupManager.backupInfo.auth_data, "master");
831
- builder.addSessionBackup(this.backupManager.backupInfo);
832
- }
833
- };
834
-
835
- const publicKeysOnDevice = this.crossSigningInfo.getId();
836
- const privateKeysInCache = await this.crossSigningInfo.isStoredInKeyCache();
837
- const privateKeysInStorage = await this.crossSigningInfo.isStoredInSecretStorage(this.secretStorage);
838
- const privateKeysExistSomewhere = privateKeysInCache || privateKeysInStorage;
839
-
840
- // Log all relevant state for easier parsing of debug logs.
841
- logger.log({
842
- setupNewCrossSigning,
843
- publicKeysOnDevice,
844
- privateKeysInCache,
845
- privateKeysInStorage,
846
- privateKeysExistSomewhere,
847
- });
848
-
849
- if (!privateKeysExistSomewhere || setupNewCrossSigning) {
850
- logger.log("Cross-signing private keys not found locally or in secret storage, " + "creating new keys");
851
- // If a user has multiple devices, it important to only call bootstrap
852
- // as part of some UI flow (and not silently during startup), as they
853
- // may have setup cross-signing on a platform which has not saved keys
854
- // to secret storage, and this would reset them. In such a case, you
855
- // should prompt the user to verify any existing devices first (and
856
- // request private keys from those devices) before calling bootstrap.
857
- await resetCrossSigning();
858
- } else if (publicKeysOnDevice && privateKeysInCache) {
859
- logger.log("Cross-signing public keys trusted and private keys found locally");
860
- } else if (privateKeysInStorage) {
861
- logger.log(
862
- "Cross-signing private keys not found locally, but they are available " +
863
- "in secret storage, reading storage and caching locally",
864
- );
865
- await this.checkOwnCrossSigningTrust({
866
- allowPrivateKeyRequests: true,
867
- });
868
- }
869
-
870
- // Assuming no app-supplied callback, default to storing new private keys in
871
- // secret storage if it exists. If it does not, it is assumed this will be
872
- // done as part of setting up secret storage later.
873
- const crossSigningPrivateKeys = builder.crossSigningCallbacks.privateKeys;
874
- if (crossSigningPrivateKeys.size && !this.baseApis.cryptoCallbacks.saveCrossSigningKeys) {
875
- const secretStorage = new ServerSideSecretStorageImpl(
876
- builder.accountDataClientAdapter,
877
- builder.ssssCryptoCallbacks,
878
- );
879
- if (await secretStorage.hasKey()) {
880
- logger.log("Storing new cross-signing private keys in secret storage");
881
- // This is writing to in-memory account data in
882
- // builder.accountDataClientAdapter so won't fail
883
- await CrossSigningInfo.storeInSecretStorage(crossSigningPrivateKeys, secretStorage);
884
- }
885
- }
886
-
887
- const operation = builder.buildOperation();
888
- await operation.apply(this);
889
- // This persists private keys and public keys as trusted,
890
- // only do this if apply succeeded for now as retry isn't in place yet
891
- await builder.persist(this);
892
-
893
- logger.log("Cross-signing ready");
894
- }
895
-
896
- /**
897
- * Bootstrap Secure Secret Storage if needed by creating a default key. If everything is
898
- * already set up, then no changes are made, so this is safe to run to ensure secret
899
- * storage is ready for use.
900
- *
901
- * This function
902
- * - creates a new Secure Secret Storage key if no default key exists
903
- * - if a key backup exists, it is migrated to store the key in the Secret
904
- * Storage
905
- * - creates a backup if none exists, and one is requested
906
- * - migrates Secure Secret Storage to use the latest algorithm, if an outdated
907
- * algorithm is found
908
- *
909
- * The Secure Secret Storage API is currently UNSTABLE and may change without notice.
910
- *
911
- * Returns:
912
- * A promise which resolves to key creation data for
913
- * SecretStorage#addKey: an object with `passphrase` etc fields.
914
- */
915
- // TODO this does not resolve with what it says it does
916
- public async bootstrapSecretStorage({
917
- createSecretStorageKey = async (): Promise<IRecoveryKey> => ({}) as IRecoveryKey,
918
- keyBackupInfo,
919
- setupNewKeyBackup,
920
- setupNewSecretStorage,
921
- getKeyBackupPassphrase,
922
- }: ICreateSecretStorageOpts = {}): Promise<void> {
923
- logger.log("Bootstrapping Secure Secret Storage");
924
- const delegateCryptoCallbacks = this.baseApis.cryptoCallbacks;
925
- const builder = new EncryptionSetupBuilder(this.baseApis.store.accountData, delegateCryptoCallbacks);
926
- const secretStorage = new ServerSideSecretStorageImpl(
927
- builder.accountDataClientAdapter,
928
- builder.ssssCryptoCallbacks,
929
- );
930
-
931
- // the ID of the new SSSS key, if we create one
932
- let newKeyId: string | null = null;
933
-
934
- // create a new SSSS key and set it as default
935
- const createSSSS = async (opts: AddSecretStorageKeyOpts): Promise<string> => {
936
- const { keyId, keyInfo } = await secretStorage.addKey(SECRET_STORAGE_ALGORITHM_V1_AES, opts);
937
-
938
- // make the private key available to encrypt 4S secrets
939
- builder.ssssCryptoCallbacks.addPrivateKey(keyId, keyInfo, opts.key);
940
-
941
- await secretStorage.setDefaultKeyId(keyId);
942
- return keyId;
943
- };
944
-
945
- const ensureCanCheckPassphrase = async (keyId: string, keyInfo: SecretStorageKeyDescription): Promise<void> => {
946
- if (!keyInfo.mac) {
947
- const key = await this.baseApis.cryptoCallbacks.getSecretStorageKey?.(
948
- { keys: { [keyId]: keyInfo } },
949
- "",
950
- );
951
- if (key) {
952
- const privateKey = key[1];
953
- builder.ssssCryptoCallbacks.addPrivateKey(keyId, keyInfo, privateKey);
954
- const { iv, mac } = await calculateKeyCheck(privateKey);
955
- keyInfo.iv = iv;
956
- keyInfo.mac = mac;
957
-
958
- await builder.setAccountData(`m.secret_storage.key.${keyId}`, keyInfo);
959
- }
960
- }
961
- };
962
-
963
- const signKeyBackupWithCrossSigning = async (keyBackupAuthData: IKeyBackupInfo["auth_data"]): Promise<void> => {
964
- if (this.crossSigningInfo.getId() && (await this.crossSigningInfo.isStoredInKeyCache("master"))) {
965
- try {
966
- logger.log("Adding cross-signing signature to key backup");
967
- await this.crossSigningInfo.signObject(keyBackupAuthData, "master");
968
- } catch (e) {
969
- // This step is not critical (just helpful), so we catch here
970
- // and continue if it fails.
971
- logger.error("Signing key backup with cross-signing keys failed", e);
972
- }
973
- } else {
974
- logger.warn("Cross-signing keys not available, skipping signature on key backup");
975
- }
976
- };
977
-
978
- const oldSSSSKey = await this.secretStorage.getKey();
979
- const [oldKeyId, oldKeyInfo] = oldSSSSKey || [null, null];
980
- const storageExists =
981
- !setupNewSecretStorage && oldKeyInfo && oldKeyInfo.algorithm === SECRET_STORAGE_ALGORITHM_V1_AES;
982
-
983
- // Log all relevant state for easier parsing of debug logs.
984
- logger.log({
985
- keyBackupInfo,
986
- setupNewKeyBackup,
987
- setupNewSecretStorage,
988
- storageExists,
989
- oldKeyInfo,
990
- });
991
-
992
- if (!storageExists && !keyBackupInfo) {
993
- // either we don't have anything, or we've been asked to restart
994
- // from scratch
995
- logger.log("Secret storage does not exist, creating new storage key");
996
-
997
- // if we already have a usable default SSSS key and aren't resetting
998
- // SSSS just use it. otherwise, create a new one
999
- // Note: we leave the old SSSS key in place: there could be other
1000
- // secrets using it, in theory. We could move them to the new key but a)
1001
- // that would mean we'd need to prompt for the old passphrase, and b)
1002
- // it's not clear that would be the right thing to do anyway.
1003
- const { keyInfo, privateKey } = await createSecretStorageKey();
1004
- newKeyId = await createSSSS({ passphrase: keyInfo?.passphrase, key: privateKey, name: keyInfo?.name });
1005
- } else if (!storageExists && keyBackupInfo) {
1006
- // we have an existing backup, but no SSSS
1007
- logger.log("Secret storage does not exist, using key backup key");
1008
-
1009
- // if we have the backup key already cached, use it; otherwise use the
1010
- // callback to prompt for the key
1011
- const backupKey = (await this.getSessionBackupPrivateKey()) || (await getKeyBackupPassphrase?.());
1012
-
1013
- // create a new SSSS key and use the backup key as the new SSSS key
1014
- const opts = { key: backupKey } as AddSecretStorageKeyOpts;
1015
-
1016
- if (keyBackupInfo.auth_data.private_key_salt && keyBackupInfo.auth_data.private_key_iterations) {
1017
- // FIXME: ???
1018
- opts.passphrase = {
1019
- algorithm: "m.pbkdf2",
1020
- iterations: keyBackupInfo.auth_data.private_key_iterations,
1021
- salt: keyBackupInfo.auth_data.private_key_salt,
1022
- bits: 256,
1023
- };
1024
- }
1025
-
1026
- newKeyId = await createSSSS(opts);
1027
-
1028
- // store the backup key in secret storage
1029
- await secretStorage.store("m.megolm_backup.v1", encodeBase64(backupKey!), [newKeyId]);
1030
-
1031
- // The backup is trusted because the user provided the private key.
1032
- // Sign the backup with the cross-signing key so the key backup can
1033
- // be trusted via cross-signing.
1034
- await signKeyBackupWithCrossSigning(keyBackupInfo.auth_data);
1035
-
1036
- builder.addSessionBackup(keyBackupInfo);
1037
- } else {
1038
- // 4S is already set up
1039
- logger.log("Secret storage exists");
1040
-
1041
- if (oldKeyInfo && oldKeyInfo.algorithm === SECRET_STORAGE_ALGORITHM_V1_AES) {
1042
- // make sure that the default key has the information needed to
1043
- // check the passphrase
1044
- await ensureCanCheckPassphrase(oldKeyId, oldKeyInfo);
1045
- }
1046
- }
1047
-
1048
- // If we have cross-signing private keys cached, store them in secret
1049
- // storage if they are not there already.
1050
- if (
1051
- !this.baseApis.cryptoCallbacks.saveCrossSigningKeys &&
1052
- (await this.isCrossSigningReady()) &&
1053
- (newKeyId || !(await this.crossSigningInfo.isStoredInSecretStorage(secretStorage)))
1054
- ) {
1055
- logger.log("Copying cross-signing private keys from cache to secret storage");
1056
- const crossSigningPrivateKeys = await this.crossSigningInfo.getCrossSigningKeysFromCache();
1057
- // This is writing to in-memory account data in
1058
- // builder.accountDataClientAdapter so won't fail
1059
- await CrossSigningInfo.storeInSecretStorage(crossSigningPrivateKeys, secretStorage);
1060
- }
1061
-
1062
- if (setupNewKeyBackup && !keyBackupInfo) {
1063
- logger.log("Creating new message key backup version");
1064
- const info = await this.baseApis.prepareKeyBackupVersion(
1065
- null /* random key */,
1066
- // don't write to secret storage, as it will write to this.secretStorage.
1067
- // Here, we want to capture all the side-effects of bootstrapping,
1068
- // and want to write to the local secretStorage object
1069
- { secureSecretStorage: false },
1070
- );
1071
- // write the key to 4S
1072
- const privateKey = decodeRecoveryKey(info.recovery_key);
1073
- await secretStorage.store("m.megolm_backup.v1", encodeBase64(privateKey));
1074
-
1075
- // create keyBackupInfo object to add to builder
1076
- const data: IKeyBackupInfo = {
1077
- algorithm: info.algorithm,
1078
- auth_data: info.auth_data,
1079
- };
1080
-
1081
- // Sign with cross-signing master key
1082
- await signKeyBackupWithCrossSigning(data.auth_data);
1083
-
1084
- // sign with the device fingerprint
1085
- await this.signObject(data.auth_data);
1086
-
1087
- builder.addSessionBackup(data);
1088
- }
1089
-
1090
- // Cache the session backup key
1091
- const sessionBackupKey = await secretStorage.get("m.megolm_backup.v1");
1092
- if (sessionBackupKey) {
1093
- logger.info("Got session backup key from secret storage: caching");
1094
- // fix up the backup key if it's in the wrong format, and replace
1095
- // in secret storage
1096
- const fixedBackupKey = fixBackupKey(sessionBackupKey);
1097
- if (fixedBackupKey) {
1098
- const keyId = newKeyId || oldKeyId;
1099
- await secretStorage.store("m.megolm_backup.v1", fixedBackupKey, keyId ? [keyId] : null);
1100
- }
1101
- const decodedBackupKey = new Uint8Array(decodeBase64(fixedBackupKey || sessionBackupKey));
1102
- builder.addSessionBackupPrivateKeyToCache(decodedBackupKey);
1103
- } else if (this.backupManager.getKeyBackupEnabled()) {
1104
- // key backup is enabled but we don't have a session backup key in SSSS: see if we have one in
1105
- // the cache or the user can provide one, and if so, write it to SSSS
1106
- const backupKey = (await this.getSessionBackupPrivateKey()) || (await getKeyBackupPassphrase?.());
1107
- if (!backupKey) {
1108
- // This will require user intervention to recover from since we don't have the key
1109
- // backup key anywhere. The user should probably just set up a new key backup and
1110
- // the key for the new backup will be stored. If we hit this scenario in the wild
1111
- // with any frequency, we should do more than just log an error.
1112
- logger.error("Key backup is enabled but couldn't get key backup key!");
1113
- return;
1114
- }
1115
- logger.info("Got session backup key from cache/user that wasn't in SSSS: saving to SSSS");
1116
- await secretStorage.store("m.megolm_backup.v1", encodeBase64(backupKey));
1117
- }
1118
-
1119
- const operation = builder.buildOperation();
1120
- await operation.apply(this);
1121
- // this persists private keys and public keys as trusted,
1122
- // only do this if apply succeeded for now as retry isn't in place yet
1123
- await builder.persist(this);
1124
-
1125
- logger.log("Secure Secret Storage ready");
1126
- }
1127
-
1128
- /**
1129
- * Implementation of {@link Crypto.CryptoApi#resetKeyBackup}.
1130
- */
1131
- public async resetKeyBackup(): Promise<void> {
1132
- // Delete existing ones
1133
- // There is no use case for having several key backup version live server side.
1134
- // Even if not deleted it would be lost as the key to restore is lost.
1135
- // There should be only one backup at a time.
1136
- await this.backupManager.deleteAllKeyBackupVersions();
1137
-
1138
- const info = await this.backupManager.prepareKeyBackupVersion();
1139
-
1140
- await this.signObject(info.auth_data);
1141
-
1142
- // add new key backup
1143
- const { version } = await this.baseApis.http.authedRequest<{ version: string }>(
1144
- Method.Post,
1145
- "/room_keys/version",
1146
- undefined,
1147
- info,
1148
- {
1149
- prefix: ClientPrefix.V3,
1150
- },
1151
- );
1152
-
1153
- logger.log(`Created backup version ${version}`);
1154
-
1155
- // write the key to 4S
1156
- const privateKey = info.privateKey;
1157
- await this.secretStorage.store("m.megolm_backup.v1", encodeBase64(privateKey));
1158
- await this.storeSessionBackupPrivateKey(privateKey);
1159
-
1160
- await this.backupManager.checkAndStart();
1161
- await this.backupManager.scheduleAllGroupSessionsForBackup();
1162
- }
1163
-
1164
- /**
1165
- * Implementation of {@link Crypto.CryptoApi#deleteKeyBackupVersion}.
1166
- */
1167
- public async deleteKeyBackupVersion(version: string): Promise<void> {
1168
- await this.backupManager.deleteKeyBackupVersion(version);
1169
- }
1170
-
1171
- /**
1172
- * @deprecated Use {@link MatrixClient#secretStorage} and {@link SecretStorage.ServerSideSecretStorage#addKey}.
1173
- */
1174
- public addSecretStorageKey(
1175
- algorithm: string,
1176
- opts: AddSecretStorageKeyOpts,
1177
- keyID?: string,
1178
- ): Promise<SecretStorageKeyObject> {
1179
- return this.secretStorage.addKey(algorithm, opts, keyID);
1180
- }
1181
-
1182
- /**
1183
- * @deprecated Use {@link MatrixClient#secretStorage} and {@link SecretStorage.ServerSideSecretStorage#hasKey}.
1184
- */
1185
- public hasSecretStorageKey(keyID?: string): Promise<boolean> {
1186
- return this.secretStorage.hasKey(keyID);
1187
- }
1188
-
1189
- /**
1190
- * @deprecated Use {@link MatrixClient#secretStorage} and {@link SecretStorage.ServerSideSecretStorage#getKey}.
1191
- */
1192
- public getSecretStorageKey(keyID?: string): Promise<SecretStorageKeyTuple | null> {
1193
- return this.secretStorage.getKey(keyID);
1194
- }
1195
-
1196
- /**
1197
- * @deprecated Use {@link MatrixClient#secretStorage} and {@link SecretStorage.ServerSideSecretStorage#store}.
1198
- */
1199
- public storeSecret(name: string, secret: string, keys?: string[]): Promise<void> {
1200
- return this.secretStorage.store(name, secret, keys);
1201
- }
1202
-
1203
- /**
1204
- * @deprecated Use {@link MatrixClient#secretStorage} and {@link SecretStorage.ServerSideSecretStorage#get}.
1205
- */
1206
- public getSecret(name: string): Promise<string | undefined> {
1207
- return this.secretStorage.get(name);
1208
- }
1209
-
1210
- /**
1211
- * @deprecated Use {@link MatrixClient#secretStorage} and {@link SecretStorage.ServerSideSecretStorage#isStored}.
1212
- */
1213
- public isSecretStored(name: string): Promise<Record<string, SecretStorageKeyDescription> | null> {
1214
- return this.secretStorage.isStored(name);
1215
- }
1216
-
1217
- public requestSecret(name: string, devices: string[]): ISecretRequest {
1218
- if (!devices) {
1219
- devices = Object.keys(this.deviceList.getRawStoredDevicesForUser(this.userId));
1220
- }
1221
- return this.secretStorage.request(name, devices);
1222
- }
1223
-
1224
- /**
1225
- * @deprecated Use {@link MatrixClient#secretStorage} and {@link SecretStorage.ServerSideSecretStorage#getDefaultKeyId}.
1226
- */
1227
- public getDefaultSecretStorageKeyId(): Promise<string | null> {
1228
- return this.secretStorage.getDefaultKeyId();
1229
- }
1230
-
1231
- /**
1232
- * @deprecated Use {@link MatrixClient#secretStorage} and {@link SecretStorage.ServerSideSecretStorage#setDefaultKeyId}.
1233
- */
1234
- public setDefaultSecretStorageKeyId(k: string): Promise<void> {
1235
- return this.secretStorage.setDefaultKeyId(k);
1236
- }
1237
-
1238
- /**
1239
- * @deprecated Use {@link MatrixClient#secretStorage} and {@link SecretStorage.ServerSideSecretStorage#checkKey}.
1240
- */
1241
- public checkSecretStorageKey(key: Uint8Array, info: SecretStorageKeyDescription): Promise<boolean> {
1242
- return this.secretStorage.checkKey(key, info);
1243
- }
1244
-
1245
- /**
1246
- * Checks that a given secret storage private key matches a given public key.
1247
- * This can be used by the getSecretStorageKey callback to verify that the
1248
- * private key it is about to supply is the one that was requested.
1249
- *
1250
- * @param privateKey - The private key
1251
- * @param expectedPublicKey - The public key
1252
- * @returns true if the key matches, otherwise false
1253
- */
1254
- public checkSecretStoragePrivateKey(privateKey: Uint8Array, expectedPublicKey: string): boolean {
1255
- let decryption: PkDecryption | null = null;
1256
- try {
1257
- decryption = new globalThis.Olm.PkDecryption();
1258
- const gotPubkey = decryption.init_with_private_key(privateKey);
1259
- // make sure it agrees with the given pubkey
1260
- return gotPubkey === expectedPublicKey;
1261
- } finally {
1262
- decryption?.free();
1263
- }
1264
- }
1265
-
1266
- /**
1267
- * Fetches the backup private key, if cached
1268
- * @returns the key, if any, or null
1269
- */
1270
- public async getSessionBackupPrivateKey(): Promise<Uint8Array | null> {
1271
- const encodedKey = await new Promise<Uint8Array | AESEncryptedSecretStoragePayload | string | null>(
1272
- (resolve) => {
1273
- this.cryptoStore.doTxn("readonly", [IndexedDBCryptoStore.STORE_ACCOUNT], (txn) => {
1274
- this.cryptoStore.getSecretStorePrivateKey(txn, resolve, "m.megolm_backup.v1");
1275
- });
1276
- },
1277
- );
1278
-
1279
- let key: Uint8Array | null = null;
1280
-
1281
- // make sure we have a Uint8Array, rather than a string
1282
- if (typeof encodedKey === "string") {
1283
- key = new Uint8Array(decodeBase64(fixBackupKey(encodedKey) || encodedKey));
1284
- await this.storeSessionBackupPrivateKey(key);
1285
- }
1286
- if (encodedKey && typeof encodedKey === "object" && "ciphertext" in encodedKey) {
1287
- const pickleKey = Buffer.from(this.olmDevice.pickleKey);
1288
- const decrypted = await decryptAESSecretStorageItem(encodedKey, pickleKey, "m.megolm_backup.v1");
1289
- key = decodeBase64(decrypted);
1290
- }
1291
- return key;
1292
- }
1293
-
1294
- /**
1295
- * Stores the session backup key to the cache
1296
- * @param key - the private key
1297
- * @returns a promise so you can catch failures
1298
- */
1299
- public async storeSessionBackupPrivateKey(key: ArrayLike<number>, version?: string): Promise<void> {
1300
- if (!(key instanceof Uint8Array)) {
1301
- // eslint-disable-next-line @typescript-eslint/no-base-to-string
1302
- throw new Error(`storeSessionBackupPrivateKey expects Uint8Array, got ${key}`);
1303
- }
1304
- const pickleKey = Buffer.from(this.olmDevice.pickleKey);
1305
- const encryptedKey = await encryptAESSecretStorageItem(encodeBase64(key), pickleKey, "m.megolm_backup.v1");
1306
- return this.cryptoStore.doTxn("readwrite", [IndexedDBCryptoStore.STORE_ACCOUNT], (txn) => {
1307
- this.cryptoStore.storeSecretStorePrivateKey(txn, "m.megolm_backup.v1", encryptedKey);
1308
- });
1309
- }
1310
-
1311
- /**
1312
- * Implementation of {@link Crypto.loadSessionBackupPrivateKeyFromSecretStorage}.
1313
- */
1314
- public loadSessionBackupPrivateKeyFromSecretStorage(): Promise<void> {
1315
- throw new Error("Not implmeented");
1316
- }
1317
-
1318
- /**
1319
- * Get the current status of key backup.
1320
- *
1321
- * Implementation of {@link Crypto.CryptoApi.getActiveSessionBackupVersion}.
1322
- */
1323
- public async getActiveSessionBackupVersion(): Promise<string | null> {
1324
- if (this.backupManager.getKeyBackupEnabled()) {
1325
- return this.backupManager.version ?? null;
1326
- }
1327
- return null;
1328
- }
1329
-
1330
- /**
1331
- * Implementation of {@link Crypto.CryptoApi#getKeyBackupInfo}.
1332
- */
1333
- public async getKeyBackupInfo(): Promise<KeyBackupInfo | null> {
1334
- throw new Error("Not implemented");
1335
- }
1336
-
1337
- /**
1338
- * Determine if a key backup can be trusted.
1339
- *
1340
- * Implementation of {@link Crypto.CryptoApi.isKeyBackupTrusted}.
1341
- */
1342
- public async isKeyBackupTrusted(info: KeyBackupInfo): Promise<BackupTrustInfo> {
1343
- const trustInfo = await this.backupManager.isKeyBackupTrusted(info);
1344
- return backupTrustInfoFromLegacyTrustInfo(trustInfo);
1345
- }
1346
-
1347
- /**
1348
- * Force a re-check of the key backup and enable/disable it as appropriate.
1349
- *
1350
- * Implementation of {@link Crypto.CryptoApi.checkKeyBackupAndEnable}.
1351
- */
1352
- public async checkKeyBackupAndEnable(): Promise<KeyBackupCheck | null> {
1353
- const checkResult = await this.backupManager.checkKeyBackup();
1354
- if (!checkResult || !checkResult.backupInfo) return null;
1355
- return {
1356
- backupInfo: checkResult.backupInfo,
1357
- trustInfo: backupTrustInfoFromLegacyTrustInfo(checkResult.trustInfo),
1358
- };
1359
- }
1360
-
1361
- /**
1362
- * Checks that a given cross-signing private key matches a given public key.
1363
- * This can be used by the getCrossSigningKey callback to verify that the
1364
- * private key it is about to supply is the one that was requested.
1365
- *
1366
- * @param privateKey - The private key
1367
- * @param expectedPublicKey - The public key
1368
- * @returns true if the key matches, otherwise false
1369
- */
1370
- public checkCrossSigningPrivateKey(privateKey: Uint8Array, expectedPublicKey: string): boolean {
1371
- let signing: PkSigning | null = null;
1372
- try {
1373
- signing = new globalThis.Olm.PkSigning();
1374
- const gotPubkey = signing.init_with_seed(privateKey);
1375
- // make sure it agrees with the given pubkey
1376
- return gotPubkey === expectedPublicKey;
1377
- } finally {
1378
- signing?.free();
1379
- }
1380
- }
1381
-
1382
- /**
1383
- * Run various follow-up actions after cross-signing keys have changed locally
1384
- * (either by resetting the keys for the account or by getting them from secret
1385
- * storage), such as signing the current device, upgrading device
1386
- * verifications, etc.
1387
- */
1388
- private async afterCrossSigningLocalKeyChange(): Promise<void> {
1389
- logger.info("Starting cross-signing key change post-processing");
1390
-
1391
- // sign the current device with the new key, and upload to the server
1392
- const device = this.deviceList.getStoredDevice(this.userId, this.deviceId)!;
1393
- const signedDevice = await this.crossSigningInfo.signDevice(this.userId, device);
1394
- logger.info(`Starting background key sig upload for ${this.deviceId}`);
1395
-
1396
- const upload = ({ shouldEmit = false }): Promise<void> => {
1397
- return this.baseApis
1398
- .uploadKeySignatures({
1399
- [this.userId]: {
1400
- [this.deviceId]: signedDevice!,
1401
- },
1402
- })
1403
- .then((response) => {
1404
- const { failures } = response || {};
1405
- if (Object.keys(failures || []).length > 0) {
1406
- if (shouldEmit) {
1407
- this.baseApis.emit(
1408
- CryptoEvent.KeySignatureUploadFailure,
1409
- failures,
1410
- "afterCrossSigningLocalKeyChange",
1411
- upload, // continuation
1412
- );
1413
- }
1414
- throw new KeySignatureUploadError("Key upload failed", { failures });
1415
- }
1416
- logger.info(`Finished background key sig upload for ${this.deviceId}`);
1417
- })
1418
- .catch((e) => {
1419
- logger.error(`Error during background key sig upload for ${this.deviceId}`, e);
1420
- });
1421
- };
1422
- upload({ shouldEmit: true });
1423
-
1424
- const shouldUpgradeCb = this.baseApis.cryptoCallbacks.shouldUpgradeDeviceVerifications;
1425
- if (shouldUpgradeCb) {
1426
- logger.info("Starting device verification upgrade");
1427
-
1428
- // Check all users for signatures if upgrade callback present
1429
- // FIXME: do this in batches
1430
- const users: Record<string, IDeviceVerificationUpgrade> = {};
1431
- for (const [userId, crossSigningInfo] of Object.entries(this.deviceList.crossSigningInfo)) {
1432
- const upgradeInfo = await this.checkForDeviceVerificationUpgrade(
1433
- userId,
1434
- CrossSigningInfo.fromStorage(crossSigningInfo, userId),
1435
- );
1436
- if (upgradeInfo) {
1437
- users[userId] = upgradeInfo;
1438
- }
1439
- }
1440
-
1441
- if (Object.keys(users).length > 0) {
1442
- logger.info(`Found ${Object.keys(users).length} verif users to upgrade`);
1443
- try {
1444
- const usersToUpgrade = await shouldUpgradeCb({ users: users });
1445
- if (usersToUpgrade) {
1446
- for (const userId of usersToUpgrade) {
1447
- if (userId in users) {
1448
- await this.baseApis.setDeviceVerified(userId, users[userId].crossSigningInfo.getId()!);
1449
- }
1450
- }
1451
- }
1452
- } catch (e) {
1453
- logger.log("shouldUpgradeDeviceVerifications threw an error: not upgrading", e);
1454
- }
1455
- }
1456
-
1457
- logger.info("Finished device verification upgrade");
1458
- }
1459
-
1460
- logger.info("Finished cross-signing key change post-processing");
1461
- }
1462
-
1463
- /**
1464
- * Check if a user's cross-signing key is a candidate for upgrading from device
1465
- * verification.
1466
- *
1467
- * @param userId - the user whose cross-signing information is to be checked
1468
- * @param crossSigningInfo - the cross-signing information to check
1469
- */
1470
- private async checkForDeviceVerificationUpgrade(
1471
- userId: string,
1472
- crossSigningInfo: CrossSigningInfo,
1473
- ): Promise<IDeviceVerificationUpgrade | undefined> {
1474
- // only upgrade if this is the first cross-signing key that we've seen for
1475
- // them, and if their cross-signing key isn't already verified
1476
- const trustLevel = this.crossSigningInfo.checkUserTrust(crossSigningInfo);
1477
- if (crossSigningInfo.firstUse && !trustLevel.isVerified()) {
1478
- const devices = this.deviceList.getRawStoredDevicesForUser(userId);
1479
- const deviceIds = await this.checkForValidDeviceSignature(userId, crossSigningInfo.keys.master, devices);
1480
- if (deviceIds.length) {
1481
- return {
1482
- devices: deviceIds.map((deviceId) => DeviceInfo.fromStorage(devices[deviceId], deviceId)),
1483
- crossSigningInfo,
1484
- };
1485
- }
1486
- }
1487
- }
1488
-
1489
- /**
1490
- * Check if the cross-signing key is signed by a verified device.
1491
- *
1492
- * @param userId - the user ID whose key is being checked
1493
- * @param key - the key that is being checked
1494
- * @param devices - the user's devices. Should be a map from device ID
1495
- * to device info
1496
- */
1497
- private async checkForValidDeviceSignature(
1498
- userId: string,
1499
- key: CrossSigningKeyInfo,
1500
- devices: Record<string, IDevice>,
1501
- ): Promise<string[]> {
1502
- const deviceIds: string[] = [];
1503
- if (devices && key.signatures && key.signatures[userId]) {
1504
- for (const signame of Object.keys(key.signatures[userId])) {
1505
- const [, deviceId] = signame.split(":", 2);
1506
- if (deviceId in devices && devices[deviceId].verified === DeviceVerification.VERIFIED) {
1507
- try {
1508
- await olmlib.verifySignature(
1509
- this.olmDevice,
1510
- key,
1511
- userId,
1512
- deviceId,
1513
- devices[deviceId].keys[signame],
1514
- );
1515
- deviceIds.push(deviceId);
1516
- } catch {}
1517
- }
1518
- }
1519
- }
1520
- return deviceIds;
1521
- }
1522
-
1523
- /**
1524
- * Get the user's cross-signing key ID.
1525
- *
1526
- * @param type - The type of key to get the ID of. One of
1527
- * "master", "self_signing", or "user_signing". Defaults to "master".
1528
- *
1529
- * @returns the key ID
1530
- */
1531
- public getCrossSigningKeyId(type: CrossSigningKey = CrossSigningKey.Master): Promise<string | null> {
1532
- return Promise.resolve(this.getCrossSigningId(type));
1533
- }
1534
-
1535
- // old name, for backwards compatibility
1536
- public getCrossSigningId(type: string): string | null {
1537
- return this.crossSigningInfo.getId(type);
1538
- }
1539
-
1540
- /**
1541
- * Get the cross signing information for a given user.
1542
- *
1543
- * @param userId - the user ID to get the cross-signing info for.
1544
- *
1545
- * @returns the cross signing information for the user.
1546
- */
1547
- public getStoredCrossSigningForUser(userId: string): CrossSigningInfo | null {
1548
- return this.deviceList.getStoredCrossSigningForUser(userId);
1549
- }
1550
-
1551
- /**
1552
- * Check whether a given user is trusted.
1553
- *
1554
- * @param userId - The ID of the user to check.
1555
- *
1556
- * @returns
1557
- */
1558
- public checkUserTrust(userId: string): UserTrustLevel {
1559
- const userCrossSigning = this.deviceList.getStoredCrossSigningForUser(userId);
1560
- if (!userCrossSigning) {
1561
- return new UserTrustLevel(false, false, false);
1562
- }
1563
- return this.crossSigningInfo.checkUserTrust(userCrossSigning);
1564
- }
1565
-
1566
- /**
1567
- * Implementation of {@link Crypto.CryptoApi.getUserVerificationStatus}.
1568
- */
1569
- public async getUserVerificationStatus(userId: string): Promise<UserTrustLevel> {
1570
- return this.checkUserTrust(userId);
1571
- }
1572
-
1573
- /**
1574
- * Implementation of {@link Crypto.CryptoApi.pinCurrentUserIdentity}.
1575
- */
1576
- public async pinCurrentUserIdentity(userId: string): Promise<void> {
1577
- throw new Error("not implemented");
1578
- }
1579
-
1580
- /**
1581
- * Check whether a given device is trusted.
1582
- *
1583
- * @param userId - The ID of the user whose device is to be checked.
1584
- * @param deviceId - The ID of the device to check
1585
- */
1586
- public async getDeviceVerificationStatus(
1587
- userId: string,
1588
- deviceId: string,
1589
- ): Promise<DeviceVerificationStatus | null> {
1590
- const device = this.deviceList.getStoredDevice(userId, deviceId);
1591
- if (!device) {
1592
- return null;
1593
- }
1594
- return this.checkDeviceInfoTrust(userId, device);
1595
- }
1596
-
1597
- /**
1598
- * @deprecated Use {@link Crypto.CryptoApi.getDeviceVerificationStatus}.
1599
- */
1600
- public checkDeviceTrust(userId: string, deviceId: string): DeviceTrustLevel {
1601
- const device = this.deviceList.getStoredDevice(userId, deviceId);
1602
- return this.checkDeviceInfoTrust(userId, device);
1603
- }
1604
-
1605
- /**
1606
- * Check whether a given deviceinfo is trusted.
1607
- *
1608
- * @param userId - The ID of the user whose devices is to be checked.
1609
- * @param device - The device info object to check
1610
- *
1611
- * @deprecated Use {@link Crypto.CryptoApi.getDeviceVerificationStatus}.
1612
- */
1613
- public checkDeviceInfoTrust(userId: string, device?: DeviceInfo): DeviceTrustLevel {
1614
- const trustedLocally = !!device?.isVerified();
1615
-
1616
- const userCrossSigning = this.deviceList.getStoredCrossSigningForUser(userId);
1617
- if (device && userCrossSigning) {
1618
- // The trustCrossSignedDevices only affects trust of other people's cross-signing
1619
- // signatures
1620
- const trustCrossSig = this.trustCrossSignedDevices || userId === this.userId;
1621
- return this.crossSigningInfo.checkDeviceTrust(userCrossSigning, device, trustedLocally, trustCrossSig);
1622
- } else {
1623
- return new DeviceTrustLevel(false, false, trustedLocally, false);
1624
- }
1625
- }
1626
-
1627
- /**
1628
- * Check whether one of our own devices is cross-signed by our
1629
- * user's stored keys, regardless of whether we trust those keys yet.
1630
- *
1631
- * @param deviceId - The ID of the device to check
1632
- *
1633
- * @returns true if the device is cross-signed
1634
- */
1635
- public checkIfOwnDeviceCrossSigned(deviceId: string): boolean {
1636
- const device = this.deviceList.getStoredDevice(this.userId, deviceId);
1637
- if (!device) return false;
1638
- const userCrossSigning = this.deviceList.getStoredCrossSigningForUser(this.userId);
1639
- return (
1640
- userCrossSigning?.checkDeviceTrust(userCrossSigning, device, false, true).isCrossSigningVerified() ?? false
1641
- );
1642
- }
1643
-
1644
- /*
1645
- * Event handler for DeviceList's userNewDevices event
1646
- */
1647
- private onDeviceListUserCrossSigningUpdated = async (userId: string): Promise<void> => {
1648
- if (userId === this.userId) {
1649
- // An update to our own cross-signing key.
1650
- // Get the new key first:
1651
- const newCrossSigning = this.deviceList.getStoredCrossSigningForUser(userId);
1652
- const seenPubkey = newCrossSigning ? newCrossSigning.getId() : null;
1653
- const currentPubkey = this.crossSigningInfo.getId();
1654
- const changed = currentPubkey !== seenPubkey;
1655
-
1656
- if (currentPubkey && seenPubkey && !changed) {
1657
- // If it's not changed, just make sure everything is up to date
1658
- await this.checkOwnCrossSigningTrust();
1659
- } else {
1660
- // We'll now be in a state where cross-signing on the account is not trusted
1661
- // because our locally stored cross-signing keys will not match the ones
1662
- // on the server for our account. So we clear our own stored cross-signing keys,
1663
- // effectively disabling cross-signing until the user gets verified by the device
1664
- // that reset the keys
1665
- this.storeTrustedSelfKeys(null);
1666
- // emit cross-signing has been disabled
1667
- this.emit(CryptoEvent.KeysChanged, {});
1668
- // as the trust for our own user has changed,
1669
- // also emit an event for this
1670
- this.emit(CryptoEvent.UserTrustStatusChanged, this.userId, this.checkUserTrust(userId));
1671
- }
1672
- } else {
1673
- await this.checkDeviceVerifications(userId);
1674
-
1675
- // Update verified before latch using the current state and save the new
1676
- // latch value in the device list store.
1677
- const crossSigning = this.deviceList.getStoredCrossSigningForUser(userId);
1678
- if (crossSigning) {
1679
- crossSigning.updateCrossSigningVerifiedBefore(this.checkUserTrust(userId).isCrossSigningVerified());
1680
- this.deviceList.setRawStoredCrossSigningForUser(userId, crossSigning.toStorage());
1681
- }
1682
-
1683
- this.emit(CryptoEvent.UserTrustStatusChanged, userId, this.checkUserTrust(userId));
1684
- }
1685
- };
1686
-
1687
- /**
1688
- * Check the copy of our cross-signing key that we have in the device list and
1689
- * see if we can get the private key. If so, mark it as trusted.
1690
- */
1691
- public async checkOwnCrossSigningTrust({
1692
- allowPrivateKeyRequests = false,
1693
- }: ICheckOwnCrossSigningTrustOpts = {}): Promise<void> {
1694
- const userId = this.userId;
1695
-
1696
- // Before proceeding, ensure our cross-signing public keys have been
1697
- // downloaded via the device list.
1698
- await this.downloadKeys([this.userId]);
1699
-
1700
- // Also check which private keys are locally cached.
1701
- const crossSigningPrivateKeys = await this.crossSigningInfo.getCrossSigningKeysFromCache();
1702
-
1703
- // If we see an update to our own master key, check it against the master
1704
- // key we have and, if it matches, mark it as verified
1705
-
1706
- // First, get the new cross-signing info
1707
- const newCrossSigning = this.deviceList.getStoredCrossSigningForUser(userId);
1708
- if (!newCrossSigning) {
1709
- logger.error(
1710
- "Got cross-signing update event for user " + userId + " but no new cross-signing information found!",
1711
- );
1712
- return;
1713
- }
1714
-
1715
- const seenPubkey = newCrossSigning.getId()!;
1716
- const masterChanged = this.crossSigningInfo.getId() !== seenPubkey;
1717
- const masterExistsNotLocallyCached = newCrossSigning.getId() && !crossSigningPrivateKeys.has("master");
1718
- if (masterChanged) {
1719
- logger.info("Got new master public key", seenPubkey);
1720
- }
1721
- if (allowPrivateKeyRequests && (masterChanged || masterExistsNotLocallyCached)) {
1722
- logger.info("Attempting to retrieve cross-signing master private key");
1723
- let signing: PkSigning | null = null;
1724
- // It's important for control flow that we leave any errors alone for
1725
- // higher levels to handle so that e.g. cancelling access properly
1726
- // aborts any larger operation as well.
1727
- try {
1728
- const ret = await this.crossSigningInfo.getCrossSigningKey("master", seenPubkey);
1729
- signing = ret[1];
1730
- logger.info("Got cross-signing master private key");
1731
- } finally {
1732
- signing?.free();
1733
- }
1734
- }
1735
-
1736
- const oldSelfSigningId = this.crossSigningInfo.getId("self_signing");
1737
- const oldUserSigningId = this.crossSigningInfo.getId("user_signing");
1738
-
1739
- // Update the version of our keys in our cross-signing object and the local store
1740
- this.storeTrustedSelfKeys(newCrossSigning.keys);
1741
-
1742
- const selfSigningChanged = oldSelfSigningId !== newCrossSigning.getId("self_signing");
1743
- const userSigningChanged = oldUserSigningId !== newCrossSigning.getId("user_signing");
1744
-
1745
- const selfSigningExistsNotLocallyCached =
1746
- newCrossSigning.getId("self_signing") && !crossSigningPrivateKeys.has("self_signing");
1747
- const userSigningExistsNotLocallyCached =
1748
- newCrossSigning.getId("user_signing") && !crossSigningPrivateKeys.has("user_signing");
1749
-
1750
- const keySignatures: Record<string, ISignedKey> = {};
1751
-
1752
- if (selfSigningChanged) {
1753
- logger.info("Got new self-signing key", newCrossSigning.getId("self_signing"));
1754
- }
1755
- if (allowPrivateKeyRequests && (selfSigningChanged || selfSigningExistsNotLocallyCached)) {
1756
- logger.info("Attempting to retrieve cross-signing self-signing private key");
1757
- let signing: PkSigning | null = null;
1758
- try {
1759
- const ret = await this.crossSigningInfo.getCrossSigningKey(
1760
- "self_signing",
1761
- newCrossSigning.getId("self_signing")!,
1762
- );
1763
- signing = ret[1];
1764
- logger.info("Got cross-signing self-signing private key");
1765
- } finally {
1766
- signing?.free();
1767
- }
1768
-
1769
- const device = this.deviceList.getStoredDevice(this.userId, this.deviceId)!;
1770
- const signedDevice = await this.crossSigningInfo.signDevice(this.userId, device);
1771
- keySignatures[this.deviceId] = signedDevice!;
1772
- }
1773
- if (userSigningChanged) {
1774
- logger.info("Got new user-signing key", newCrossSigning.getId("user_signing"));
1775
- }
1776
- if (allowPrivateKeyRequests && (userSigningChanged || userSigningExistsNotLocallyCached)) {
1777
- logger.info("Attempting to retrieve cross-signing user-signing private key");
1778
- let signing: PkSigning | null = null;
1779
- try {
1780
- const ret = await this.crossSigningInfo.getCrossSigningKey(
1781
- "user_signing",
1782
- newCrossSigning.getId("user_signing")!,
1783
- );
1784
- signing = ret[1];
1785
- logger.info("Got cross-signing user-signing private key");
1786
- } finally {
1787
- signing?.free();
1788
- }
1789
- }
1790
-
1791
- if (masterChanged) {
1792
- const masterKey = this.crossSigningInfo.keys.master;
1793
- await this.signObject(masterKey);
1794
- const deviceSig = masterKey.signatures![this.userId]["ed25519:" + this.deviceId];
1795
- // Include only the _new_ device signature in the upload.
1796
- // We may have existing signatures from deleted devices, which will cause
1797
- // the entire upload to fail.
1798
- keySignatures[this.crossSigningInfo.getId()!] = Object.assign({} as ISignedKey, masterKey, {
1799
- signatures: {
1800
- [this.userId]: {
1801
- ["ed25519:" + this.deviceId]: deviceSig,
1802
- },
1803
- },
1804
- });
1805
- }
1806
-
1807
- const keysToUpload = Object.keys(keySignatures);
1808
- if (keysToUpload.length) {
1809
- const upload = ({ shouldEmit = false }): Promise<void> => {
1810
- logger.info(`Starting background key sig upload for ${keysToUpload}`);
1811
- return this.baseApis
1812
- .uploadKeySignatures({ [this.userId]: keySignatures })
1813
- .then((response) => {
1814
- const { failures } = response || {};
1815
- logger.info(`Finished background key sig upload for ${keysToUpload}`);
1816
- if (Object.keys(failures || []).length > 0) {
1817
- if (shouldEmit) {
1818
- this.baseApis.emit(
1819
- CryptoEvent.KeySignatureUploadFailure,
1820
- failures,
1821
- "checkOwnCrossSigningTrust",
1822
- upload,
1823
- );
1824
- }
1825
- throw new KeySignatureUploadError("Key upload failed", { failures });
1826
- }
1827
- })
1828
- .catch((e) => {
1829
- logger.error(`Error during background key sig upload for ${keysToUpload}`, e);
1830
- });
1831
- };
1832
- upload({ shouldEmit: true });
1833
- }
1834
-
1835
- this.emit(CryptoEvent.UserTrustStatusChanged, userId, this.checkUserTrust(userId));
1836
-
1837
- if (masterChanged) {
1838
- this.emit(CryptoEvent.KeysChanged, {});
1839
- await this.afterCrossSigningLocalKeyChange();
1840
- }
1841
-
1842
- // Now we may be able to trust our key backup
1843
- await this.backupManager.checkKeyBackup();
1844
- // FIXME: if we previously trusted the backup, should we automatically sign
1845
- // the backup with the new key (if not already signed)?
1846
- }
1847
-
1848
- /**
1849
- * Implementation of {@link CryptoBackend#getBackupDecryptor}.
1850
- */
1851
- public async getBackupDecryptor(backupInfo: KeyBackupInfo, privKey: ArrayLike<number>): Promise<BackupDecryptor> {
1852
- if (!(privKey instanceof Uint8Array)) {
1853
- throw new Error(`getBackupDecryptor expects Uint8Array`);
1854
- }
1855
-
1856
- const algorithm = await BackupManager.makeAlgorithm(backupInfo, async () => {
1857
- return privKey;
1858
- });
1859
-
1860
- // If the pubkey computed from the private data we've been given
1861
- // doesn't match the one in the auth_data, the user has entered
1862
- // a different recovery key / the wrong passphrase.
1863
- if (!(await algorithm.keyMatches(privKey))) {
1864
- return Promise.reject(new MatrixError({ errcode: MatrixClient.RESTORE_BACKUP_ERROR_BAD_KEY }));
1865
- }
1866
-
1867
- return new LibOlmBackupDecryptor(algorithm);
1868
- }
1869
-
1870
- /**
1871
- * Implementation of {@link CryptoBackend#importBackedUpRoomKeys}.
1872
- */
1873
- public importBackedUpRoomKeys(
1874
- keys: IMegolmSessionData[],
1875
- backupVersion: string,
1876
- opts: ImportRoomKeysOpts = {},
1877
- ): Promise<void> {
1878
- opts.source = "backup";
1879
- return this.importRoomKeys(keys, opts);
1880
- }
1881
-
1882
- /**
1883
- * Store a set of keys as our own, trusted, cross-signing keys.
1884
- *
1885
- * @param keys - The new trusted set of keys
1886
- */
1887
- private async storeTrustedSelfKeys(keys: Record<string, CrossSigningKeyInfo> | null): Promise<void> {
1888
- if (keys) {
1889
- this.crossSigningInfo.setKeys(keys);
1890
- } else {
1891
- this.crossSigningInfo.clearKeys();
1892
- }
1893
- await this.cryptoStore.doTxn("readwrite", [IndexedDBCryptoStore.STORE_ACCOUNT], (txn) => {
1894
- this.cryptoStore.storeCrossSigningKeys(txn, this.crossSigningInfo.keys);
1895
- });
1896
- }
1897
-
1898
- /**
1899
- * Check if the master key is signed by a verified device, and if so, prompt
1900
- * the application to mark it as verified.
1901
- *
1902
- * @param userId - the user ID whose key should be checked
1903
- */
1904
- private async checkDeviceVerifications(userId: string): Promise<void> {
1905
- const shouldUpgradeCb = this.baseApis.cryptoCallbacks.shouldUpgradeDeviceVerifications;
1906
- if (!shouldUpgradeCb) {
1907
- // Upgrading skipped when callback is not present.
1908
- return;
1909
- }
1910
- logger.info(`Starting device verification upgrade for ${userId}`);
1911
- if (this.crossSigningInfo.keys.user_signing) {
1912
- const crossSigningInfo = this.deviceList.getStoredCrossSigningForUser(userId);
1913
- if (crossSigningInfo) {
1914
- const upgradeInfo = await this.checkForDeviceVerificationUpgrade(userId, crossSigningInfo);
1915
- if (upgradeInfo) {
1916
- const usersToUpgrade = await shouldUpgradeCb({
1917
- users: {
1918
- [userId]: upgradeInfo,
1919
- },
1920
- });
1921
- if (usersToUpgrade.includes(userId)) {
1922
- await this.baseApis.setDeviceVerified(userId, crossSigningInfo.getId()!);
1923
- }
1924
- }
1925
- }
1926
- }
1927
- logger.info(`Finished device verification upgrade for ${userId}`);
1928
- }
1929
-
1930
- /**
1931
- */
1932
- public enableLazyLoading(): void {
1933
- this.lazyLoadMembers = true;
1934
- }
1935
-
1936
- /**
1937
- * Tell the crypto module to register for MatrixClient events which it needs to
1938
- * listen for
1939
- *
1940
- * @param eventEmitter - event source where we can register
1941
- * for event notifications
1942
- */
1943
- public registerEventHandlers(
1944
- eventEmitter: TypedEventEmitter<
1945
- RoomMemberEvent.Membership | ClientEvent.ToDeviceEvent | RoomEvent.Timeline | MatrixEventEvent.Decrypted,
1946
- any
1947
- >,
1948
- ): void {
1949
- eventEmitter.on(RoomMemberEvent.Membership, this.onMembership);
1950
- eventEmitter.on(ClientEvent.ToDeviceEvent, this.onToDeviceEvent);
1951
- eventEmitter.on(RoomEvent.Timeline, this.onTimelineEvent);
1952
- eventEmitter.on(MatrixEventEvent.Decrypted, this.onTimelineEvent);
1953
- }
1954
-
1955
- /**
1956
- * @deprecated this does nothing and will be removed in a future version
1957
- */
1958
- public start(): void {
1959
- logger.warn("MatrixClient.crypto.start() is deprecated");
1960
- }
1961
-
1962
- /** Stop background processes related to crypto */
1963
- public stop(): void {
1964
- this.outgoingRoomKeyRequestManager.stop();
1965
- this.deviceList.stop();
1966
- this.dehydrationManager.stop();
1967
- this.backupManager.stop();
1968
- }
1969
-
1970
- /**
1971
- * Get the Ed25519 key for this device
1972
- *
1973
- * @returns base64-encoded ed25519 key.
1974
- *
1975
- * @deprecated Use {@link Crypto.CryptoApi#getOwnDeviceKeys}.
1976
- */
1977
- public getDeviceEd25519Key(): string | null {
1978
- return this.olmDevice.deviceEd25519Key;
1979
- }
1980
-
1981
- /**
1982
- * Get the Curve25519 key for this device
1983
- *
1984
- * @returns base64-encoded curve25519 key.
1985
- *
1986
- * @deprecated Use {@link Crypto.CryptoApi#getOwnDeviceKeys}
1987
- */
1988
- public getDeviceCurve25519Key(): string | null {
1989
- return this.olmDevice.deviceCurve25519Key;
1990
- }
1991
-
1992
- /**
1993
- * Implementation of {@link Crypto.CryptoApi#getOwnDeviceKeys}.
1994
- */
1995
- public async getOwnDeviceKeys(): Promise<OwnDeviceKeys> {
1996
- if (!this.olmDevice.deviceCurve25519Key) {
1997
- throw new Error("Curve25519 key not yet created");
1998
- }
1999
- if (!this.olmDevice.deviceEd25519Key) {
2000
- throw new Error("Ed25519 key not yet created");
2001
- }
2002
- return {
2003
- ed25519: this.olmDevice.deviceEd25519Key,
2004
- curve25519: this.olmDevice.deviceCurve25519Key,
2005
- };
2006
- }
2007
-
2008
- /**
2009
- * Set the global override for whether the client should ever send encrypted
2010
- * messages to unverified devices. This provides the default for rooms which
2011
- * do not specify a value.
2012
- *
2013
- * @param value - whether to blacklist all unverified devices by default
2014
- *
2015
- * @deprecated Set {@link Crypto.CryptoApi#globalBlacklistUnverifiedDevices | CryptoApi.globalBlacklistUnverifiedDevices} directly.
2016
- */
2017
- public setGlobalBlacklistUnverifiedDevices(value: boolean): void {
2018
- this.globalBlacklistUnverifiedDevices = value;
2019
- }
2020
-
2021
- /**
2022
- * @returns whether to blacklist all unverified devices by default
2023
- *
2024
- * @deprecated Reference {@link Crypto.CryptoApi#globalBlacklistUnverifiedDevices | CryptoApi.globalBlacklistUnverifiedDevices} directly.
2025
- */
2026
- public getGlobalBlacklistUnverifiedDevices(): boolean {
2027
- return this.globalBlacklistUnverifiedDevices;
2028
- }
2029
-
2030
- /**
2031
- * Upload the device keys to the homeserver.
2032
- * @returns A promise that will resolve when the keys are uploaded.
2033
- */
2034
- public uploadDeviceKeys(): Promise<IKeysUploadResponse> {
2035
- const deviceKeys = {
2036
- algorithms: this.supportedAlgorithms,
2037
- device_id: this.deviceId,
2038
- keys: this.deviceKeys,
2039
- user_id: this.userId,
2040
- };
2041
-
2042
- return this.signObject(deviceKeys).then(() => {
2043
- return this.baseApis.uploadKeysRequest({
2044
- device_keys: deviceKeys as Required<IDeviceKeys>,
2045
- });
2046
- });
2047
- }
2048
-
2049
- public getNeedsNewFallback(): boolean {
2050
- return !!this.needsNewFallback;
2051
- }
2052
-
2053
- // check if it's time to upload one-time keys, and do so if so.
2054
- private maybeUploadOneTimeKeys(): void {
2055
- // frequency with which to check & upload one-time keys
2056
- const uploadPeriod = 1000 * 60; // one minute
2057
-
2058
- // max number of keys to upload at once
2059
- // Creating keys can be an expensive operation so we limit the
2060
- // number we generate in one go to avoid blocking the application
2061
- // for too long.
2062
- const maxKeysPerCycle = 5;
2063
-
2064
- if (this.oneTimeKeyCheckInProgress) {
2065
- return;
2066
- }
2067
-
2068
- const now = Date.now();
2069
- if (this.lastOneTimeKeyCheck !== null && now - this.lastOneTimeKeyCheck < uploadPeriod) {
2070
- // we've done a key upload recently.
2071
- return;
2072
- }
2073
-
2074
- this.lastOneTimeKeyCheck = now;
2075
-
2076
- // We need to keep a pool of one time public keys on the server so that
2077
- // other devices can start conversations with us. But we can only store
2078
- // a finite number of private keys in the olm Account object.
2079
- // To complicate things further then can be a delay between a device
2080
- // claiming a public one time key from the server and it sending us a
2081
- // message. We need to keep the corresponding private key locally until
2082
- // we receive the message.
2083
- // But that message might never arrive leaving us stuck with duff
2084
- // private keys clogging up our local storage.
2085
- // So we need some kind of engineering compromise to balance all of
2086
- // these factors.
2087
-
2088
- // Check how many keys we can store in the Account object.
2089
- const maxOneTimeKeys = this.olmDevice.maxNumberOfOneTimeKeys();
2090
- // Try to keep at most half that number on the server. This leaves the
2091
- // rest of the slots free to hold keys that have been claimed from the
2092
- // server but we haven't received a message for.
2093
- // If we run out of slots when generating new keys then olm will
2094
- // discard the oldest private keys first. This will eventually clean
2095
- // out stale private keys that won't receive a message.
2096
- const keyLimit = Math.floor(maxOneTimeKeys / 2);
2097
-
2098
- const uploadLoop = async (keyCount: number): Promise<void> => {
2099
- while (keyLimit > keyCount || this.getNeedsNewFallback()) {
2100
- // Ask olm to generate new one time keys, then upload them to synapse.
2101
- if (keyLimit > keyCount) {
2102
- logger.info("generating oneTimeKeys");
2103
- const keysThisLoop = Math.min(keyLimit - keyCount, maxKeysPerCycle);
2104
- await this.olmDevice.generateOneTimeKeys(keysThisLoop);
2105
- }
2106
-
2107
- if (this.getNeedsNewFallback()) {
2108
- const fallbackKeys = await this.olmDevice.getFallbackKey();
2109
- // if fallbackKeys is non-empty, we've already generated a
2110
- // fallback key, but it hasn't been published yet, so we
2111
- // can use that instead of generating a new one
2112
- if (!fallbackKeys.curve25519 || Object.keys(fallbackKeys.curve25519).length == 0) {
2113
- logger.info("generating fallback key");
2114
- if (this.fallbackCleanup) {
2115
- // cancel any pending fallback cleanup because generating
2116
- // a new fallback key will already drop the old fallback
2117
- // that would have been dropped, and we don't want to kill
2118
- // the current key
2119
- clearTimeout(this.fallbackCleanup);
2120
- delete this.fallbackCleanup;
2121
- }
2122
- await this.olmDevice.generateFallbackKey();
2123
- }
2124
- }
2125
-
2126
- logger.info("calling uploadOneTimeKeys");
2127
- const res = await this.uploadOneTimeKeys();
2128
- if (res.one_time_key_counts && res.one_time_key_counts.signed_curve25519) {
2129
- // if the response contains a more up to date value use this
2130
- // for the next loop
2131
- keyCount = res.one_time_key_counts.signed_curve25519;
2132
- } else {
2133
- throw new Error(
2134
- "response for uploading keys does not contain " + "one_time_key_counts.signed_curve25519",
2135
- );
2136
- }
2137
- }
2138
- };
2139
-
2140
- this.oneTimeKeyCheckInProgress = true;
2141
- Promise.resolve()
2142
- .then(() => {
2143
- if (this.oneTimeKeyCount !== undefined) {
2144
- // We already have the current one_time_key count from a /sync response.
2145
- // Use this value instead of asking the server for the current key count.
2146
- return Promise.resolve(this.oneTimeKeyCount);
2147
- }
2148
- // ask the server how many keys we have
2149
- return this.baseApis.uploadKeysRequest({}).then((res) => {
2150
- return res.one_time_key_counts.signed_curve25519 || 0;
2151
- });
2152
- })
2153
- .then((keyCount) => {
2154
- // Start the uploadLoop with the current keyCount. The function checks if
2155
- // we need to upload new keys or not.
2156
- // If there are too many keys on the server then we don't need to
2157
- // create any more keys.
2158
- return uploadLoop(keyCount);
2159
- })
2160
- .catch((e) => {
2161
- logger.error("Error uploading one-time keys", e.stack || e);
2162
- })
2163
- .finally(() => {
2164
- // reset oneTimeKeyCount to prevent start uploading based on old data.
2165
- // it will be set again on the next /sync-response
2166
- this.oneTimeKeyCount = undefined;
2167
- this.oneTimeKeyCheckInProgress = false;
2168
- });
2169
- }
2170
-
2171
- // returns a promise which resolves to the response
2172
- private async uploadOneTimeKeys(): Promise<IKeysUploadResponse> {
2173
- const promises: Promise<unknown>[] = [];
2174
-
2175
- let fallbackJson: Record<string, IOneTimeKey> | undefined;
2176
- if (this.getNeedsNewFallback()) {
2177
- fallbackJson = {};
2178
- const fallbackKeys = await this.olmDevice.getFallbackKey();
2179
- for (const [keyId, key] of Object.entries(fallbackKeys.curve25519)) {
2180
- const k = { key, fallback: true };
2181
- fallbackJson["signed_curve25519:" + keyId] = k;
2182
- promises.push(this.signObject(k));
2183
- }
2184
- this.needsNewFallback = false;
2185
- }
2186
-
2187
- const oneTimeKeys = await this.olmDevice.getOneTimeKeys();
2188
- const oneTimeJson: Record<string, { key: string }> = {};
2189
-
2190
- for (const keyId in oneTimeKeys.curve25519) {
2191
- if (oneTimeKeys.curve25519.hasOwnProperty(keyId)) {
2192
- const k = {
2193
- key: oneTimeKeys.curve25519[keyId],
2194
- };
2195
- oneTimeJson["signed_curve25519:" + keyId] = k;
2196
- promises.push(this.signObject(k));
2197
- }
2198
- }
2199
-
2200
- await Promise.all(promises);
2201
-
2202
- const requestBody: Record<string, any> = {
2203
- one_time_keys: oneTimeJson,
2204
- };
2205
-
2206
- if (fallbackJson) {
2207
- requestBody["org.matrix.msc2732.fallback_keys"] = fallbackJson;
2208
- requestBody["fallback_keys"] = fallbackJson;
2209
- }
2210
-
2211
- const res = await this.baseApis.uploadKeysRequest(requestBody);
2212
-
2213
- if (fallbackJson) {
2214
- this.fallbackCleanup = setTimeout(
2215
- () => {
2216
- delete this.fallbackCleanup;
2217
- this.olmDevice.forgetOldFallbackKey();
2218
- },
2219
- 60 * 60 * 1000,
2220
- );
2221
- }
2222
-
2223
- await this.olmDevice.markKeysAsPublished();
2224
- return res;
2225
- }
2226
-
2227
- /**
2228
- * Download the keys for a list of users and stores the keys in the session
2229
- * store.
2230
- * @param userIds - The users to fetch.
2231
- * @param forceDownload - Always download the keys even if cached.
2232
- *
2233
- * @returns A promise which resolves to a map `userId->deviceId->{@link DeviceInfo}`.
2234
- */
2235
- public downloadKeys(userIds: string[], forceDownload?: boolean): Promise<DeviceInfoMap> {
2236
- return this.deviceList.downloadKeys(userIds, !!forceDownload);
2237
- }
2238
-
2239
- /**
2240
- * Get the stored device keys for a user id
2241
- *
2242
- * @param userId - the user to list keys for.
2243
- *
2244
- * @returns list of devices, or null if we haven't
2245
- * managed to get a list of devices for this user yet.
2246
- */
2247
- public getStoredDevicesForUser(userId: string): Array<DeviceInfo> | null {
2248
- return this.deviceList.getStoredDevicesForUser(userId);
2249
- }
2250
-
2251
- /**
2252
- * Get the device information for the given list of users.
2253
- *
2254
- * @param userIds - The users to fetch.
2255
- * @param downloadUncached - If true, download the device list for users whose device list we are not
2256
- * currently tracking. Defaults to false, in which case such users will not appear at all in the result map.
2257
- *
2258
- * @returns A map `{@link DeviceMap}`.
2259
- */
2260
- public async getUserDeviceInfo(userIds: string[], downloadUncached = false): Promise<DeviceMap> {
2261
- const deviceMapByUserId = new Map<string, Map<string, Device>>();
2262
- // Keep the users without device to download theirs keys
2263
- const usersWithoutDeviceInfo: string[] = [];
2264
-
2265
- for (const userId of userIds) {
2266
- const deviceInfos = await this.getStoredDevicesForUser(userId);
2267
- // If there are device infos for a userId, we transform it into a map
2268
- // Else, the keys will be downloaded after
2269
- if (deviceInfos) {
2270
- const deviceMap = new Map(
2271
- // Convert DeviceInfo to Device
2272
- deviceInfos.map((deviceInfo) => [deviceInfo.deviceId, deviceInfoToDevice(deviceInfo, userId)]),
2273
- );
2274
- deviceMapByUserId.set(userId, deviceMap);
2275
- } else {
2276
- usersWithoutDeviceInfo.push(userId);
2277
- }
2278
- }
2279
-
2280
- // Download device info for users without device infos
2281
- if (downloadUncached && usersWithoutDeviceInfo.length > 0) {
2282
- const newDeviceInfoMap = await this.downloadKeys(usersWithoutDeviceInfo);
2283
-
2284
- newDeviceInfoMap.forEach((deviceInfoMap, userId) => {
2285
- const deviceMap = new Map<string, Device>();
2286
- // Convert DeviceInfo to Device
2287
- deviceInfoMap.forEach((deviceInfo, deviceId) =>
2288
- deviceMap.set(deviceId, deviceInfoToDevice(deviceInfo, userId)),
2289
- );
2290
-
2291
- // Put the new device infos into the returned map
2292
- deviceMapByUserId.set(userId, deviceMap);
2293
- });
2294
- }
2295
-
2296
- return deviceMapByUserId;
2297
- }
2298
-
2299
- /**
2300
- * Get the stored keys for a single device
2301
- *
2302
- *
2303
- * @returns device, or undefined
2304
- * if we don't know about this device
2305
- */
2306
- public getStoredDevice(userId: string, deviceId: string): DeviceInfo | undefined {
2307
- return this.deviceList.getStoredDevice(userId, deviceId);
2308
- }
2309
-
2310
- /**
2311
- * Save the device list, if necessary
2312
- *
2313
- * @param delay - Time in ms before which the save actually happens.
2314
- * By default, the save is delayed for a short period in order to batch
2315
- * multiple writes, but this behaviour can be disabled by passing 0.
2316
- *
2317
- * @returns true if the data was saved, false if
2318
- * it was not (eg. because no changes were pending). The promise
2319
- * will only resolve once the data is saved, so may take some time
2320
- * to resolve.
2321
- */
2322
- public saveDeviceList(delay: number): Promise<boolean> {
2323
- return this.deviceList.saveIfDirty(delay);
2324
- }
2325
-
2326
- /**
2327
- * Mark the given device as locally verified.
2328
- *
2329
- * Implementation of {@link Crypto.CryptoApi#setDeviceVerified}.
2330
- */
2331
- public async setDeviceVerified(userId: string, deviceId: string, verified = true): Promise<void> {
2332
- await this.setDeviceVerification(userId, deviceId, verified);
2333
- }
2334
-
2335
- /**
2336
- * Blindly cross-sign one of our other devices.
2337
- *
2338
- * Implementation of {@link Crypto.CryptoApi#crossSignDevice}.
2339
- */
2340
- public async crossSignDevice(deviceId: string): Promise<void> {
2341
- await this.setDeviceVerified(this.userId, deviceId, true);
2342
- }
2343
-
2344
- /**
2345
- * Update the blocked/verified state of the given device
2346
- *
2347
- * @param userId - owner of the device
2348
- * @param deviceId - unique identifier for the device or user's
2349
- * cross-signing public key ID.
2350
- *
2351
- * @param verified - whether to mark the device as verified. Null to
2352
- * leave unchanged.
2353
- *
2354
- * @param blocked - whether to mark the device as blocked. Null to
2355
- * leave unchanged.
2356
- *
2357
- * @param known - whether to mark that the user has been made aware of
2358
- * the existence of this device. Null to leave unchanged
2359
- *
2360
- * @param keys - The list of keys that was present
2361
- * during the device verification. This will be double checked with the list
2362
- * of keys the given device has currently.
2363
- *
2364
- * @returns updated DeviceInfo
2365
- */
2366
- public async setDeviceVerification(
2367
- userId: string,
2368
- deviceId: string,
2369
- verified: boolean | null = null,
2370
- blocked: boolean | null = null,
2371
- known: boolean | null = null,
2372
- keys?: Record<string, string>,
2373
- ): Promise<DeviceInfo | CrossSigningInfo | CrossSigningKeyInfo | undefined> {
2374
- // Check if the 'device' is actually a cross signing key
2375
- // The js-sdk's verification treats cross-signing keys as devices
2376
- // and so uses this method to mark them verified.
2377
- const xsk = this.deviceList.getStoredCrossSigningForUser(userId);
2378
- if (xsk?.getId() === deviceId) {
2379
- if (blocked !== null || known !== null) {
2380
- throw new Error("Cannot set blocked or known for a cross-signing key");
2381
- }
2382
- if (!verified) {
2383
- throw new Error("Cannot set a cross-signing key as unverified");
2384
- }
2385
- const gotKeyId = keys ? Object.values(keys)[0] : null;
2386
- if (keys && (Object.values(keys).length !== 1 || gotKeyId !== xsk.getId())) {
2387
- throw new Error(`Key did not match expected value: expected ${xsk.getId()}, got ${gotKeyId}`);
2388
- }
2389
-
2390
- if (!this.crossSigningInfo.getId() && userId === this.crossSigningInfo.userId) {
2391
- this.storeTrustedSelfKeys(xsk.keys);
2392
- // This will cause our own user trust to change, so emit the event
2393
- this.emit(CryptoEvent.UserTrustStatusChanged, this.userId, this.checkUserTrust(userId));
2394
- }
2395
-
2396
- // Now sign the master key with our user signing key (unless it's ourself)
2397
- if (userId !== this.userId) {
2398
- logger.info("Master key " + xsk.getId() + " for " + userId + " marked verified. Signing...");
2399
- const device = await this.crossSigningInfo.signUser(xsk);
2400
- if (device) {
2401
- const upload = async ({ shouldEmit = false }): Promise<void> => {
2402
- logger.info("Uploading signature for " + userId + "...");
2403
- const response = await this.baseApis.uploadKeySignatures({
2404
- [userId]: {
2405
- [deviceId]: device,
2406
- },
2407
- });
2408
- const { failures } = response || {};
2409
- if (Object.keys(failures || []).length > 0) {
2410
- if (shouldEmit) {
2411
- this.baseApis.emit(
2412
- CryptoEvent.KeySignatureUploadFailure,
2413
- failures,
2414
- "setDeviceVerification",
2415
- upload,
2416
- );
2417
- }
2418
- /* Throwing here causes the process to be cancelled and the other
2419
- * user to be notified */
2420
- throw new KeySignatureUploadError("Key upload failed", { failures });
2421
- }
2422
- };
2423
- await upload({ shouldEmit: true });
2424
-
2425
- // This will emit events when it comes back down the sync
2426
- // (we could do local echo to speed things up)
2427
- }
2428
- return device!;
2429
- } else {
2430
- return xsk;
2431
- }
2432
- }
2433
-
2434
- const devices = this.deviceList.getRawStoredDevicesForUser(userId);
2435
- if (!devices || !devices[deviceId]) {
2436
- throw new Error("Unknown device " + userId + ":" + deviceId);
2437
- }
2438
-
2439
- const dev = devices[deviceId];
2440
- let verificationStatus = dev.verified;
2441
-
2442
- if (verified) {
2443
- if (keys) {
2444
- for (const [keyId, key] of Object.entries(keys)) {
2445
- if (dev.keys[keyId] !== key) {
2446
- throw new Error(`Key did not match expected value: expected ${key}, got ${dev.keys[keyId]}`);
2447
- }
2448
- }
2449
- }
2450
- verificationStatus = DeviceVerification.VERIFIED;
2451
- } else if (verified !== null && verificationStatus == DeviceVerification.VERIFIED) {
2452
- verificationStatus = DeviceVerification.UNVERIFIED;
2453
- }
2454
-
2455
- if (blocked) {
2456
- verificationStatus = DeviceVerification.BLOCKED;
2457
- } else if (blocked !== null && verificationStatus == DeviceVerification.BLOCKED) {
2458
- verificationStatus = DeviceVerification.UNVERIFIED;
2459
- }
2460
-
2461
- let knownStatus = dev.known;
2462
- if (known !== null) {
2463
- knownStatus = known;
2464
- }
2465
-
2466
- if (dev.verified !== verificationStatus || dev.known !== knownStatus) {
2467
- dev.verified = verificationStatus;
2468
- dev.known = knownStatus;
2469
- this.deviceList.storeDevicesForUser(userId, devices);
2470
- this.deviceList.saveIfDirty();
2471
- }
2472
-
2473
- // do cross-signing
2474
- if (verified && userId === this.userId) {
2475
- logger.info("Own device " + deviceId + " marked verified: signing");
2476
-
2477
- // Signing only needed if other device not already signed
2478
- let device: ISignedKey | undefined;
2479
- const deviceTrust = this.checkDeviceTrust(userId, deviceId);
2480
- if (deviceTrust.isCrossSigningVerified()) {
2481
- logger.log(`Own device ${deviceId} already cross-signing verified`);
2482
- } else {
2483
- device = (await this.crossSigningInfo.signDevice(userId, DeviceInfo.fromStorage(dev, deviceId)))!;
2484
- }
2485
-
2486
- if (device) {
2487
- const upload = async ({ shouldEmit = false }): Promise<void> => {
2488
- logger.info("Uploading signature for " + deviceId);
2489
- const response = await this.baseApis.uploadKeySignatures({
2490
- [userId]: {
2491
- [deviceId]: device!,
2492
- },
2493
- });
2494
- const { failures } = response || {};
2495
- if (Object.keys(failures || []).length > 0) {
2496
- if (shouldEmit) {
2497
- this.baseApis.emit(
2498
- CryptoEvent.KeySignatureUploadFailure,
2499
- failures,
2500
- "setDeviceVerification",
2501
- upload, // continuation
2502
- );
2503
- }
2504
- throw new KeySignatureUploadError("Key upload failed", { failures });
2505
- }
2506
- };
2507
- await upload({ shouldEmit: true });
2508
- // XXX: we'll need to wait for the device list to be updated
2509
- }
2510
- }
2511
-
2512
- const deviceObj = DeviceInfo.fromStorage(dev, deviceId);
2513
- this.emit(CryptoEvent.DeviceVerificationChanged, userId, deviceId, deviceObj);
2514
- return deviceObj;
2515
- }
2516
-
2517
- public findVerificationRequestDMInProgress(roomId: string, userId?: string): VerificationRequest | undefined {
2518
- return this.inRoomVerificationRequests.findRequestInProgress(roomId, userId);
2519
- }
2520
-
2521
- public getVerificationRequestsToDeviceInProgress(userId: string): VerificationRequest[] {
2522
- return this.toDeviceVerificationRequests.getRequestsInProgress(userId);
2523
- }
2524
-
2525
- public requestVerificationDM(userId: string, roomId: string): Promise<VerificationRequest> {
2526
- const existingRequest = this.inRoomVerificationRequests.findRequestInProgress(roomId);
2527
- if (existingRequest) {
2528
- return Promise.resolve(existingRequest);
2529
- }
2530
- const channel = new InRoomChannel(this.baseApis, roomId, userId);
2531
- return this.requestVerificationWithChannel(userId, channel, this.inRoomVerificationRequests);
2532
- }
2533
-
2534
- /** @deprecated Use `requestOwnUserVerificationToDevice` or `requestDeviceVerification` */
2535
- public requestVerification(userId: string, devices?: string[]): Promise<VerificationRequest> {
2536
- if (!devices) {
2537
- devices = Object.keys(this.deviceList.getRawStoredDevicesForUser(userId));
2538
- }
2539
- const existingRequest = this.toDeviceVerificationRequests.findRequestInProgress(userId, devices);
2540
- if (existingRequest) {
2541
- return Promise.resolve(existingRequest);
2542
- }
2543
- const channel = new ToDeviceChannel(this.baseApis, userId, devices, ToDeviceChannel.makeTransactionId());
2544
- return this.requestVerificationWithChannel(userId, channel, this.toDeviceVerificationRequests);
2545
- }
2546
-
2547
- public requestOwnUserVerification(): Promise<VerificationRequest> {
2548
- return this.requestVerification(this.userId);
2549
- }
2550
-
2551
- public requestDeviceVerification(userId: string, deviceId: string): Promise<VerificationRequest> {
2552
- return this.requestVerification(userId, [deviceId]);
2553
- }
2554
-
2555
- private async requestVerificationWithChannel(
2556
- userId: string,
2557
- channel: IVerificationChannel,
2558
- requestsMap: IRequestsMap,
2559
- ): Promise<VerificationRequest> {
2560
- let request = new VerificationRequest(channel, this.verificationMethods, this.baseApis);
2561
- // if transaction id is already known, add request
2562
- if (channel.transactionId) {
2563
- requestsMap.setRequestByChannel(channel, request);
2564
- }
2565
- await request.sendRequest();
2566
- // don't replace the request created by a racing remote echo
2567
- const racingRequest = requestsMap.getRequestByChannel(channel);
2568
- if (racingRequest) {
2569
- request = racingRequest;
2570
- } else {
2571
- logger.log(
2572
- `Crypto: adding new request to ` + `requestsByTxnId with id ${channel.transactionId} ${channel.roomId}`,
2573
- );
2574
- requestsMap.setRequestByChannel(channel, request);
2575
- }
2576
- return request;
2577
- }
2578
-
2579
- public beginKeyVerification(
2580
- method: string,
2581
- userId: string,
2582
- deviceId: string,
2583
- transactionId: string | null = null,
2584
- ): VerificationBase<any, any> {
2585
- let request: Request | undefined;
2586
- if (transactionId) {
2587
- request = this.toDeviceVerificationRequests.getRequestBySenderAndTxnId(userId, transactionId);
2588
- if (!request) {
2589
- throw new Error(`No request found for user ${userId} with ` + `transactionId ${transactionId}`);
2590
- }
2591
- } else {
2592
- transactionId = ToDeviceChannel.makeTransactionId();
2593
- const channel = new ToDeviceChannel(this.baseApis, userId, [deviceId], transactionId, deviceId);
2594
- request = new VerificationRequest(channel, this.verificationMethods, this.baseApis);
2595
- this.toDeviceVerificationRequests.setRequestBySenderAndTxnId(userId, transactionId, request);
2596
- }
2597
- return request.beginKeyVerification(method, { userId, deviceId });
2598
- }
2599
-
2600
- public async legacyDeviceVerification(
2601
- userId: string,
2602
- deviceId: string,
2603
- method: VerificationMethod,
2604
- ): Promise<VerificationRequest> {
2605
- const transactionId = ToDeviceChannel.makeTransactionId();
2606
- const channel = new ToDeviceChannel(this.baseApis, userId, [deviceId], transactionId, deviceId);
2607
- const request = new VerificationRequest(channel, this.verificationMethods, this.baseApis);
2608
- this.toDeviceVerificationRequests.setRequestBySenderAndTxnId(userId, transactionId, request);
2609
- const verifier = request.beginKeyVerification(method, { userId, deviceId });
2610
- // either reject by an error from verify() while sending .start
2611
- // or resolve when the request receives the
2612
- // local (fake remote) echo for sending the .start event
2613
- await Promise.race([verifier.verify(), request.waitFor((r) => r.started)]);
2614
- return request;
2615
- }
2616
-
2617
- /**
2618
- * Get information on the active olm sessions with a user
2619
- * <p>
2620
- * Returns a map from device id to an object with keys 'deviceIdKey' (the
2621
- * device's curve25519 identity key) and 'sessions' (an array of objects in the
2622
- * same format as that returned by
2623
- * {@link OlmDevice#getSessionInfoForDevice}).
2624
- * <p>
2625
- * This method is provided for debugging purposes.
2626
- *
2627
- * @param userId - id of user to inspect
2628
- */
2629
- public async getOlmSessionsForUser(userId: string): Promise<Record<string, IUserOlmSession>> {
2630
- const devices = this.getStoredDevicesForUser(userId) || [];
2631
- const result: { [deviceId: string]: IUserOlmSession } = {};
2632
- for (const device of devices) {
2633
- const deviceKey = device.getIdentityKey();
2634
- const sessions = await this.olmDevice.getSessionInfoForDevice(deviceKey);
2635
-
2636
- result[device.deviceId] = {
2637
- deviceIdKey: deviceKey,
2638
- sessions: sessions,
2639
- };
2640
- }
2641
- return result;
2642
- }
2643
-
2644
- /**
2645
- * Get the device which sent an event
2646
- *
2647
- * @param event - event to be checked
2648
- */
2649
- public getEventSenderDeviceInfo(event: MatrixEvent): DeviceInfo | null {
2650
- const senderKey = event.getSenderKey();
2651
- const algorithm = event.getWireContent().algorithm;
2652
-
2653
- if (!senderKey || !algorithm) {
2654
- return null;
2655
- }
2656
-
2657
- if (event.isKeySourceUntrusted()) {
2658
- // we got the key for this event from a source that we consider untrusted
2659
- return null;
2660
- }
2661
-
2662
- // senderKey is the Curve25519 identity key of the device which the event
2663
- // was sent from. In the case of Megolm, it's actually the Curve25519
2664
- // identity key of the device which set up the Megolm session.
2665
-
2666
- const device = this.deviceList.getDeviceByIdentityKey(algorithm, senderKey);
2667
-
2668
- if (device === null) {
2669
- // we haven't downloaded the details of this device yet.
2670
- return null;
2671
- }
2672
-
2673
- // so far so good, but now we need to check that the sender of this event
2674
- // hadn't advertised someone else's Curve25519 key as their own. We do that
2675
- // by checking the Ed25519 claimed by the event (or, in the case of megolm,
2676
- // the event which set up the megolm session), to check that it matches the
2677
- // fingerprint of the purported sending device.
2678
- //
2679
- // (see https://github.com/vector-im/vector-web/issues/2215)
2680
-
2681
- const claimedKey = event.getClaimedEd25519Key();
2682
- if (!claimedKey) {
2683
- logger.warn("Event " + event.getId() + " claims no ed25519 key: " + "cannot verify sending device");
2684
- return null;
2685
- }
2686
-
2687
- if (claimedKey !== device.getFingerprint()) {
2688
- logger.warn(
2689
- "Event " +
2690
- event.getId() +
2691
- " claims ed25519 key " +
2692
- claimedKey +
2693
- " but sender device has key " +
2694
- device.getFingerprint(),
2695
- );
2696
- return null;
2697
- }
2698
-
2699
- return device;
2700
- }
2701
-
2702
- /**
2703
- * Get information about the encryption of an event
2704
- *
2705
- * @param event - event to be checked
2706
- *
2707
- * @returns An object with the fields:
2708
- * - encrypted: whether the event is encrypted (if not encrypted, some of the
2709
- * other properties may not be set)
2710
- * - senderKey: the sender's key
2711
- * - algorithm: the algorithm used to encrypt the event
2712
- * - authenticated: whether we can be sure that the owner of the senderKey
2713
- * sent the event
2714
- * - sender: the sender's device information, if available
2715
- * - mismatchedSender: if the event's ed25519 and curve25519 keys don't match
2716
- * (only meaningful if `sender` is set)
2717
- */
2718
- public getEventEncryptionInfo(event: MatrixEvent): IEncryptedEventInfo {
2719
- const ret: Partial<IEncryptedEventInfo> = {};
2720
-
2721
- ret.senderKey = event.getSenderKey() ?? undefined;
2722
- ret.algorithm = event.getWireContent().algorithm;
2723
-
2724
- if (!ret.senderKey || !ret.algorithm) {
2725
- ret.encrypted = false;
2726
- return ret as IEncryptedEventInfo;
2727
- }
2728
- ret.encrypted = true;
2729
-
2730
- if (event.isKeySourceUntrusted()) {
2731
- // we got the key this event from somewhere else
2732
- // TODO: check if we can trust the forwarders.
2733
- ret.authenticated = false;
2734
- } else {
2735
- ret.authenticated = true;
2736
- }
2737
-
2738
- // senderKey is the Curve25519 identity key of the device which the event
2739
- // was sent from. In the case of Megolm, it's actually the Curve25519
2740
- // identity key of the device which set up the Megolm session.
2741
-
2742
- ret.sender = this.deviceList.getDeviceByIdentityKey(ret.algorithm, ret.senderKey) ?? undefined;
2743
-
2744
- // so far so good, but now we need to check that the sender of this event
2745
- // hadn't advertised someone else's Curve25519 key as their own. We do that
2746
- // by checking the Ed25519 claimed by the event (or, in the case of megolm,
2747
- // the event which set up the megolm session), to check that it matches the
2748
- // fingerprint of the purported sending device.
2749
- //
2750
- // (see https://github.com/vector-im/vector-web/issues/2215)
2751
-
2752
- const claimedKey = event.getClaimedEd25519Key();
2753
- if (!claimedKey) {
2754
- logger.warn("Event " + event.getId() + " claims no ed25519 key: " + "cannot verify sending device");
2755
- ret.mismatchedSender = true;
2756
- }
2757
-
2758
- if (ret.sender && claimedKey !== ret.sender.getFingerprint()) {
2759
- logger.warn(
2760
- "Event " +
2761
- event.getId() +
2762
- " claims ed25519 key " +
2763
- claimedKey +
2764
- "but sender device has key " +
2765
- ret.sender.getFingerprint(),
2766
- );
2767
- ret.mismatchedSender = true;
2768
- }
2769
-
2770
- return ret as IEncryptedEventInfo;
2771
- }
2772
-
2773
- /**
2774
- * Implementation of {@link Crypto.CryptoApi.getEncryptionInfoForEvent}.
2775
- */
2776
- public async getEncryptionInfoForEvent(event: MatrixEvent): Promise<EventEncryptionInfo | null> {
2777
- const encryptionInfo = this.getEventEncryptionInfo(event);
2778
- if (!encryptionInfo.encrypted) {
2779
- return null;
2780
- }
2781
-
2782
- const senderId = event.getSender();
2783
- if (!senderId || encryptionInfo.mismatchedSender) {
2784
- // something definitely wrong is going on here
2785
-
2786
- // previously: E2EState.Warning -> E2ePadlockUnverified -> Red/"Encrypted by an unverified session"
2787
- return {
2788
- shieldColour: EventShieldColour.RED,
2789
- shieldReason: EventShieldReason.MISMATCHED_SENDER_KEY,
2790
- };
2791
- }
2792
-
2793
- const userTrust = this.checkUserTrust(senderId);
2794
- if (!userTrust.isCrossSigningVerified()) {
2795
- // If the message is unauthenticated, then display a grey
2796
- // shield, otherwise if the user isn't cross-signed then
2797
- // nothing's needed
2798
- if (!encryptionInfo.authenticated) {
2799
- // previously: E2EState.Unauthenticated -> E2ePadlockUnauthenticated -> Grey/"The authenticity of this encrypted message can't be guaranteed on this device."
2800
- return {
2801
- shieldColour: EventShieldColour.GREY,
2802
- shieldReason: EventShieldReason.AUTHENTICITY_NOT_GUARANTEED,
2803
- };
2804
- } else {
2805
- // previously: E2EState.Normal -> no icon
2806
- return { shieldColour: EventShieldColour.NONE, shieldReason: null };
2807
- }
2808
- }
2809
-
2810
- const eventSenderTrust =
2811
- senderId &&
2812
- encryptionInfo.sender &&
2813
- (await this.getDeviceVerificationStatus(senderId, encryptionInfo.sender.deviceId));
2814
-
2815
- if (!eventSenderTrust) {
2816
- // previously: E2EState.Unknown -> E2ePadlockUnknown -> Grey/"Encrypted by a deleted session"
2817
- return {
2818
- shieldColour: EventShieldColour.GREY,
2819
- shieldReason: EventShieldReason.UNKNOWN_DEVICE,
2820
- };
2821
- }
2822
-
2823
- if (!eventSenderTrust.isVerified()) {
2824
- // previously: E2EState.Warning -> E2ePadlockUnverified -> Red/"Encrypted by an unverified session"
2825
- return {
2826
- shieldColour: EventShieldColour.RED,
2827
- shieldReason: EventShieldReason.UNSIGNED_DEVICE,
2828
- };
2829
- }
2830
-
2831
- if (!encryptionInfo.authenticated) {
2832
- // previously: E2EState.Unauthenticated -> E2ePadlockUnauthenticated -> Grey/"The authenticity of this encrypted message can't be guaranteed on this device."
2833
- return {
2834
- shieldColour: EventShieldColour.GREY,
2835
- shieldReason: EventShieldReason.AUTHENTICITY_NOT_GUARANTEED,
2836
- };
2837
- }
2838
-
2839
- // previously: E2EState.Verified -> no icon
2840
- return { shieldColour: EventShieldColour.NONE, shieldReason: null };
2841
- }
2842
-
2843
- /**
2844
- * Forces the current outbound group session to be discarded such
2845
- * that another one will be created next time an event is sent.
2846
- *
2847
- * @param roomId - The ID of the room to discard the session for
2848
- *
2849
- * This should not normally be necessary.
2850
- */
2851
- public forceDiscardSession(roomId: string): Promise<void> {
2852
- const alg = this.roomEncryptors.get(roomId);
2853
- if (alg === undefined) throw new Error("Room not encrypted");
2854
- if (alg.forceDiscardSession === undefined) {
2855
- throw new Error("Room encryption algorithm doesn't support session discarding");
2856
- }
2857
- alg.forceDiscardSession();
2858
- return Promise.resolve();
2859
- }
2860
-
2861
- /**
2862
- * Configure a room to use encryption (ie, save a flag in the cryptoStore).
2863
- *
2864
- * @param roomId - The room ID to enable encryption in.
2865
- *
2866
- * @param config - The encryption config for the room.
2867
- *
2868
- * @param inhibitDeviceQuery - true to suppress device list query for
2869
- * users in the room (for now). In case lazy loading is enabled,
2870
- * the device query is always inhibited as the members are not tracked.
2871
- *
2872
- * @deprecated It is normally incorrect to call this method directly. Encryption
2873
- * is enabled by receiving an `m.room.encryption` event (which we may have sent
2874
- * previously).
2875
- */
2876
- public async setRoomEncryption(
2877
- roomId: string,
2878
- config: IRoomEncryption,
2879
- inhibitDeviceQuery?: boolean,
2880
- ): Promise<void> {
2881
- const room = this.clientStore.getRoom(roomId);
2882
- if (!room) {
2883
- throw new Error(`Unable to enable encryption tracking devices in unknown room ${roomId}`);
2884
- }
2885
- await this.setRoomEncryptionImpl(room, config);
2886
- if (!this.lazyLoadMembers && !inhibitDeviceQuery) {
2887
- this.deviceList.refreshOutdatedDeviceLists();
2888
- }
2889
- }
2890
-
2891
- /**
2892
- * Set up encryption for a room.
2893
- *
2894
- * This is called when an <tt>m.room.encryption</tt> event is received. It saves a flag
2895
- * for the room in the cryptoStore (if it wasn't already set), sets up an "encryptor" for
2896
- * the room, and enables device-list tracking for the room.
2897
- *
2898
- * It does <em>not</em> initiate a device list query for the room. That is normally
2899
- * done once we finish processing the sync, in onSyncCompleted.
2900
- *
2901
- * @param room - The room to enable encryption in.
2902
- * @param config - The encryption config for the room.
2903
- */
2904
- private async setRoomEncryptionImpl(room: Room, config: IRoomEncryption): Promise<void> {
2905
- const roomId = room.roomId;
2906
-
2907
- // ignore crypto events with no algorithm defined
2908
- // This will happen if a crypto event is redacted before we fetch the room state
2909
- // It would otherwise just throw later as an unknown algorithm would, but we may
2910
- // as well catch this here
2911
- if (!config.algorithm) {
2912
- logger.log("Ignoring setRoomEncryption with no algorithm");
2913
- return;
2914
- }
2915
-
2916
- // if state is being replayed from storage, we might already have a configuration
2917
- // for this room as they are persisted as well.
2918
- // We just need to make sure the algorithm is initialized in this case.
2919
- // However, if the new config is different,
2920
- // we should bail out as room encryption can't be changed once set.
2921
- const existingConfig = this.roomList.getRoomEncryption(roomId);
2922
- if (existingConfig) {
2923
- if (JSON.stringify(existingConfig) != JSON.stringify(config)) {
2924
- logger.error("Ignoring m.room.encryption event which requests " + "a change of config in " + roomId);
2925
- return;
2926
- }
2927
- }
2928
- // if we already have encryption in this room, we should ignore this event,
2929
- // as it would reset the encryption algorithm.
2930
- // This is at least expected to be called twice, as sync calls onCryptoEvent
2931
- // for both the timeline and state sections in the /sync response,
2932
- // the encryption event would appear in both.
2933
- // If it's called more than twice though,
2934
- // it signals a bug on client or server.
2935
- const existingAlg = this.roomEncryptors.get(roomId);
2936
- if (existingAlg) {
2937
- return;
2938
- }
2939
-
2940
- // _roomList.getRoomEncryption will not race with _roomList.setRoomEncryption
2941
- // because it first stores in memory. We should await the promise only
2942
- // after all the in-memory state (roomEncryptors and _roomList) has been updated
2943
- // to avoid races when calling this method multiple times. Hence keep a hold of the promise.
2944
- let storeConfigPromise: Promise<void> | null = null;
2945
- if (!existingConfig) {
2946
- storeConfigPromise = this.roomList.setRoomEncryption(roomId, config);
2947
- }
2948
-
2949
- const AlgClass = algorithms.ENCRYPTION_CLASSES.get(config.algorithm);
2950
- if (!AlgClass) {
2951
- throw new Error("Unable to encrypt with " + config.algorithm);
2952
- }
2953
-
2954
- const alg = new AlgClass({
2955
- userId: this.userId,
2956
- deviceId: this.deviceId,
2957
- crypto: this,
2958
- olmDevice: this.olmDevice,
2959
- baseApis: this.baseApis,
2960
- roomId,
2961
- config,
2962
- });
2963
- this.roomEncryptors.set(roomId, alg);
2964
-
2965
- if (storeConfigPromise) {
2966
- await storeConfigPromise;
2967
- }
2968
-
2969
- logger.log(`Enabling encryption in ${roomId}`);
2970
-
2971
- // we don't want to force a download of the full membership list of this room, but as soon as we have that
2972
- // list we can start tracking the device list.
2973
- if (room.membersLoaded()) {
2974
- await this.trackRoomDevicesImpl(room);
2975
- } else {
2976
- // wait for the membership list to be loaded
2977
- const onState = (_state: RoomState): void => {
2978
- room.off(RoomStateEvent.Update, onState);
2979
- if (room.membersLoaded()) {
2980
- this.trackRoomDevicesImpl(room).catch((e) => {
2981
- logger.error(`Error enabling device tracking in ${roomId}`, e);
2982
- });
2983
- }
2984
- };
2985
- room.on(RoomStateEvent.Update, onState);
2986
- }
2987
- }
2988
-
2989
- /**
2990
- * Make sure we are tracking the device lists for all users in this room.
2991
- *
2992
- * @param roomId - The room ID to start tracking devices in.
2993
- * @returns when all devices for the room have been fetched and marked to track
2994
- * @deprecated there's normally no need to call this function: device list tracking
2995
- * will be enabled as soon as we have the full membership list.
2996
- */
2997
- public trackRoomDevices(roomId: string): Promise<void> {
2998
- const room = this.clientStore.getRoom(roomId);
2999
- if (!room) {
3000
- throw new Error(`Unable to start tracking devices in unknown room ${roomId}`);
3001
- }
3002
- return this.trackRoomDevicesImpl(room);
3003
- }
3004
-
3005
- /**
3006
- * Make sure we are tracking the device lists for all users in this room.
3007
- *
3008
- * This is normally called when we are about to send an encrypted event, to make sure
3009
- * we have all the devices in the room; but it is also called when processing an
3010
- * m.room.encryption state event (if lazy-loading is disabled), or when members are
3011
- * loaded (if lazy-loading is enabled), to prepare the device list.
3012
- *
3013
- * @param room - Room to enable device-list tracking in
3014
- */
3015
- private trackRoomDevicesImpl(room: Room): Promise<void> {
3016
- const roomId = room.roomId;
3017
- const trackMembers = async (): Promise<void> => {
3018
- // not an encrypted room
3019
- if (!this.roomEncryptors.has(roomId)) {
3020
- return;
3021
- }
3022
- logger.log(`Starting to track devices for room ${roomId} ...`);
3023
- const members = await room.getEncryptionTargetMembers();
3024
- members.forEach((m) => {
3025
- this.deviceList.startTrackingDeviceList(m.userId);
3026
- });
3027
- };
3028
-
3029
- let promise = this.roomDeviceTrackingState[roomId];
3030
- if (!promise) {
3031
- promise = trackMembers();
3032
- this.roomDeviceTrackingState[roomId] = promise.catch((err) => {
3033
- delete this.roomDeviceTrackingState[roomId];
3034
- throw err;
3035
- });
3036
- }
3037
- return promise;
3038
- }
3039
-
3040
- /**
3041
- * Try to make sure we have established olm sessions for all known devices for
3042
- * the given users.
3043
- *
3044
- * @param users - list of user ids
3045
- * @param force - If true, force a new Olm session to be created. Default false.
3046
- *
3047
- * @returns resolves once the sessions are complete, to
3048
- * an Object mapping from userId to deviceId to
3049
- * `IOlmSessionResult`
3050
- */
3051
- public ensureOlmSessionsForUsers(
3052
- users: string[],
3053
- force?: boolean,
3054
- ): Promise<Map<string, Map<string, olmlib.IOlmSessionResult>>> {
3055
- // map user Id → DeviceInfo[]
3056
- const devicesByUser: Map<string, DeviceInfo[]> = new Map();
3057
-
3058
- for (const userId of users) {
3059
- const userDevices: DeviceInfo[] = [];
3060
- devicesByUser.set(userId, userDevices);
3061
-
3062
- const devices = this.getStoredDevicesForUser(userId) || [];
3063
- for (const deviceInfo of devices) {
3064
- const key = deviceInfo.getIdentityKey();
3065
- if (key == this.olmDevice.deviceCurve25519Key) {
3066
- // don't bother setting up session to ourself
3067
- continue;
3068
- }
3069
- if (deviceInfo.verified == DeviceVerification.BLOCKED) {
3070
- // don't bother setting up sessions with blocked users
3071
- continue;
3072
- }
3073
-
3074
- userDevices.push(deviceInfo);
3075
- }
3076
- }
3077
-
3078
- return olmlib.ensureOlmSessionsForDevices(this.olmDevice, this.baseApis, devicesByUser, force);
3079
- }
3080
-
3081
- /**
3082
- * Get a list containing all of the room keys
3083
- *
3084
- * @returns a list of session export objects
3085
- */
3086
- public async exportRoomKeys(): Promise<IMegolmSessionData[]> {
3087
- const exportedSessions: IMegolmSessionData[] = [];
3088
- await this.cryptoStore.doTxn("readonly", [IndexedDBCryptoStore.STORE_INBOUND_GROUP_SESSIONS], (txn) => {
3089
- this.cryptoStore.getAllEndToEndInboundGroupSessions(txn, (s) => {
3090
- if (s === null) return;
3091
-
3092
- const sess = this.olmDevice.exportInboundGroupSession(s.senderKey, s.sessionId, s.sessionData!);
3093
- delete sess.first_known_index;
3094
- sess.algorithm = olmlib.MEGOLM_ALGORITHM;
3095
- exportedSessions.push(sess);
3096
- });
3097
- });
3098
-
3099
- return exportedSessions;
3100
- }
3101
-
3102
- /**
3103
- * Get a JSON list containing all of the room keys
3104
- *
3105
- * @returns a JSON string encoding a list of session
3106
- * export objects, each of which is an IMegolmSessionData
3107
- */
3108
- public async exportRoomKeysAsJson(): Promise<string> {
3109
- return JSON.stringify(await this.exportRoomKeys());
3110
- }
3111
-
3112
- /**
3113
- * Import a list of room keys previously exported by exportRoomKeys
3114
- *
3115
- * @param keys - a list of session export objects
3116
- * @returns a promise which resolves once the keys have been imported
3117
- */
3118
- public importRoomKeys(keys: IMegolmSessionData[], opts: ImportRoomKeysOpts = {}): Promise<void> {
3119
- let successes = 0;
3120
- let failures = 0;
3121
- const total = keys.length;
3122
-
3123
- function updateProgress(): void {
3124
- opts.progressCallback?.({
3125
- stage: "load_keys",
3126
- successes,
3127
- failures,
3128
- total,
3129
- });
3130
- }
3131
-
3132
- return Promise.all(
3133
- keys.map((key) => {
3134
- if (!key.room_id || !key.algorithm) {
3135
- logger.warn("ignoring room key entry with missing fields", key);
3136
- failures++;
3137
- if (opts.progressCallback) {
3138
- updateProgress();
3139
- }
3140
- return null;
3141
- }
3142
-
3143
- const alg = this.getRoomDecryptor(key.room_id, key.algorithm);
3144
- return alg.importRoomKey(key, opts).finally(() => {
3145
- successes++;
3146
- if (opts.progressCallback) {
3147
- updateProgress();
3148
- }
3149
- });
3150
- }),
3151
- ).then();
3152
- }
3153
-
3154
- /**
3155
- * Import a JSON string encoding a list of room keys previously
3156
- * exported by exportRoomKeysAsJson
3157
- *
3158
- * @param keys - a JSON string encoding a list of session export
3159
- * objects, each of which is an IMegolmSessionData
3160
- * @param opts - options object
3161
- * @returns a promise which resolves once the keys have been imported
3162
- */
3163
- public async importRoomKeysAsJson(keys: string, opts?: ImportRoomKeysOpts): Promise<void> {
3164
- return await this.importRoomKeys(JSON.parse(keys));
3165
- }
3166
-
3167
- /**
3168
- * Counts the number of end to end session keys that are waiting to be backed up
3169
- * @returns Promise which resolves to the number of sessions requiring backup
3170
- */
3171
- public countSessionsNeedingBackup(): Promise<number> {
3172
- return this.backupManager.countSessionsNeedingBackup();
3173
- }
3174
-
3175
- /**
3176
- * Perform any background tasks that can be done before a message is ready to
3177
- * send, in order to speed up sending of the message.
3178
- *
3179
- * @param room - the room the event is in
3180
- */
3181
- public prepareToEncrypt(room: Room): void {
3182
- const alg = this.roomEncryptors.get(room.roomId);
3183
- if (alg) {
3184
- alg.prepareToEncrypt(room);
3185
- }
3186
- }
3187
-
3188
- /**
3189
- * Encrypt an event according to the configuration of the room.
3190
- *
3191
- * @param event - event to be sent
3192
- *
3193
- * @param room - destination room.
3194
- *
3195
- * @returns Promise which resolves when the event has been
3196
- * encrypted, or null if nothing was needed
3197
- */
3198
- public async encryptEvent(event: MatrixEvent, room: Room): Promise<void> {
3199
- const roomId = event.getRoomId()!;
3200
-
3201
- const alg = this.roomEncryptors.get(roomId);
3202
- if (!alg) {
3203
- // MatrixClient has already checked that this room should be encrypted,
3204
- // so this is an unexpected situation.
3205
- throw new Error(
3206
- "Room " +
3207
- roomId +
3208
- " was previously configured to use encryption, but is " +
3209
- "no longer. Perhaps the homeserver is hiding the " +
3210
- "configuration event.",
3211
- );
3212
- }
3213
-
3214
- // wait for all the room devices to be loaded
3215
- await this.trackRoomDevicesImpl(room);
3216
-
3217
- let content = event.getContent();
3218
- // If event has an m.relates_to then we need
3219
- // to put this on the wrapping event instead
3220
- const mRelatesTo = content["m.relates_to"];
3221
- if (mRelatesTo) {
3222
- // Clone content here so we don't remove `m.relates_to` from the local-echo
3223
- content = Object.assign({}, content);
3224
- delete content["m.relates_to"];
3225
- }
3226
-
3227
- // Treat element's performance metrics the same as `m.relates_to` (when present)
3228
- const elementPerfMetrics = content["io.element.performance_metrics"];
3229
- if (elementPerfMetrics) {
3230
- content = Object.assign({}, content);
3231
- delete content["io.element.performance_metrics"];
3232
- }
3233
-
3234
- const encryptedContent = (await alg.encryptMessage(room, event.getType(), content)) as IContent;
3235
-
3236
- if (mRelatesTo) {
3237
- encryptedContent["m.relates_to"] = mRelatesTo;
3238
- }
3239
- if (elementPerfMetrics) {
3240
- encryptedContent["io.element.performance_metrics"] = elementPerfMetrics;
3241
- }
3242
-
3243
- event.makeEncrypted(
3244
- "m.room.encrypted",
3245
- encryptedContent,
3246
- this.olmDevice.deviceCurve25519Key!,
3247
- this.olmDevice.deviceEd25519Key!,
3248
- );
3249
- }
3250
-
3251
- /**
3252
- * Decrypt a received event
3253
- *
3254
- *
3255
- * @returns resolves once we have
3256
- * finished decrypting. Rejects with an `algorithms.DecryptionError` if there
3257
- * is a problem decrypting the event.
3258
- */
3259
- public async decryptEvent(event: MatrixEvent): Promise<IEventDecryptionResult> {
3260
- if (event.isRedacted()) {
3261
- // Try to decrypt the redaction event, to support encrypted
3262
- // redaction reasons. If we can't decrypt, just fall back to using
3263
- // the original redacted_because.
3264
- const redactionEvent = new MatrixEvent({
3265
- room_id: event.getRoomId(),
3266
- ...event.getUnsigned().redacted_because,
3267
- });
3268
- let redactedBecause: IEvent = event.getUnsigned().redacted_because!;
3269
- if (redactionEvent.isEncrypted()) {
3270
- try {
3271
- const decryptedEvent = await this.decryptEvent(redactionEvent);
3272
- redactedBecause = decryptedEvent.clearEvent as IEvent;
3273
- } catch (e) {
3274
- logger.warn("Decryption of redaction failed. Falling back to unencrypted event.", e);
3275
- }
3276
- }
3277
-
3278
- return {
3279
- clearEvent: {
3280
- room_id: event.getRoomId(),
3281
- type: "m.room.message",
3282
- content: {},
3283
- unsigned: {
3284
- redacted_because: redactedBecause,
3285
- },
3286
- },
3287
- };
3288
- } else {
3289
- const content = event.getWireContent();
3290
- const alg = this.getRoomDecryptor(event.getRoomId()!, content.algorithm);
3291
- return alg.decryptEvent(event);
3292
- }
3293
- }
3294
-
3295
- /**
3296
- * Handle the notification from /sync that device lists have
3297
- * been changed.
3298
- *
3299
- * @param deviceLists - device_lists field from /sync
3300
- */
3301
- public async processDeviceLists(deviceLists: IDeviceLists): Promise<void> {
3302
- // Here, we're relying on the fact that we only ever save the sync data after
3303
- // sucessfully saving the device list data, so we're guaranteed that the device
3304
- // list store is at least as fresh as the sync token from the sync store, ie.
3305
- // any device changes received in sync tokens prior to the 'next' token here
3306
- // have been processed and are reflected in the current device list.
3307
- // If we didn't make this assumption, we'd have to use the /keys/changes API
3308
- // to get key changes between the sync token in the device list and the 'old'
3309
- // sync token used here to make sure we didn't miss any.
3310
- await this.evalDeviceListChanges(deviceLists);
3311
- }
3312
-
3313
- /**
3314
- * Send a request for some room keys, if we have not already done so
3315
- *
3316
- * @param resend - whether to resend the key request if there is
3317
- * already one
3318
- *
3319
- * @returns a promise that resolves when the key request is queued
3320
- */
3321
- public requestRoomKey(
3322
- requestBody: IRoomKeyRequestBody,
3323
- recipients: IRoomKeyRequestRecipient[],
3324
- resend = false,
3325
- ): Promise<void> {
3326
- return this.outgoingRoomKeyRequestManager
3327
- .queueRoomKeyRequest(requestBody, recipients, resend)
3328
- .then(() => {
3329
- if (this.sendKeyRequestsImmediately) {
3330
- this.outgoingRoomKeyRequestManager.sendQueuedRequests();
3331
- }
3332
- })
3333
- .catch((e) => {
3334
- // this normally means we couldn't talk to the store
3335
- logger.error("Error requesting key for event", e);
3336
- });
3337
- }
3338
-
3339
- /**
3340
- * Cancel any earlier room key request
3341
- *
3342
- * @param requestBody - parameters to match for cancellation
3343
- */
3344
- public cancelRoomKeyRequest(requestBody: IRoomKeyRequestBody): void {
3345
- this.outgoingRoomKeyRequestManager.cancelRoomKeyRequest(requestBody).catch((e) => {
3346
- logger.warn("Error clearing pending room key requests", e);
3347
- });
3348
- }
3349
-
3350
- /**
3351
- * Re-send any outgoing key requests, eg after verification
3352
- * @returns
3353
- */
3354
- public async cancelAndResendAllOutgoingKeyRequests(): Promise<void> {
3355
- await this.outgoingRoomKeyRequestManager.cancelAndResendAllOutgoingRequests();
3356
- }
3357
-
3358
- /**
3359
- * handle an m.room.encryption event
3360
- *
3361
- * @param room - in which the event was received
3362
- * @param event - encryption event to be processed
3363
- */
3364
- public async onCryptoEvent(room: Room, event: MatrixEvent): Promise<void> {
3365
- const content = event.getContent<IRoomEncryption>();
3366
- await this.setRoomEncryptionImpl(room, content);
3367
- }
3368
-
3369
- /**
3370
- * Called before the result of a sync is processed
3371
- *
3372
- * @param syncData - the data from the 'MatrixClient.sync' event
3373
- */
3374
- public async onSyncWillProcess(syncData: ISyncStateData): Promise<void> {
3375
- if (!syncData.oldSyncToken) {
3376
- // If there is no old sync token, we start all our tracking from
3377
- // scratch, so mark everything as untracked. onCryptoEvent will
3378
- // be called for all e2e rooms during the processing of the sync,
3379
- // at which point we'll start tracking all the users of that room.
3380
- logger.log("Initial sync performed - resetting device tracking state");
3381
- this.deviceList.stopTrackingAllDeviceLists();
3382
- // we always track our own device list (for key backups etc)
3383
- this.deviceList.startTrackingDeviceList(this.userId);
3384
- this.roomDeviceTrackingState = {};
3385
- }
3386
-
3387
- this.sendKeyRequestsImmediately = false;
3388
- }
3389
-
3390
- /**
3391
- * handle the completion of a /sync
3392
- *
3393
- * This is called after the processing of each successful /sync response.
3394
- * It is an opportunity to do a batch process on the information received.
3395
- *
3396
- * @param syncData - the data from the 'MatrixClient.sync' event
3397
- */
3398
- public async onSyncCompleted(syncData: OnSyncCompletedData): Promise<void> {
3399
- this.deviceList.setSyncToken(syncData.nextSyncToken ?? null);
3400
- this.deviceList.saveIfDirty();
3401
-
3402
- // we always track our own device list (for key backups etc)
3403
- this.deviceList.startTrackingDeviceList(this.userId);
3404
-
3405
- this.deviceList.refreshOutdatedDeviceLists();
3406
-
3407
- // we don't start uploading one-time keys until we've caught up with
3408
- // to-device messages, to help us avoid throwing away one-time-keys that we
3409
- // are about to receive messages for
3410
- // (https://github.com/vector-im/element-web/issues/2782).
3411
- if (!syncData.catchingUp) {
3412
- this.maybeUploadOneTimeKeys();
3413
- this.processReceivedRoomKeyRequests();
3414
-
3415
- // likewise don't start requesting keys until we've caught up
3416
- // on to_device messages, otherwise we'll request keys that we're
3417
- // just about to get.
3418
- this.outgoingRoomKeyRequestManager.sendQueuedRequests();
3419
-
3420
- // Sync has finished so send key requests straight away.
3421
- this.sendKeyRequestsImmediately = true;
3422
- }
3423
- }
3424
-
3425
- /**
3426
- * Trigger the appropriate invalidations and removes for a given
3427
- * device list
3428
- *
3429
- * @param deviceLists - device_lists field from /sync, or response from
3430
- * /keys/changes
3431
- */
3432
- private async evalDeviceListChanges(deviceLists: Required<ISyncResponse>["device_lists"]): Promise<void> {
3433
- if (Array.isArray(deviceLists?.changed)) {
3434
- deviceLists.changed.forEach((u) => {
3435
- this.deviceList.invalidateUserDeviceList(u);
3436
- });
3437
- }
3438
-
3439
- if (Array.isArray(deviceLists?.left) && deviceLists.left.length) {
3440
- // Check we really don't share any rooms with these users
3441
- // any more: the server isn't required to give us the
3442
- // exact correct set.
3443
- const e2eUserIds = new Set(await this.getTrackedE2eUsers());
3444
-
3445
- deviceLists.left.forEach((u) => {
3446
- if (!e2eUserIds.has(u)) {
3447
- this.deviceList.stopTrackingDeviceList(u);
3448
- }
3449
- });
3450
- }
3451
- }
3452
-
3453
- /**
3454
- * Get a list of all the IDs of users we share an e2e room with
3455
- * for which we are tracking devices already
3456
- *
3457
- * @returns List of user IDs
3458
- */
3459
- private async getTrackedE2eUsers(): Promise<string[]> {
3460
- const e2eUserIds: string[] = [];
3461
- for (const room of this.getTrackedE2eRooms()) {
3462
- const members = await room.getEncryptionTargetMembers();
3463
- for (const member of members) {
3464
- e2eUserIds.push(member.userId);
3465
- }
3466
- }
3467
- return e2eUserIds;
3468
- }
3469
-
3470
- /**
3471
- * Get a list of the e2e-enabled rooms we are members of,
3472
- * and for which we are already tracking the devices
3473
- *
3474
- * @returns
3475
- */
3476
- private getTrackedE2eRooms(): Room[] {
3477
- return this.clientStore.getRooms().filter((room) => {
3478
- // check for rooms with encryption enabled
3479
- const alg = this.roomEncryptors.get(room.roomId);
3480
- if (!alg) {
3481
- return false;
3482
- }
3483
- if (!this.roomDeviceTrackingState[room.roomId]) {
3484
- return false;
3485
- }
3486
-
3487
- // ignore any rooms which we have left
3488
- const myMembership = room.getMyMembership();
3489
- return myMembership === KnownMembership.Join || myMembership === KnownMembership.Invite;
3490
- });
3491
- }
3492
-
3493
- /**
3494
- * Encrypts and sends a given object via Olm to-device messages to a given
3495
- * set of devices.
3496
- * @param userDeviceInfoArr - the devices to send to
3497
- * @param payload - fields to include in the encrypted payload
3498
- * @returns Promise which
3499
- * resolves once the message has been encrypted and sent to the given
3500
- * userDeviceMap, and returns the `{ contentMap, deviceInfoByDeviceId }`
3501
- * of the successfully sent messages.
3502
- *
3503
- * @deprecated Instead use {@link encryptToDeviceMessages} followed by {@link MatrixClient.queueToDevice}.
3504
- */
3505
- public async encryptAndSendToDevices(userDeviceInfoArr: IOlmDevice<DeviceInfo>[], payload: object): Promise<void> {
3506
- try {
3507
- const toDeviceBatch = await this.prepareToDeviceBatch(userDeviceInfoArr, payload);
3508
-
3509
- try {
3510
- await this.baseApis.queueToDevice(toDeviceBatch);
3511
- } catch (e) {
3512
- logger.error("sendToDevice failed", e);
3513
- throw e;
3514
- }
3515
- } catch (e) {
3516
- logger.error("encryptAndSendToDevices promises failed", e);
3517
- throw e;
3518
- }
3519
- }
3520
-
3521
- private async prepareToDeviceBatch(
3522
- userDeviceInfoArr: IOlmDevice<DeviceInfo>[],
3523
- payload: object,
3524
- ): Promise<ToDeviceBatch> {
3525
- const toDeviceBatch: ToDeviceBatch = {
3526
- eventType: EventType.RoomMessageEncrypted,
3527
- batch: [],
3528
- };
3529
-
3530
- await Promise.all(
3531
- userDeviceInfoArr.map(async ({ userId, deviceInfo }) => {
3532
- const deviceId = deviceInfo.deviceId;
3533
- const encryptedContent: IEncryptedContent = {
3534
- algorithm: olmlib.OLM_ALGORITHM,
3535
- sender_key: this.olmDevice.deviceCurve25519Key!,
3536
- ciphertext: {},
3537
- [ToDeviceMessageId]: uuidv4(),
3538
- };
3539
-
3540
- toDeviceBatch.batch.push({
3541
- userId,
3542
- deviceId,
3543
- payload: encryptedContent,
3544
- });
3545
-
3546
- await olmlib.ensureOlmSessionsForDevices(
3547
- this.olmDevice,
3548
- this.baseApis,
3549
- new Map([[userId, [deviceInfo]]]),
3550
- );
3551
- await olmlib.encryptMessageForDevice(
3552
- encryptedContent.ciphertext,
3553
- this.userId,
3554
- this.deviceId,
3555
- this.olmDevice,
3556
- userId,
3557
- deviceInfo,
3558
- payload,
3559
- );
3560
- }),
3561
- );
3562
-
3563
- // prune out any devices that encryptMessageForDevice could not encrypt for,
3564
- // in which case it will have just not added anything to the ciphertext object.
3565
- // There's no point sending messages to devices if we couldn't encrypt to them,
3566
- // since that's effectively a blank message.
3567
- toDeviceBatch.batch = toDeviceBatch.batch.filter((msg) => {
3568
- if (Object.keys(msg.payload.ciphertext).length > 0) {
3569
- return true;
3570
- } else {
3571
- logger.log(`No ciphertext for device ${msg.userId}:${msg.deviceId}: pruning`);
3572
- return false;
3573
- }
3574
- });
3575
-
3576
- return toDeviceBatch;
3577
- }
3578
-
3579
- /**
3580
- * Implementation of {@link Crypto.CryptoApi#encryptToDeviceMessages}.
3581
- */
3582
- public async encryptToDeviceMessages(
3583
- eventType: string,
3584
- devices: { userId: string; deviceId: string }[],
3585
- payload: ToDevicePayload,
3586
- ): Promise<ToDeviceBatch> {
3587
- const userIds = new Set(devices.map(({ userId }) => userId));
3588
- const deviceInfoMap = await this.downloadKeys(Array.from(userIds), false);
3589
-
3590
- const userDeviceInfoArr: IOlmDevice<DeviceInfo>[] = [];
3591
-
3592
- devices.forEach(({ userId, deviceId }) => {
3593
- const devices = deviceInfoMap.get(userId);
3594
- if (!devices) {
3595
- logger.warn(`No devices found for user ${userId}`);
3596
- return;
3597
- }
3598
-
3599
- if (devices.has(deviceId)) {
3600
- // Send the message to a specific device
3601
- userDeviceInfoArr.push({ userId, deviceInfo: devices.get(deviceId)! });
3602
- } else {
3603
- logger.warn(`No device found for user ${userId} with id ${deviceId}`);
3604
- }
3605
- });
3606
-
3607
- return this.prepareToDeviceBatch(userDeviceInfoArr, payload);
3608
- }
3609
-
3610
- private onMembership = (event: MatrixEvent, member: RoomMember, oldMembership?: string): void => {
3611
- try {
3612
- this.onRoomMembership(event, member, oldMembership);
3613
- } catch (e) {
3614
- logger.error("Error handling membership change:", e);
3615
- }
3616
- };
3617
-
3618
- public async preprocessToDeviceMessages(events: IToDeviceEvent[]): Promise<IToDeviceEvent[]> {
3619
- // all we do here is filter out encrypted to-device messages with the wrong algorithm. Decryption
3620
- // happens later in decryptEvent, via the EventMapper
3621
- return events.filter((toDevice) => {
3622
- if (
3623
- toDevice.type === EventType.RoomMessageEncrypted &&
3624
- !["m.olm.v1.curve25519-aes-sha2"].includes(toDevice.content?.algorithm)
3625
- ) {
3626
- logger.log("Ignoring invalid encrypted to-device event from " + toDevice.sender);
3627
- return false;
3628
- }
3629
- return true;
3630
- });
3631
- }
3632
-
3633
- /**
3634
- * Stores the current one_time_key count which will be handled later (in a call of
3635
- * onSyncCompleted).
3636
- *
3637
- * @param currentCount - The current count of one_time_keys to be stored
3638
- */
3639
- private updateOneTimeKeyCount(currentCount: number): void {
3640
- if (isFinite(currentCount)) {
3641
- this.oneTimeKeyCount = currentCount;
3642
- } else {
3643
- throw new TypeError("Parameter for updateOneTimeKeyCount has to be a number");
3644
- }
3645
- }
3646
-
3647
- public processKeyCounts(oneTimeKeysCounts?: Record<string, number>, unusedFallbackKeys?: string[]): Promise<void> {
3648
- if (oneTimeKeysCounts !== undefined) {
3649
- this.updateOneTimeKeyCount(oneTimeKeysCounts["signed_curve25519"] || 0);
3650
- }
3651
-
3652
- if (unusedFallbackKeys !== undefined) {
3653
- // If `unusedFallbackKeys` is defined, that means `device_unused_fallback_key_types`
3654
- // is present in the sync response, which indicates that the server supports fallback keys.
3655
- //
3656
- // If there's no unused signed_curve25519 fallback key, we need a new one.
3657
- this.needsNewFallback = !unusedFallbackKeys.includes("signed_curve25519");
3658
- }
3659
-
3660
- return Promise.resolve();
3661
- }
3662
-
3663
- private onToDeviceEvent = (event: MatrixEvent): void => {
3664
- try {
3665
- logger.log(
3666
- `received to-device ${event.getType()} from: ` +
3667
- `${event.getSender()} id: ${event.getContent()[ToDeviceMessageId]}`,
3668
- );
3669
-
3670
- if (event.getType() == "m.room_key" || event.getType() == "m.forwarded_room_key") {
3671
- this.onRoomKeyEvent(event);
3672
- } else if (event.getType() == "m.room_key_request") {
3673
- this.onRoomKeyRequestEvent(event);
3674
- } else if (event.getType() === "m.secret.request") {
3675
- this.secretStorage.onRequestReceived(event);
3676
- } else if (event.getType() === "m.secret.send") {
3677
- this.secretStorage.onSecretReceived(event);
3678
- } else if (event.getType() === "m.room_key.withheld") {
3679
- this.onRoomKeyWithheldEvent(event);
3680
- } else if (event.getContent().transaction_id) {
3681
- this.onKeyVerificationMessage(event);
3682
- } else if (event.getContent().msgtype === "m.bad.encrypted") {
3683
- this.onToDeviceBadEncrypted(event);
3684
- } else if (event.isBeingDecrypted() || event.shouldAttemptDecryption()) {
3685
- if (!event.isBeingDecrypted()) {
3686
- event.attemptDecryption(this);
3687
- }
3688
- // once the event has been decrypted, try again
3689
- event.once(MatrixEventEvent.Decrypted, (ev) => {
3690
- this.onToDeviceEvent(ev);
3691
- });
3692
- }
3693
- } catch (e) {
3694
- logger.error("Error handling toDeviceEvent:", e);
3695
- }
3696
- };
3697
-
3698
- /**
3699
- * Handle a key event
3700
- *
3701
- * @internal
3702
- * @param event - key event
3703
- */
3704
- private onRoomKeyEvent(event: MatrixEvent): void {
3705
- const content = event.getContent();
3706
-
3707
- if (!content.room_id || !content.algorithm) {
3708
- logger.error("key event is missing fields");
3709
- return;
3710
- }
3711
-
3712
- if (!this.backupManager.checkedForBackup) {
3713
- // don't bother awaiting on this - the important thing is that we retry if we
3714
- // haven't managed to check before
3715
- this.backupManager.checkAndStart();
3716
- }
3717
-
3718
- const alg = this.getRoomDecryptor(content.room_id, content.algorithm);
3719
- alg.onRoomKeyEvent(event);
3720
- }
3721
-
3722
- /**
3723
- * Handle a key withheld event
3724
- *
3725
- * @internal
3726
- * @param event - key withheld event
3727
- */
3728
- private onRoomKeyWithheldEvent(event: MatrixEvent): void {
3729
- const content = event.getContent();
3730
-
3731
- if (
3732
- (content.code !== "m.no_olm" && (!content.room_id || !content.session_id)) ||
3733
- !content.algorithm ||
3734
- !content.sender_key
3735
- ) {
3736
- logger.error("key withheld event is missing fields");
3737
- return;
3738
- }
3739
-
3740
- logger.info(
3741
- `Got room key withheld event from ${event.getSender()} ` +
3742
- `for ${content.algorithm} session ${content.sender_key}|${content.session_id} ` +
3743
- `in room ${content.room_id} with code ${content.code} (${content.reason})`,
3744
- );
3745
-
3746
- const alg = this.getRoomDecryptor(content.room_id, content.algorithm);
3747
- if (alg.onRoomKeyWithheldEvent) {
3748
- alg.onRoomKeyWithheldEvent(event);
3749
- }
3750
- if (!content.room_id) {
3751
- // retry decryption for all events sent by the sender_key. This will
3752
- // update the events to show a message indicating that the olm session was
3753
- // wedged.
3754
- const roomDecryptors = this.getRoomDecryptors(content.algorithm);
3755
- for (const decryptor of roomDecryptors) {
3756
- decryptor.retryDecryptionFromSender(content.sender_key);
3757
- }
3758
- }
3759
- }
3760
-
3761
- /**
3762
- * Handle a general key verification event.
3763
- *
3764
- * @internal
3765
- * @param event - verification start event
3766
- */
3767
- private onKeyVerificationMessage(event: MatrixEvent): void {
3768
- if (!ToDeviceChannel.validateEvent(event, this.baseApis)) {
3769
- return;
3770
- }
3771
- const createRequest = (event: MatrixEvent): VerificationRequest | undefined => {
3772
- if (!ToDeviceChannel.canCreateRequest(ToDeviceChannel.getEventType(event))) {
3773
- return;
3774
- }
3775
- const content = event.getContent();
3776
- const deviceId = content && content.from_device;
3777
- if (!deviceId) {
3778
- return;
3779
- }
3780
- const userId = event.getSender()!;
3781
- const channel = new ToDeviceChannel(this.baseApis, userId, [deviceId]);
3782
- return new VerificationRequest(channel, this.verificationMethods, this.baseApis);
3783
- };
3784
- this.handleVerificationEvent(event, this.toDeviceVerificationRequests, createRequest);
3785
- }
3786
-
3787
- /**
3788
- * Handle key verification requests sent as timeline events
3789
- *
3790
- * @internal
3791
- * @param event - the timeline event
3792
- * @param room - not used
3793
- * @param atStart - not used
3794
- * @param removed - not used
3795
- * @param whether - this is a live event
3796
- */
3797
- private onTimelineEvent = (
3798
- event: MatrixEvent,
3799
- room: Room,
3800
- atStart: boolean,
3801
- removed: boolean,
3802
- { liveEvent = true } = {},
3803
- ): void => {
3804
- if (!InRoomChannel.validateEvent(event, this.baseApis)) {
3805
- return;
3806
- }
3807
- const createRequest = (event: MatrixEvent): VerificationRequest => {
3808
- const channel = new InRoomChannel(this.baseApis, event.getRoomId()!);
3809
- return new VerificationRequest(channel, this.verificationMethods, this.baseApis);
3810
- };
3811
- this.handleVerificationEvent(event, this.inRoomVerificationRequests, createRequest, liveEvent);
3812
- };
3813
-
3814
- private async handleVerificationEvent(
3815
- event: MatrixEvent,
3816
- requestsMap: IRequestsMap,
3817
- createRequest: (event: MatrixEvent) => VerificationRequest | undefined,
3818
- isLiveEvent = true,
3819
- ): Promise<void> {
3820
- // Wait for event to get its final ID with pendingEventOrdering: "chronological", since DM channels depend on it.
3821
- if (event.isSending() && event.status != EventStatus.SENT) {
3822
- let eventIdListener: () => void;
3823
- let statusListener: () => void;
3824
- try {
3825
- await new Promise<void>((resolve, reject) => {
3826
- eventIdListener = resolve;
3827
- statusListener = (): void => {
3828
- if (event.status == EventStatus.CANCELLED) {
3829
- reject(new Error("Event status set to CANCELLED."));
3830
- }
3831
- };
3832
- event.once(MatrixEventEvent.LocalEventIdReplaced, eventIdListener);
3833
- event.on(MatrixEventEvent.Status, statusListener);
3834
- });
3835
- } catch (err) {
3836
- logger.error("error while waiting for the verification event to be sent: ", err);
3837
- return;
3838
- } finally {
3839
- event.removeListener(MatrixEventEvent.LocalEventIdReplaced, eventIdListener!);
3840
- event.removeListener(MatrixEventEvent.Status, statusListener!);
3841
- }
3842
- }
3843
- let request: VerificationRequest | undefined = requestsMap.getRequest(event);
3844
- let isNewRequest = false;
3845
- if (!request) {
3846
- request = createRequest(event);
3847
- // a request could not be made from this event, so ignore event
3848
- if (!request) {
3849
- logger.log(
3850
- `Crypto: could not find VerificationRequest for ` +
3851
- `${event.getType()}, and could not create one, so ignoring.`,
3852
- );
3853
- return;
3854
- }
3855
- isNewRequest = true;
3856
- requestsMap.setRequest(event, request);
3857
- }
3858
- event.setVerificationRequest(request);
3859
- try {
3860
- await request.channel.handleEvent(event, request, isLiveEvent);
3861
- } catch (err) {
3862
- logger.error("error while handling verification event", err);
3863
- }
3864
- const shouldEmit =
3865
- isNewRequest &&
3866
- !request.initiatedByMe &&
3867
- !request.invalid && // check it has enough events to pass the UNSENT stage
3868
- !request.observeOnly;
3869
- if (shouldEmit) {
3870
- this.baseApis.emit(CryptoEvent.VerificationRequest, request);
3871
- this.baseApis.emit(CryptoEvent.VerificationRequestReceived, request);
3872
- }
3873
- }
3874
-
3875
- /**
3876
- * Handle a toDevice event that couldn't be decrypted
3877
- *
3878
- * @internal
3879
- * @param event - undecryptable event
3880
- */
3881
- private async onToDeviceBadEncrypted(event: MatrixEvent): Promise<void> {
3882
- const content = event.getWireContent();
3883
- const sender = event.getSender();
3884
- const algorithm = content.algorithm;
3885
- const deviceKey = content.sender_key;
3886
-
3887
- this.baseApis.emit(ClientEvent.UndecryptableToDeviceEvent, event);
3888
-
3889
- // retry decryption for all events sent by the sender_key. This will
3890
- // update the events to show a message indicating that the olm session was
3891
- // wedged.
3892
- const retryDecryption = (): void => {
3893
- const roomDecryptors = this.getRoomDecryptors(olmlib.MEGOLM_ALGORITHM);
3894
- for (const decryptor of roomDecryptors) {
3895
- decryptor.retryDecryptionFromSender(deviceKey);
3896
- }
3897
- };
3898
-
3899
- if (sender === undefined || deviceKey === undefined || deviceKey === undefined) {
3900
- return;
3901
- }
3902
-
3903
- // check when we can force a new session with this device: if we've already done so
3904
- // recently, don't do it again.
3905
- const forceNewSessionRetryTimeDevices = this.forceNewSessionRetryTime.getOrCreate(sender);
3906
- const forceNewSessionRetryTime = forceNewSessionRetryTimeDevices.getOrCreate(deviceKey);
3907
- if (forceNewSessionRetryTime > Date.now()) {
3908
- logger.debug(
3909
- `New session already forced with device ${sender}:${deviceKey}: ` +
3910
- `not forcing another until at least ${new Date(forceNewSessionRetryTime).toUTCString()}`,
3911
- );
3912
- await this.olmDevice.recordSessionProblem(deviceKey, "wedged", true);
3913
- retryDecryption();
3914
- return;
3915
- }
3916
-
3917
- // make sure we don't retry to unwedge too soon even if we fail to create a new session
3918
- forceNewSessionRetryTimeDevices.set(deviceKey, Date.now() + FORCE_SESSION_RETRY_INTERVAL_MS);
3919
-
3920
- // establish a new olm session with this device since we're failing to decrypt messages
3921
- // on a current session.
3922
- // Note that an undecryptable message from another device could easily be spoofed -
3923
- // is there anything we can do to mitigate this?
3924
- let device = this.deviceList.getDeviceByIdentityKey(algorithm, deviceKey);
3925
- if (!device) {
3926
- // if we don't know about the device, fetch the user's devices again
3927
- // and retry before giving up
3928
- await this.downloadKeys([sender], false);
3929
- device = this.deviceList.getDeviceByIdentityKey(algorithm, deviceKey);
3930
- if (!device) {
3931
- logger.info("Couldn't find device for identity key " + deviceKey + ": not re-establishing session");
3932
- await this.olmDevice.recordSessionProblem(deviceKey, "wedged", false);
3933
- retryDecryption();
3934
- return;
3935
- }
3936
- }
3937
- const devicesByUser = new Map([[sender, [device]]]);
3938
- await olmlib.ensureOlmSessionsForDevices(this.olmDevice, this.baseApis, devicesByUser, true);
3939
-
3940
- forceNewSessionRetryTimeDevices.set(deviceKey, Date.now() + MIN_FORCE_SESSION_INTERVAL_MS);
3941
-
3942
- // Now send a blank message on that session so the other side knows about it.
3943
- // (The keyshare request is sent in the clear so that won't do)
3944
- // We send this first such that, as long as the toDevice messages arrive in the
3945
- // same order we sent them, the other end will get this first, set up the new session,
3946
- // then get the keyshare request and send the key over this new session (because it
3947
- // is the session it has most recently received a message on).
3948
- const encryptedContent: IEncryptedContent = {
3949
- algorithm: olmlib.OLM_ALGORITHM,
3950
- sender_key: this.olmDevice.deviceCurve25519Key!,
3951
- ciphertext: {},
3952
- [ToDeviceMessageId]: uuidv4(),
3953
- };
3954
- await olmlib.encryptMessageForDevice(
3955
- encryptedContent.ciphertext,
3956
- this.userId,
3957
- this.deviceId,
3958
- this.olmDevice,
3959
- sender,
3960
- device,
3961
- { type: "m.dummy" },
3962
- );
3963
-
3964
- await this.olmDevice.recordSessionProblem(deviceKey, "wedged", true);
3965
- retryDecryption();
3966
-
3967
- await this.baseApis.sendToDevice(
3968
- "m.room.encrypted",
3969
- new Map([[sender, new Map([[device.deviceId, encryptedContent]])]]),
3970
- );
3971
-
3972
- // Most of the time this probably won't be necessary since we'll have queued up a key request when
3973
- // we failed to decrypt the message and will be waiting a bit for the key to arrive before sending
3974
- // it. This won't always be the case though so we need to re-send any that have already been sent
3975
- // to avoid races.
3976
- const requestsToResend = await this.outgoingRoomKeyRequestManager.getOutgoingSentRoomKeyRequest(
3977
- sender,
3978
- device.deviceId,
3979
- );
3980
- for (const keyReq of requestsToResend) {
3981
- this.requestRoomKey(keyReq.requestBody, keyReq.recipients, true);
3982
- }
3983
- }
3984
-
3985
- /**
3986
- * Handle a change in the membership state of a member of a room
3987
- *
3988
- * @internal
3989
- * @param event - event causing the change
3990
- * @param member - user whose membership changed
3991
- * @param oldMembership - previous membership
3992
- */
3993
- private onRoomMembership(event: MatrixEvent, member: RoomMember, oldMembership?: string): void {
3994
- // this event handler is registered on the *client* (as opposed to the room
3995
- // member itself), which means it is only called on changes to the *live*
3996
- // membership state (ie, it is not called when we back-paginate, nor when
3997
- // we load the state in the initialsync).
3998
- //
3999
- // Further, it is automatically registered and called when new members
4000
- // arrive in the room.
4001
-
4002
- const roomId = member.roomId;
4003
-
4004
- const alg = this.roomEncryptors.get(roomId);
4005
- if (!alg) {
4006
- // not encrypting in this room
4007
- return;
4008
- }
4009
- // only mark users in this room as tracked if we already started tracking in this room
4010
- // this way we don't start device queries after sync on behalf of this room which we won't use
4011
- // the result of anyway, as we'll need to do a query again once all the members are fetched
4012
- // by calling _trackRoomDevices
4013
- if (roomId in this.roomDeviceTrackingState) {
4014
- if (member.membership == KnownMembership.Join) {
4015
- logger.log("Join event for " + member.userId + " in " + roomId);
4016
- // make sure we are tracking the deviceList for this user
4017
- this.deviceList.startTrackingDeviceList(member.userId);
4018
- } else if (
4019
- member.membership == KnownMembership.Invite &&
4020
- this.clientStore.getRoom(roomId)?.shouldEncryptForInvitedMembers()
4021
- ) {
4022
- logger.log("Invite event for " + member.userId + " in " + roomId);
4023
- this.deviceList.startTrackingDeviceList(member.userId);
4024
- }
4025
- }
4026
-
4027
- alg.onRoomMembership(event, member, oldMembership);
4028
- }
4029
-
4030
- /**
4031
- * Called when we get an m.room_key_request event.
4032
- *
4033
- * @internal
4034
- * @param event - key request event
4035
- */
4036
- private onRoomKeyRequestEvent(event: MatrixEvent): void {
4037
- const content = event.getContent();
4038
- if (content.action === "request") {
4039
- // Queue it up for now, because they tend to arrive before the room state
4040
- // events at initial sync, and we want to see if we know anything about the
4041
- // room before passing them on to the app.
4042
- const req = new IncomingRoomKeyRequest(event);
4043
- this.receivedRoomKeyRequests.push(req);
4044
- } else if (content.action === "request_cancellation") {
4045
- const req = new IncomingRoomKeyRequestCancellation(event);
4046
- this.receivedRoomKeyRequestCancellations.push(req);
4047
- }
4048
- }
4049
-
4050
- /**
4051
- * Process any m.room_key_request events which were queued up during the
4052
- * current sync.
4053
- *
4054
- * @internal
4055
- */
4056
- private async processReceivedRoomKeyRequests(): Promise<void> {
4057
- if (this.processingRoomKeyRequests) {
4058
- // we're still processing last time's requests; keep queuing new ones
4059
- // up for now.
4060
- return;
4061
- }
4062
- this.processingRoomKeyRequests = true;
4063
-
4064
- try {
4065
- // we need to grab and clear the queues in the synchronous bit of this method,
4066
- // so that we don't end up racing with the next /sync.
4067
- const requests = this.receivedRoomKeyRequests;
4068
- this.receivedRoomKeyRequests = [];
4069
- const cancellations = this.receivedRoomKeyRequestCancellations;
4070
- this.receivedRoomKeyRequestCancellations = [];
4071
-
4072
- // Process all of the requests, *then* all of the cancellations.
4073
- //
4074
- // This makes sure that if we get a request and its cancellation in the
4075
- // same /sync result, then we process the request before the
4076
- // cancellation (and end up with a cancelled request), rather than the
4077
- // cancellation before the request (and end up with an outstanding
4078
- // request which should have been cancelled.)
4079
- await Promise.all(requests.map((req) => this.processReceivedRoomKeyRequest(req)));
4080
- await Promise.all(
4081
- cancellations.map((cancellation) => this.processReceivedRoomKeyRequestCancellation(cancellation)),
4082
- );
4083
- } catch (e) {
4084
- logger.error(`Error processing room key requsts: ${e}`);
4085
- } finally {
4086
- this.processingRoomKeyRequests = false;
4087
- }
4088
- }
4089
-
4090
- /**
4091
- * Helper for processReceivedRoomKeyRequests
4092
- *
4093
- */
4094
- private async processReceivedRoomKeyRequest(req: IncomingRoomKeyRequest): Promise<void> {
4095
- const userId = req.userId;
4096
- const deviceId = req.deviceId;
4097
-
4098
- const body = req.requestBody;
4099
- const roomId = body.room_id;
4100
- const alg = body.algorithm;
4101
-
4102
- logger.log(
4103
- `m.room_key_request from ${userId}:${deviceId}` +
4104
- ` for ${roomId} / ${body.session_id} (id ${req.requestId})`,
4105
- );
4106
-
4107
- if (userId !== this.userId) {
4108
- if (!this.roomEncryptors.get(roomId)) {
4109
- logger.debug(`room key request for unencrypted room ${roomId}`);
4110
- return;
4111
- }
4112
- const encryptor = this.roomEncryptors.get(roomId)!;
4113
- const device = this.deviceList.getStoredDevice(userId, deviceId);
4114
- if (!device) {
4115
- logger.debug(`Ignoring keyshare for unknown device ${userId}:${deviceId}`);
4116
- return;
4117
- }
4118
-
4119
- try {
4120
- await encryptor.reshareKeyWithDevice!(body.sender_key, body.session_id, userId, device);
4121
- } catch (e) {
4122
- logger.warn(
4123
- "Failed to re-share keys for session " +
4124
- body.session_id +
4125
- " with device " +
4126
- userId +
4127
- ":" +
4128
- device.deviceId,
4129
- e,
4130
- );
4131
- }
4132
- return;
4133
- }
4134
-
4135
- if (deviceId === this.deviceId) {
4136
- // We'll always get these because we send room key requests to
4137
- // '*' (ie. 'all devices') which includes the sending device,
4138
- // so ignore requests from ourself because apart from it being
4139
- // very silly, it won't work because an Olm session cannot send
4140
- // messages to itself.
4141
- // The log here is probably superfluous since we know this will
4142
- // always happen, but let's log anyway for now just in case it
4143
- // causes issues.
4144
- logger.log("Ignoring room key request from ourselves");
4145
- return;
4146
- }
4147
-
4148
- // todo: should we queue up requests we don't yet have keys for,
4149
- // in case they turn up later?
4150
-
4151
- // if we don't have a decryptor for this room/alg, we don't have
4152
- // the keys for the requested events, and can drop the requests.
4153
- if (!this.roomDecryptors.has(roomId)) {
4154
- logger.log(`room key request for unencrypted room ${roomId}`);
4155
- return;
4156
- }
4157
-
4158
- const decryptor = this.roomDecryptors.get(roomId)!.get(alg);
4159
- if (!decryptor) {
4160
- logger.log(`room key request for unknown alg ${alg} in room ${roomId}`);
4161
- return;
4162
- }
4163
-
4164
- if (!(await decryptor.hasKeysForKeyRequest(req))) {
4165
- logger.log(`room key request for unknown session ${roomId} / ` + body.session_id);
4166
- return;
4167
- }
4168
-
4169
- req.share = (): void => {
4170
- decryptor.shareKeysWithDevice(req);
4171
- };
4172
-
4173
- // if the device is verified already, share the keys
4174
- if (this.checkDeviceTrust(userId, deviceId).isVerified()) {
4175
- logger.log("device is already verified: sharing keys");
4176
- req.share();
4177
- return;
4178
- }
4179
-
4180
- this.emit(CryptoEvent.RoomKeyRequest, req);
4181
- }
4182
-
4183
- /**
4184
- * Helper for processReceivedRoomKeyRequests
4185
- *
4186
- */
4187
- private async processReceivedRoomKeyRequestCancellation(
4188
- cancellation: IncomingRoomKeyRequestCancellation,
4189
- ): Promise<void> {
4190
- logger.log(
4191
- `m.room_key_request cancellation for ${cancellation.userId}:` +
4192
- `${cancellation.deviceId} (id ${cancellation.requestId})`,
4193
- );
4194
-
4195
- // we should probably only notify the app of cancellations we told it
4196
- // about, but we don't currently have a record of that, so we just pass
4197
- // everything through.
4198
- this.emit(CryptoEvent.RoomKeyRequestCancellation, cancellation);
4199
- }
4200
-
4201
- /**
4202
- * Get a decryptor for a given room and algorithm.
4203
- *
4204
- * If we already have a decryptor for the given room and algorithm, return
4205
- * it. Otherwise try to instantiate it.
4206
- *
4207
- * @internal
4208
- *
4209
- * @param roomId - room id for decryptor. If undefined, a temporary
4210
- * decryptor is instantiated.
4211
- *
4212
- * @param algorithm - crypto algorithm
4213
- *
4214
- * @throws `DecryptionError` if the algorithm is unknown
4215
- */
4216
- public getRoomDecryptor(roomId: string | null, algorithm: string): DecryptionAlgorithm {
4217
- let decryptors: Map<string, DecryptionAlgorithm> | undefined;
4218
- let alg: DecryptionAlgorithm | undefined;
4219
-
4220
- if (roomId) {
4221
- decryptors = this.roomDecryptors.get(roomId);
4222
- if (!decryptors) {
4223
- decryptors = new Map<string, DecryptionAlgorithm>();
4224
- this.roomDecryptors.set(roomId, decryptors);
4225
- }
4226
-
4227
- alg = decryptors.get(algorithm);
4228
- if (alg) {
4229
- return alg;
4230
- }
4231
- }
4232
-
4233
- const AlgClass = algorithms.DECRYPTION_CLASSES.get(algorithm);
4234
- if (!AlgClass) {
4235
- throw new DecryptionError(
4236
- DecryptionFailureCode.UNKNOWN_ENCRYPTION_ALGORITHM,
4237
- 'Unknown encryption algorithm "' + algorithm + '".',
4238
- );
4239
- }
4240
- alg = new AlgClass({
4241
- userId: this.userId,
4242
- crypto: this,
4243
- olmDevice: this.olmDevice,
4244
- baseApis: this.baseApis,
4245
- roomId: roomId ?? undefined,
4246
- });
4247
-
4248
- if (decryptors) {
4249
- decryptors.set(algorithm, alg);
4250
- }
4251
- return alg;
4252
- }
4253
-
4254
- /**
4255
- * Get all the room decryptors for a given encryption algorithm.
4256
- *
4257
- * @param algorithm - The encryption algorithm
4258
- *
4259
- * @returns An array of room decryptors
4260
- */
4261
- private getRoomDecryptors(algorithm: string): DecryptionAlgorithm[] {
4262
- const decryptors: DecryptionAlgorithm[] = [];
4263
- for (const d of this.roomDecryptors.values()) {
4264
- if (d.has(algorithm)) {
4265
- decryptors.push(d.get(algorithm)!);
4266
- }
4267
- }
4268
- return decryptors;
4269
- }
4270
-
4271
- /**
4272
- * sign the given object with our ed25519 key
4273
- *
4274
- * @param obj - Object to which we will add a 'signatures' property
4275
- */
4276
- public async signObject<T extends ISignableObject & object>(obj: T): Promise<void> {
4277
- const sigs = new Map(Object.entries(obj.signatures || {}));
4278
- const unsigned = obj.unsigned;
4279
-
4280
- delete obj.signatures;
4281
- delete obj.unsigned;
4282
-
4283
- const userSignatures = sigs.get(this.userId) || {};
4284
- sigs.set(this.userId, userSignatures);
4285
- userSignatures["ed25519:" + this.deviceId] = await this.olmDevice.sign(anotherjson.stringify(obj));
4286
- obj.signatures = recursiveMapToObject(sigs);
4287
- if (unsigned !== undefined) obj.unsigned = unsigned;
4288
- }
4289
-
4290
- /**
4291
- * @returns true if the room with the supplied ID is encrypted. False if the
4292
- * room is not encrypted, or is unknown to us.
4293
- */
4294
- public isRoomEncrypted(roomId: string): boolean {
4295
- return this.roomList.isRoomEncrypted(roomId);
4296
- }
4297
-
4298
- /**
4299
- * Implementation of {@link Crypto.CryptoApi#isEncryptionEnabledInRoom}.
4300
- */
4301
- public async isEncryptionEnabledInRoom(roomId: string): Promise<boolean> {
4302
- return this.isRoomEncrypted(roomId);
4303
- }
4304
-
4305
- /**
4306
- * @returns information about the encryption on the room with the supplied
4307
- * ID, or null if the room is not encrypted or unknown to us.
4308
- */
4309
- public getRoomEncryption(roomId: string): IRoomEncryption | null {
4310
- return this.roomList.getRoomEncryption(roomId);
4311
- }
4312
-
4313
- /**
4314
- * Returns whether dehydrated devices are supported by the crypto backend
4315
- * and by the server.
4316
- */
4317
- public async isDehydrationSupported(): Promise<boolean> {
4318
- return false;
4319
- }
4320
-
4321
- /**
4322
- * Stub function -- dehydration is not implemented here, so throw error
4323
- */
4324
- public async startDehydration(createNewKey?: boolean): Promise<void> {
4325
- throw new Error("Not implemented");
4326
- }
4327
-
4328
- /**
4329
- * Stub function -- restoreKeyBackup is not implemented here, so throw error
4330
- */
4331
- public restoreKeyBackup(opts: KeyBackupRestoreOpts): Promise<KeyBackupRestoreResult> {
4332
- throw new Error("Not implemented");
4333
- }
4334
-
4335
- /**
4336
- * Stub function -- restoreKeyBackupWithPassphrase is not implemented here, so throw error
4337
- */
4338
- public restoreKeyBackupWithPassphrase(
4339
- passphrase: string,
4340
- opts: KeyBackupRestoreOpts,
4341
- ): Promise<KeyBackupRestoreResult> {
4342
- throw new Error("Not implemented");
4343
- }
4344
- }
4345
-
4346
- /**
4347
- * Fix up the backup key, that may be in the wrong format due to a bug in a
4348
- * migration step. Some backup keys were stored as a comma-separated list of
4349
- * integers, rather than a base64-encoded byte array. If this function is
4350
- * passed a string that looks like a list of integers rather than a base64
4351
- * string, it will attempt to convert it to the right format.
4352
- *
4353
- * @param key - the key to check
4354
- * @returns If the key is in the wrong format, then the fixed
4355
- * key will be returned. Otherwise null will be returned.
4356
- *
4357
- */
4358
- export function fixBackupKey(key?: string): string | null {
4359
- if (typeof key !== "string" || key.indexOf(",") < 0) {
4360
- return null;
4361
- }
4362
- const fixedKey = Uint8Array.from(key.split(","), (x) => parseInt(x));
4363
- return encodeBase64(fixedKey);
4364
- }
4365
-
4366
- /**
4367
- * Represents a received m.room_key_request event
4368
- */
4369
- export class IncomingRoomKeyRequest {
4370
- /** user requesting the key */
4371
- public readonly userId: string;
4372
- /** device requesting the key */
4373
- public readonly deviceId: string;
4374
- /** unique id for the request */
4375
- public readonly requestId: string;
4376
- public readonly requestBody: IRoomKeyRequestBody;
4377
- /**
4378
- * callback which, when called, will ask
4379
- * the relevant crypto algorithm implementation to share the keys for
4380
- * this request.
4381
- */
4382
- public share: () => void;
4383
-
4384
- public constructor(event: MatrixEvent) {
4385
- const content = event.getContent();
4386
-
4387
- this.userId = event.getSender()!;
4388
- this.deviceId = content.requesting_device_id;
4389
- this.requestId = content.request_id;
4390
- this.requestBody = content.body || {};
4391
- this.share = (): void => {
4392
- throw new Error("don't know how to share keys for this request yet");
4393
- };
4394
- }
4395
- }
4396
-
4397
- /**
4398
- * Represents a received m.room_key_request cancellation
4399
- */
4400
- class IncomingRoomKeyRequestCancellation {
4401
- /** user requesting the cancellation */
4402
- public readonly userId: string;
4403
- /** device requesting the cancellation */
4404
- public readonly deviceId: string;
4405
- /** unique id for the request to be cancelled */
4406
- public readonly requestId: string;
4407
-
4408
- public constructor(event: MatrixEvent) {
4409
- const content = event.getContent();
4410
-
4411
- this.userId = event.getSender()!;
4412
- this.deviceId = content.requesting_device_id;
4413
- this.requestId = content.request_id;
4414
- }
4415
- }
4416
-
4417
- // a number of types are re-exported for backwards compatibility, in case any applications are referencing it.
4418
- export type { IEventDecryptionResult, IMegolmSessionData } from "../@types/crypto.ts";