fork-openpgpjs/src
larabr dc85a5088f
Fix CleartextMessage signature generation over text with trailing whitespace and \r\n line endings
Signing a `CleartextMessage` containing trailing whitespace and \r\n line
endings (as opposed to \n) would result in an unverifiable signature. The issue
seems to have been present since v3.0.9 . These broken signatures were
unverifiable even in the OpenPGP.js version(s) that generated them.
2022-08-02 17:50:45 +02:00
..
biginteger Lint: enforce single quotes and do not error on class methods without this (#1341) 2021-06-24 22:58:15 +02:00
config Add memory benchmark tests for streamed decryption of large files (#1462) 2022-06-02 17:29:27 +02:00
crypto Support Node.js 18 (#1542) 2022-06-29 20:59:38 +02:00
encoding Lint: error if imported value not found in module (#1507) 2022-03-14 21:40:16 +01:00
key Throw UnsupportedError on unknown algorithm in keys, signatures and encrypted session keys (#1523) 2022-06-07 13:51:58 +02:00
packet Throw UnsupportedError on unknown algorithm in keys, signatures and encrypted session keys (#1523) 2022-06-07 13:51:58 +02:00
type Lint: error if imported value not found in module (#1507) 2022-03-14 21:40:16 +01:00
cleartext.js Fix CleartextMessage signature generation over text with trailing whitespace and \r\n line endings 2022-08-02 17:50:45 +02:00
enums.js Replace strings with integer algorithm identifiers in packet classes (#1410) 2021-11-22 11:51:27 +01:00
index.js Export Subkey class (#1381) 2021-07-20 10:54:29 +02:00
message.js Throw on decryption of messages that don't contain any encrypted data packet (#1529) 2022-06-07 14:29:31 +02:00
openpgp.js Throw in encryptSessionKey if no keys or passwords are provided (#1547) 2022-07-27 17:47:47 +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 Fix CleartextMessage signature generation over text with trailing whitespace and \r\n line endings 2022-08-02 17:50:45 +02:00