Project

General

Profile

Bug #1467

Updated by Alex Afanasyev over 11 years ago

The method  

      

 static bool 
     
 verifySignature(const Interest& interest, 
                     
                 const SignatureSha256WithRsa& sig, 
                     
                 const PublicKey& publicKey) 

 did not take the SignatureInfo name component as a part of the signed interest name, which will always cause signature verification failure.

Back