SSLC:AddTrustedRootCA: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
| SSL context handle | | SSL RootCertChain context handle | ||
|- | |- | ||
| 2 | | 2 | ||
| Line 38: | Line 38: | ||
=Description= | =Description= | ||
This adds the specified root CA cert(DER format) to the | This adds the specified root CA cert(DER format) to the specified root-CA chain. | ||
Revision as of 05:09, 9 December 2015
Request
| 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
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
| 2 | ? |
Description
This adds the specified root CA cert(DER format) to the specified root-CA chain.