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 (Corrected minor mistake in the index word numbering) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 14: | Line 14: | ||
| Root CA cert buffer size | | Root CA cert buffer size | ||
|- | |- | ||
− | | | + | | 3 |
| (Size<<4) <nowiki>|</nowiki> 10 | | (Size<<4) <nowiki>|</nowiki> 10 | ||
|- | |- | ||
− | | | + | | 4 |
| Pointer to input root CA cert data | | Pointer to input root CA cert data | ||
|} | |} | ||
Line 35: | Line 35: | ||
=Description= | =Description= | ||
− | HTTP module uses command [[SSLC: | + | HTTP module uses command [[SSLC:AddTrustedRootCA]], for handling this HTTPC command. |
Latest revision as of 03:37, 11 January 2018
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x00240082] |
1 | HTTP context handle |
2 | Root CA cert buffer size |
3 | (Size<<4) | 10 |
4 | Pointer to input root CA cert data |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
HTTP module uses command SSLC:AddTrustedRootCA, for handling this HTTPC command.