SSL services: Difference between revisions

No edit summary
No edit summary
Line 104: Line 104:
| 1 || SetHostName
| 1 || SetHostName
|-
|-
| 2 || SetVerifyOption
| 2 || [[#SetVerifyOption]]
|-
|-
| 3 || SetIoMode
| 3 || SetIoMode
Line 112: Line 112:
| 5 || GetHostName
| 5 || GetHostName
|-
|-
| 6 || GetVerifyOption
| 6 || [[#GetVerifyOption]]
|-
|-
| 7 || GetIoMode
| 7 || GetIoMode
Line 152: Line 152:
| 25 || [4.0.0+] GetCipherInfo
| 25 || [4.0.0+] GetCipherInfo
|}
|}
==== SetVerifyOption ====
Takes an input u32 [[#VerifyOption]], no output.
Originally ssl-sysmodule just wrote the input field to state. With newer sysvers there's now validation for the input.
==== GetVerifyOption ====
No input, returns an output u32 [[#VerifyOption]].


= SslVersion =
= SslVersion =
Line 211: Line 219:


This is the "nn::ssl::CaCertificateId" enum.
This is the "nn::ssl::CaCertificateId" enum.
= VerifyOption =
This is the "nn::ssl::sf::VerifyOption" enum.


= Client cert+privk =
= Client cert+privk =