mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-03-30 15:08:32 +00:00
Reading/decryption/signature verification side is working.
This commit is contained in:
parent
ab31b39d2f
commit
945fa0ba51
@ -339,6 +339,11 @@ unittests.register("Packet testing", function() {
|
||||
key: key[0].public_key
|
||||
});
|
||||
|
||||
verified = verified == key[4].verify(key[0].public_key,
|
||||
{
|
||||
key: key[0].public_key,
|
||||
bind: key[3].public_key
|
||||
})
|
||||
|
||||
|
||||
return new test_result('Secret key reading with signature verification.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user