Files
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
..
2023-02-21 18:27:56 +01:00
2023-02-21 18:27:56 +01:00
2023-02-21 18:27:56 +01:00
2023-02-20 16:08:19 +01:00