SSL Services: Difference between revisions
Line 161: | Line 161: | ||
| | | | ||
| Context-only | | Context-only | ||
| | | [[SSLC:ContextInitSharedmem|ContextInitSharedmem]] | ||
|- | |- | ||
| 0x00200082 | | 0x00200082 | ||
| | | | ||
| | | Context-only | ||
| (u32 inval, u32 size, ((Size<<4) <nowiki>|</nowiki> 10), inbufptr) | | (u32 inval, u32 size, ((Size<<4) <nowiki>|</nowiki> 10), inbufptr) Inbuf seems to be a cert? | ||
|} | |} | ||
Line 174: | Line 174: | ||
Internally there's a separate object vtable used with the above SSLC commands, for the main session(where [[SSLC:InitializeConnectionSession]] wasn't used), and context sessions where [[SSLC:InitializeConnectionSession]] was used. Error 0xD960BBF4 will be returned if a command was used with the wrong session type. | Internally there's a separate object vtable used with the above SSLC commands, for the main session(where [[SSLC:InitializeConnectionSession]] wasn't used), and context sessions where [[SSLC:InitializeConnectionSession]] was used. Error 0xD960BBF4 will be returned if a command was used with the wrong session type. | ||
Like some other commands, 0x001F0082 and 0x00200082 are not used by HTTP-sysmodule. |