Update to change for bug 39178. Revert error-handling change, perhaps
temporarily if yassl maintainer has plans for other error handling.
This commit is contained in:
parent
480046c52e
commit
490bc42101
@ -265,7 +265,7 @@ int CertManager::Validate()
|
||||
TaoCrypt::CertDecoder cert(source, true, &signers_, verifyNone_);
|
||||
|
||||
int err = cert.GetError().What();
|
||||
if ( err && err != TaoCrypt::SIG_OTHER_E)
|
||||
if ( err )
|
||||
return err;
|
||||
|
||||
uint sz = cert.GetPublicKey().size();
|
||||
|
Loading…
x
Reference in New Issue
Block a user