SSL services: Difference between revisions

No edit summary
No edit summary
Line 88: Line 88:
! Cmd || Name
! Cmd || Name
|-
|-
| 0 || SetOption
| 0 || [[#SetOption]]
|-
|-
| 1 || GetOption
| 1 || [[#GetOption]]
|-
|-
| 2 || [[#CreateConnection]]
| 2 || [[#CreateConnection]]
Line 112: Line 112:
| 11 || [3.0.0+] RemoveCrl
| 11 || [3.0.0+] RemoveCrl
|}
|}
=== SetOption ===
Takes an input [[#ContextOption]] and an input s32, no output.
With [[#ContextOption]] value 1, the s32 has to be 0 or 1 (state field is set to the s32 value).
=== GetOption ===
Takes an input [[#ContextOption]], returns an output s32.


=== CreateConnection ===
=== CreateConnection ===
Line 261: Line 269:


This is the "nn::ssl::CaCertificateId" enum.
This is the "nn::ssl::CaCertificateId" enum.
= ContextOption =
This is the "nn::ssl::sf::ContextOption" / "nn::ssl::Context::ContextOption" enum.
{| class="wikitable" border="1"
|-
! Value
! Description
|-
| 1
|
|}


= VerifyOption =
= VerifyOption =