SSL services: Difference between revisions
No edit summary |
|||
Line 6: | Line 6: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || CreateContext | | 0 || [[#CreateContext]] | ||
|- | |- | ||
| 1 || GetContextCount | | 1 || GetContextCount | ||
Line 24: | Line 24: | ||
| 8 || [6.0.0+] [[#GetDebugOption]] | | 8 || [6.0.0+] [[#GetDebugOption]] | ||
|} | |} | ||
== CreateContext == | |||
Takes a PID, an input u32 [[#SslVersion]], an input u64 pid_placeholder, and returns an output [[#ISslContext]]. | |||
== GetCertificates == | == GetCertificates == | ||
Line 66: | Line 69: | ||
| 1 || GetOption | | 1 || GetOption | ||
|- | |- | ||
| 2 || CreateConnection | | 2 || [[#CreateConnection]] | ||
|- | |- | ||
| 3 || GetConnectionCount | | 3 || GetConnectionCount | ||
Line 86: | Line 89: | ||
| 11 || [3.0.0+] RemoveCrl | | 11 || [3.0.0+] RemoveCrl | ||
|} | |} | ||
=== CreateConnection === | |||
No input, returns an [[#ISslConnection]]. | |||
=== ISslConnection === | === ISslConnection === | ||
Line 146: | Line 152: | ||
| 25 || [4.0.0+] GetCipherInfo | | 25 || [4.0.0+] GetCipherInfo | ||
|} | |} | ||
= SslVersion = | |||
This is the "nn::ssl::sf::SslVersion" enum. | |||
= BuiltInCertificateInfo = | = BuiltInCertificateInfo = |