fork-openpgpjs/test/general
Kostis Andrikopoulos 39aa742c7a
Fix encoded length in unencrypted v5 secret key packets (#1278)
When unencrypted secret key packets are serialized, a 2-byte checksum is
appended after the key material. According to rfc4880bis, these 2 bytes are
not included in the length of the key material (this encoded length is a new
addition of rfc4880bis, specific to v5 keys). We erroneously included them,
causing other implementations to fail to parse unencrypted v5 private keys
generated by OpenPGP.js.
2021-04-06 15:00:45 +02:00
..
armor.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00
biginteger.js Lint all tests (#1235) 2021-02-12 23:00:22 +01:00
brainpool.js Replace Message.fromText and Message.fromBinary with createMessage 2021-03-26 10:56:02 +01:00
config.js Replace Message.fromText and Message.fromBinary with createMessage 2021-03-26 10:56:02 +01: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 Replace Message.fromText and Message.fromBinary with createMessage 2021-03-26 10:56:02 +01:00
index.js Remove KeyRing class 2021-03-01 11:58:10 +01:00
key.js Replace Message.fromText and Message.fromBinary with createMessage 2021-03-26 10:56:02 +01:00
oid.js Lint all tests (#1235) 2021-02-12 23:00:22 +01:00
openpgp.js Add expectSigned option to openpgp.decrypt and openpgp.verify (#1275) 2021-03-31 14:24:29 +02:00
packet.js Fix encoded length in unencrypted v5 secret key packets (#1278) 2021-04-06 15:00:45 +02:00
signature.js Disallow passing streams to readKey[s], readSignature and readCleartextMessage 2021-03-26 10:56:02 +01:00
streaming.js Remove top-level streaming options 2021-03-26 10:56:02 +01: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 unused util functions 2021-03-26 10:56:02 +01:00