fork-openpgpjs/test
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
..
crypto Remove unused util functions 2021-03-26 10:56:02 +01:00
general Fix encoded length in unencrypted v5 secret key packets (#1278) 2021-04-06 15:00:45 +02:00
security Remove top-level streaming options 2021-03-26 10:56:02 +01:00
typescript CI: Test type definitions 2021-03-27 11:35:02 +01:00
worker Replace Message.fromText and Message.fromBinary with createMessage 2021-03-26 10:56:02 +01:00
karma.conf.js Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
unittests.html CI: Switch to karma for browser tests (#1233) 2021-02-12 13:29:04 +01:00
unittests.js Speed up Node.js tests 2021-03-25 19:23:58 +01:00