Difference between revisions of "HTTPC:AddTrustedRootCA"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00240082] |- | 1 | HTTP context handle |- | 2 | Root CA cert buffer size |- | 4 ...") |
m (moved HTTPC:SetRootCACert to HTTPC:AddTrustedRootCA) |
Revision as of 23:38, 8 July 2013
Request
Index Word | Description |
---|---|
0 | Header code [0x00240082] |
1 | HTTP context handle |
2 | Root CA cert buffer size |
4 | (Size<<4) | 10 |
5 | Pointer to input root CA cert data |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description
HTTP module uses command SSLC:SetRootCACert, for handling this HTTPC command.