SSLC:CreateContext: Difference between revisions
| No edit summary | No edit summary | ||
| (5 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
| |- | |- | ||
| | 2 | | 2 | ||
| |  | | u32 input_opt | ||
| |- | |- | ||
| |  | | 3 | ||
| | Host-name size, including null-terminator. | | Host-name size, including null-terminator. | ||
| |- | |- | ||
| Line 39: | Line 39: | ||
| | Output SSL context handle | | Output SSL context handle | ||
| |} | |} | ||
| =Description= | |||
| This creates a session context. The specified sockfd must be used with [[SOCU:AddGlobalSocket]] before SSLC:CreateContext. | |||
| The context opt field also used by [[SSLC:ContextClearOpt]] is set to: <nowiki>input_opt | 0x1b</nowiki>. For user-processes the default value for input_opt is 0x0. | |||