Project

General

Profile

Task #3994

Updated by Davide Pesavento 13 days ago

Now we call `verifySignature()` verifySignature() directly to do the verification on CA side. There is no validator in CA. 

 
 For each CA item in `client.conf`, Client.Conf, a validator instance should be created and initialized with the CA's cert.  
 The validator instance should be in `ClientCaItem`. ClientCaItem

Back