Difference between revisions of "SSLC:AddTrustedRootCA"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00050082] |- | 1 | SSL context handle |- | 2 | Root CA cert buffer size |- | 4 |...") |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | SSL context handle | + | | SSL RootCertChain context handle |
|- | |- | ||
| 2 | | 2 | ||
| 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 34: | Line 34: | ||
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | Cert context handle. |
|} | |} | ||
+ | |||
+ | =Description= | ||
+ | This adds the specified root CA cert(DER format) to the specified root-CA chain. This ''only'' adds it to the chain, the DER data is not parsed at all. |
Latest revision as of 02:44, 14 December 2015
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x00050082] |
1 | SSL RootCertChain 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 |
2 | Cert context handle. |
Description[edit]
This adds the specified root CA cert(DER format) to the specified root-CA chain. This only adds it to the chain, the DER data is not parsed at all.