Reading/decryption/signature verification side is working.

This commit is contained in:
Michal Kolodziej 2013-05-09 09:37:12 +02:00
parent ab31b39d2f
commit 945fa0ba51

View File

@ -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.',