SSL services: Difference between revisions
| Line 10: | Line 10: | ||
| 1 || GetContextCount | | 1 || GetContextCount | ||
|- | |- | ||
| 2 || GetCertificates | | 2 || [[#GetCertificates]] | ||
|- | |- | ||
| 3 || GetCertificateBufSize | | 3 || [[#GetCertificateBufSize]] | ||
|- | |- | ||
| 4 || [3.0.0+] [[#DebugIoctl]] | | 4 || [3.0.0+] [[#DebugIoctl]] | ||
| Line 25: | Line 25: | ||
|} | |} | ||
[3.0.0+] | == GetCertificates == | ||
Takes a type-0x6 output buffer and a type-0x5 input buffer containing an array of s32 '''CaCertificateId'''. | |||
[3.0.0+] This now returns 4-bytes of output. | |||
== GetCertificateBufSize == | |||
Takes a type-0x5 input buffer containing an array of s32 '''CaCertificateId''', returns an output u32 for the size to use with [[#GetCertificates]]. | |||
== DebugIoctl == | == DebugIoctl == | ||