Difference between revisions of "HTTPC:RootCertChainAddCert"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x002F0082] |- | 1 | RootCertChain context handle |- | 2 | Root CA cert buffer siz...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 32: | Line 32: | ||
| 1 | | 1 | ||
| Result code | | Result code | ||
+ | |- | ||
+ | | 2 | ||
+ | | u32, unknown. | ||
|} | |} | ||
=Description= | =Description= | ||
− | This is the RootCertChain version of [[HTTPC:AddTrustedRootCA]]. | + | This is the RootCertChain version of [[HTTPC:AddTrustedRootCA]]. This uses [[SSLC:AddTrustedRootCA]] internally. |
Latest revision as of 01:37, 9 December 2015
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x002F0082] |
1 | RootCertChain context handle |
2 | Root CA cert buffer size |
4 | (Size<<4) | 10 |
5 | Pointer to input root CA cert data |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | u32, unknown. |
Description[edit]
This is the RootCertChain version of HTTPC:AddTrustedRootCA. This uses SSLC:AddTrustedRootCA internally.