fork-openpgpjs/src
Daniel Huigens 04e806e0b4
Support Node.js 18 (#1542)
Recent Node.js seems to have dropped support for ripemd160.
Thus, properly check the availability of hashes before using them.

Also, add Node.js 18 to CI.
2022-06-29 20:59:38 +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 Replace armor option with format in openpgp.encrypt, sign and encryptSessionKey (#1354) 2021-07-19 18:12:42 +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 on empty passphrase in encryptKey and SecretKeyPacket.encrypt (#1508) 2022-03-22 15:11:51 +01: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 loading browser built in JSDom environment (#1518) 2022-05-12 17:29:52 +02:00