
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');
|
|
});
|