BOSSU:RegisterPrivateClientCert: Difference between revisions
DaniElectra (talk | contribs) Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0006|2|4}} {{IPC/RequestEntry|u32, Client certificate size}} {{IPC/RequestEntry|u32, Client certificate key size}} {{IPC/MapPoi..." |
DaniElectra (talk | contribs) m →Description: Clarify ascii85 encoding |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
{{IPC/Request}} | {{IPC/Request}} | ||
{{#vardefine:ipc_offset|0}} | {{#vardefine:ipc_offset|0}} | ||
{{IPC/RequestHeader| | {{IPC/RequestHeader|0x0006|1|4}} | ||
{{IPC/RequestEntry|Result code}} | {{IPC/RequestEntry|Result code}} | ||
{{IPC/MapPointerR|Input | {{IPC/MapPointerR|Input client certificate buffer}} | ||
{{IPC/MapPointerR|Input client certificate key buffer}} | |||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
=Description= | =Description= | ||
This registers a private client 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_CL" and the certificate key is saved as: "bossdb:/%s_CLK", where %s goes the program ID | This registers a private client 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_CL" and the certificate key is saved as: "bossdb:/%s_CLK", where %s goes the program ID Ascii85 encoded. |