mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-02 23:13:25 +00:00
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.