Enable CiaProcess to fallback use certs to verify cert/tik/tmd.

This commit is contained in:
jakcron
2022-03-13 17:23:51 +08:00
parent 5f0186d19f
commit ea74ca4e93
2 changed files with 58 additions and 36 deletions
+1
View File
@@ -57,6 +57,7 @@ private:
// process variables
ntd::n3ds::CiaHeader mHeader;
std::map<std::string, std::shared_ptr<ntd::n3ds::es::ISigner>> mIssuerSigner;
std::map<std::string, std::shared_ptr<ntd::n3ds::es::ISigner>> mCertImportedIssuerSigner;
std::vector<ntd::n3ds::es::Certificate> mCertChain;
std::vector<ValidState> mCertSigValid;
ntd::n3ds::es::Ticket mTicket;