fork-openpgpjs/test
larabr a315c46583 openpgp.verify: fix bug preventing verification of detached signature over streamed data
When given a streamed `message` and a detached `signature` in input,
the function would return an empty array as `data` instead of
the input stream, meaning it was not possible to pull it, causing
the `verified` promise to hang indefinitely.

The above issue was introduced v5.0.0-2, and thus affects all v5 releases
up to v5.11.1.
2024-05-31 15:58:42 +02:00
..
benchmarks Update ESlint 2023-02-21 18:27:56 +01:00
crypto Fix Node 20 tests: always use NodeCrypto over WebCrypto (#1692) 2023-10-12 10:10:28 +02:00
general openpgp.verify: fix bug preventing verification of detached signature over streamed data 2024-05-31 15:58:42 +02:00
security Update ESlint 2023-02-21 18:27:56 +01:00
typescript TS: add declaration for verify with CleartextMessage input (#1640) 2023-05-15 16:21:05 +02:00
worker Update ESlint 2023-02-21 18:27:56 +01:00
karma.conf.js CI: test on iOS Safari 14 instead of 15 to have access to SubtleCrypto 2023-07-25 10:18:05 +02:00
unittests.html CI: Switch to karma for browser tests (#1233) 2021-02-12 13:29:04 +01:00
unittests.js CI: test latest Safari 2023-02-20 16:08:19 +01:00