mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-06 16:49:09 +00:00
Add signature validation to TMD
This commit is contained in:
@@ -37,10 +37,11 @@ inline u32 GetSignatureSize(u32 signature_type) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
/// Full names of the certificates contained in a CIA.
|
||||
constexpr std::array<const char*, 3> CIACertNames{{
|
||||
"CA00000003",
|
||||
"XS0000000c",
|
||||
"CP0000000b",
|
||||
"Root-CA00000003",
|
||||
"Root-CA00000003-XS0000000c",
|
||||
"Root-CA00000003-CP0000000b",
|
||||
}};
|
||||
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user