Line 20:
Line 20:
} content_record; // size: 0x30 bytes
} content_record; // size: 0x30 bytes
−
enum sig_type {
+
enum sig_type {
RSA_2048 = 0x00010001,
RSA_2048 = 0x00010001,
RSA_4096 = 0x00010000
RSA_4096 = 0x00010000
−
};
+
};
typedef struct {
typedef struct {
Line 45:
Line 45:
u16 fill3;
u16 fill3;
content_record contents[num_contents];
content_record contents[num_contents];
−
} tmd;
+
} tmd;
The tmd is then followed by a chain of certificates, where each certificate is of the general form
The tmd is then followed by a chain of certificates, where each certificate is of the general form