mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
Enable CiaProcess to fallback use certs to verify cert/tik/tmd.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user