fork-openpgpjs/test/general
Daniel Huigens 93b77669bc
Unexport openpgp.stream (#1291)
This change allows us to only load the `ReadableStream` polyfill when
needed without behaving inconsistently in the external API.

Users of the library should use the global `ReadableStream` or Node.js
`stream.Readable` instead, or import a polyfill if needed. This patch
loosens the detection criteria such that polyfilled streams are better
detected.
2021-05-05 20:20:20 +02:00
..
armor.js Unexport openpgp.stream (#1291) 2021-05-05 20:20:20 +02:00
biginteger.js Lint all tests (#1235) 2021-02-12 23:00:22 +01:00
brainpool.js Remove Key.prototype.encrypt() and Key.prototype.decrypt() (#1285) 2021-04-23 15:43:38 +02:00
config.js Only ignore unsupported packets when config.tolerant is set (#1298) 2021-05-05 19:51:33 +02:00
decompression.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00
ecc_nist.js Replace Message.fromText and Message.fromBinary with createMessage 2021-03-26 10:56:02 +01:00
ecc_secp256k1.js Remove Key.prototype.encrypt() and Key.prototype.decrypt() (#1285) 2021-04-23 15:43:38 +02:00
index.js Remove KeyRing class 2021-03-01 11:58:10 +01:00
key.js Make key fingerprint computation async (#1297) 2021-05-05 17:39:19 +02:00
oid.js Lint all tests (#1235) 2021-02-12 23:00:22 +01:00
openpgp.js Unexport openpgp.stream (#1291) 2021-05-05 20:20:20 +02:00
packet.js Unexport openpgp.stream (#1291) 2021-05-05 20:20:20 +02:00
signature.js Unexport openpgp.stream (#1291) 2021-05-05 20:20:20 +02:00
streaming.js Unexport openpgp.stream (#1291) 2021-05-05 20:20:20 +02:00
testInputs.js Store named key params in key objects (#1141) 2021-02-09 19:25:20 +01:00
util.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
x25519.js Remove Key.prototype.encrypt() and Key.prototype.decrypt() (#1285) 2021-04-23 15:43:38 +02:00