BOSSU:RegisterPrivateRootCa: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
DaniElectra (talk | contribs)
Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0005|1|2}} {{IPC/RequestEntry|u32, Buffer size}} {{IPC/MapPointerR|Input root CA buffer}} {{IPC/RequestEnd}} =Response= {{IPC/..."
 
DaniElectra (talk | contribs)
m Description: Clarify ascii85 encoding
 
Line 16: Line 16:
=Description=
=Description=


This registers a private root certificate to be used by BOSS for the program ID of the current session. The certificate is saved to the BOSS savedata as: "bossdb:/%s_CA%d", where %s goes the program ID Base85/Ascii85 encoded and %d is the index of the root certificate.
This registers a private root certificate to be used by BOSS for the program ID of the current session. The certificate is saved to the BOSS savedata as: "bossdb:/%s_CA%d", where %s goes the program ID Ascii85 encoded and %d is the index of the root certificate.

Latest revision as of 18:56, 21 August 2025

Request

Index Word Description
0
Header 0x00050042 Cmd 0x0005 Param 1 Xlat 2
1 u32, Buffer size
2 Descriptor for mapping a read-only buffer in the target process
3 Input root CA buffer

Response

Index Word Description
0
Header 0x00050042 Cmd 0x0005 Param 1 Xlat 2
1 Result code
2 Descriptor for mapping a read-only buffer in the target process
3 Input root CA buffer

Description

This registers a private root certificate to be used by BOSS for the program ID of the current session. The certificate is saved to the BOSS savedata as: "bossdb:/%s_CA%d", where %s goes the program ID Ascii85 encoded and %d is the index of the root certificate.