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