Adding tests for crypto functions used to decrypt, encrypt, and initialize database.
Depends on D6996
Paths
| Differential D7104 Authored by kamil on Mar 20 2023, 9:12 AM.
Details Summary Adding tests for crypto functions used to decrypt, encrypt, and initialize database. Depends on D6996 Test Plan Run tests
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added subscribers: atul, ashoat. · View Herald TranscriptMar 20 2023, 9:12 AM2023-03-20 09:12:42 (UTC-7) kamil edited parent revisions, added: D6995: [web-db] implement crypto functions; removed: D6996: [web-db] generate `CryptoKey` and persist.Mar 20 2023, 9:14 AM2023-03-20 09:14:57 (UTC-7) Harbormaster completed remote builds in B17419: Diff 23872.Mar 20 2023, 9:27 AM2023-03-20 09:27:49 (UTC-7) This revision is now accepted and ready to land.Mar 21 2023, 4:33 AM2023-03-21 04:33:35 (UTC-7)
kamil removed a child revision: D6996: [web-db] generate `CryptoKey` and persist.Mar 25 2023, 4:43 AM2023-03-25 04:43:12 (UTC-7) kamil edited parent revisions, added: D6996: [web-db] generate `CryptoKey` and persist; removed: D6995: [web-db] implement crypto functions. Comment Actions FYI By mistake, two diffs had different order in the stack than in my branch on git - that's why I needed to fix parent/child revisions because arcanist didn't allow me to arc diff but this has no influence on the code itself Harbormaster completed remote builds in B17629: Diff 24126.Mar 25 2023, 5:00 AM2023-03-25 05:00:14 (UTC-7) Closed by commit rCOMM83b3550cd01b: [web-db] add unit tests for worker crypto utils (authored by kamil). · Explain WhyMar 25 2023, 5:01 AM2023-03-25 05:01:56 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 24130 web/database/utils/worker-crypto-utlis.test.js
|