mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-16 03:06:38 +00:00

Also, fix keyFlags of signing subkeys. Also, store Issuer Key ID and Embedded Signature in unhashed rather than hashed subpackets.
6 lines
145 B
JavaScript
6 lines
145 B
JavaScript
describe('Security', function () {
|
|
require('./message_signature_bypass');
|
|
require('./unsigned_subpackets');
|
|
require('./subkey_trust');
|
|
});
|