mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-07-01 17:55:23 +02:00
everything related to the FW 20 has been deleted.
This commit is contained in:
parent
7e943732bf
commit
5608ab1cd4
35 changed files with 27 additions and 278 deletions
|
|
@ -106,8 +106,6 @@ public:
|
|||
{33, nullptr, "ExportKeyingMaterial"},
|
||||
{34, nullptr, "SetIoTimeout"},
|
||||
{35, nullptr, "GetIoTimeout"},
|
||||
{36, nullptr, "GetSessionTicket"}, // 20.0.0+
|
||||
{37, nullptr, "SetSessionTicket"}, // 20.0.0+
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ enum class CaCertificateId : s32 {
|
|||
All = -1,
|
||||
NintendoCAG3 = 1,
|
||||
NintendoClass2CAG3 = 2,
|
||||
NintendoRootCAG4 = 3, // [16.0.0+]
|
||||
NintendoRootCAG4 = 3,
|
||||
AmazonRootCA1 = 1000,
|
||||
StarfieldServicesRootCertificateAuthorityG2 = 1001,
|
||||
AddTrustExternalCARoot = 1002,
|
||||
|
|
@ -29,10 +29,10 @@ enum class CaCertificateId : s32 {
|
|||
EntrustnetCertificationAuthority2048 = 1014,
|
||||
EntrustRootCertificationAuthority = 1015,
|
||||
EntrustRootCertificationAuthorityG2 = 1016,
|
||||
GeoTrustGlobalCA2 = 1017, // [8.0.0+] TrustedCertStatus is EnabledNotTrusted
|
||||
GeoTrustGlobalCA = 1018, // [8.0.0+] TrustedCertStatus is EnabledNotTrusted
|
||||
GeoTrustPrimaryCertificationAuthorityG3 = 1019, // [8.0.0+] TrustedCertStatus is EnabledNotTrusted
|
||||
GeoTrustPrimaryCertificationAuthority = 1020, // [8.0.0+] TrustedCertStatus is EnabledNotTrusted
|
||||
GeoTrustGlobalCA2 = 1017,
|
||||
GeoTrustGlobalCA = 1018,
|
||||
GeoTrustPrimaryCertificationAuthorityG3 = 1019,
|
||||
GeoTrustPrimaryCertificationAuthority = 1020,
|
||||
GlobalSignRootCA = 1021,
|
||||
GlobalSignRootCAR2 = 1022,
|
||||
GlobalSignRootCAR3 = 1023,
|
||||
|
|
@ -73,72 +73,6 @@ enum class CaCertificateId : s32 {
|
|||
DigiCertTLSECCP384RootG5 = 1058, // [16.0.0+]
|
||||
DigiCertTLSRSA4096RootG5 = 1059, // [16.0.0+]
|
||||
NintendoTempRootCAG4 = 65536, // [16.0.0+] ([19.0.0+] Removed)
|
||||
|
||||
// Nintendo round-robin certificates [20.0.0+]
|
||||
NintendoRR01 = 32801,
|
||||
NintendoRR02 = 32802,
|
||||
NintendoRR03 = 32803,
|
||||
NintendoRR04 = 32804,
|
||||
NintendoRR05 = 32805,
|
||||
NintendoRR06 = 32806,
|
||||
NintendoRR07 = 32807,
|
||||
NintendoRR08 = 32808,
|
||||
NintendoRR09 = 32809,
|
||||
NintendoRR10 = 32810,
|
||||
NintendoRR11 = 32811,
|
||||
NintendoRR12 = 32812,
|
||||
NintendoRR13 = 32813,
|
||||
NintendoRR14 = 32814,
|
||||
NintendoRR15 = 32815,
|
||||
NintendoRR16 = 32816,
|
||||
NintendoRR17 = 32817,
|
||||
NintendoRR18 = 32818,
|
||||
NintendoRR19 = 32819,
|
||||
NintendoRR20 = 32820,
|
||||
NintendoRR21 = 32821,
|
||||
NintendoRR22 = 32822,
|
||||
NintendoRR23 = 32823,
|
||||
NintendoRR24 = 32824,
|
||||
NintendoRR25 = 32825,
|
||||
NintendoRR26 = 32826,
|
||||
NintendoRR27 = 32827,
|
||||
NintendoRR28 = 32828,
|
||||
NintendoRR29 = 32829,
|
||||
NintendoRR30 = 32830,
|
||||
NintendoRR31 = 32831,
|
||||
NintendoRR32 = 32832,
|
||||
NintendoRR33 = 32833,
|
||||
NintendoRR34 = 32834,
|
||||
NintendoRR35 = 32835,
|
||||
NintendoRR36 = 32836,
|
||||
NintendoRR37 = 32837,
|
||||
NintendoRR38 = 32838,
|
||||
NintendoRR39 = 32839,
|
||||
NintendoRR40 = 32840,
|
||||
NintendoRR41 = 32841,
|
||||
NintendoRR42 = 32842,
|
||||
NintendoRR43 = 32843,
|
||||
NintendoRR44 = 32844,
|
||||
NintendoRR45 = 32845,
|
||||
NintendoRR46 = 32846,
|
||||
NintendoRR47 = 32847,
|
||||
NintendoRR48 = 32848,
|
||||
NintendoRR49 = 32849,
|
||||
NintendoRR50 = 32850,
|
||||
NintendoRR51 = 32851,
|
||||
NintendoRR52 = 32852,
|
||||
NintendoRR53 = 32853,
|
||||
NintendoRR54 = 32854,
|
||||
NintendoRR55 = 32855,
|
||||
NintendoRR56 = 32856,
|
||||
NintendoRR57 = 32857,
|
||||
NintendoRR58 = 32858,
|
||||
NintendoRR59 = 32859,
|
||||
NintendoRR60 = 32860,
|
||||
NintendoRR61 = 32861,
|
||||
NintendoRR62 = 32862,
|
||||
NintendoRR63 = 32863,
|
||||
NintendoRR64 = 32864,
|
||||
};
|
||||
|
||||
enum class TrustedCertStatus : s32 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue