fork-openpgpjs/src
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
..
biginteger Update ESlint 2023-02-21 18:27:56 +01:00
config Add additionalAllowedPackets config option (#1618) 2023-03-30 15:52:11 +02:00
crypto Use JS fallback code for RSA message decryption in Node if PKCS#1 is not supported (#1728) 2024-02-19 17:14:55 +01:00
encoding Update ESlint 2023-02-21 18:27:56 +01:00
key Rename enums.curve.x25519Legacy to .curve25519Legacy 2023-10-19 15:41:02 +02:00
packet crypto-refresh: add support for new X25519 key and PKESK format 2023-07-25 10:17:09 +02:00
type crypto-refresh: add support for new X25519 key and PKESK format 2023-07-25 10:17:09 +02:00
cleartext.js Reject cleartext messages with extraneous data preceeding hash header 2023-08-29 16:30:35 +02:00
enums.js Rename enums.curve.x25519Legacy to .curve25519Legacy 2023-10-19 15:41:02 +02:00
index.js Export Subkey class (#1381) 2021-07-20 10:54:29 +02:00
message.js Enforce AES with PKESK v3 using x25519 (new format) 2023-07-25 10:17:17 +02:00
openpgp.js openpgp.verify: fix bug preventing verification of detached signature over streamed data 2024-05-31 15:58:42 +02:00
signature.js Replace armor option with format in openpgp.encrypt, sign and encryptSessionKey (#1354) 2021-07-19 18:12:42 +02:00
util.js Enforce AES with PKESK v3 using x25519 (new format) 2023-07-25 10:17:17 +02:00