SSL services: Difference between revisions
| Line 8: | Line 8: | ||
| 0 || [[#CreateContext]] | | 0 || [[#CreateContext]] | ||
|- | |- | ||
| 1 || GetContextCount | | 1 || [[#GetContextCount]] | ||
|- | |- | ||
| 2 || [[#GetCertificates]] | | 2 || [[#GetCertificates]] | ||
| Line 18: | Line 18: | ||
| 5 || [3.0.0+] [[#SetInterfaceVersion]] | | 5 || [3.0.0+] [[#SetInterfaceVersion]] | ||
|- | |- | ||
| 6 || [5.0.0+] FlushSessionCache | | 6 || [5.0.0+] [[#FlushSessionCache]] | ||
|- | |- | ||
| 7 || [6.0.0+] [[#SetDebugOption]] | | 7 || [6.0.0+] [[#SetDebugOption]] | ||
| Line 27: | Line 27: | ||
== CreateContext == | == CreateContext == | ||
Takes a PID, an input u32 [[#SslVersion]], an input u64 pid_placeholder, and returns an output [[#ISslContext]]. | Takes a PID, an input u32 [[#SslVersion]], an input u64 pid_placeholder, and returns an output [[#ISslContext]]. | ||
== GetContextCount == | |||
No input, returns an output u32. | |||
== GetCertificates == | == GetCertificates == | ||
| Line 56: | Line 59: | ||
| 0x3 || [6.0.0+] | | 0x3 || [6.0.0+] | ||
|} | |} | ||
== FlushSessionCache == | |||
Takes a type-0x5 input buffer, an input u32 "nn::ssl::sf::FlushSessionCacheOptionType", returns an output u32. | |||
== SetDebugOption == | == SetDebugOption == | ||