Difference between revisions of "SSLC:AddTrustedRootCA"
Jump to navigation
Jump to search
m (moved SSLC:SetRootCACert to SSLC:AddTrustedRootCA) |
|||
Line 38: | Line 38: | ||
=Description= | =Description= | ||
− | This | + | This adds the specified root CA cert(DER format) to the trusted root CA cert chain, for this SSL session. The default trusted SSL root CA certs are the certs embedded in SSL module. |
Revision as of 23:45, 8 July 2013
Request
Index Word | Description |
---|---|
0 | Header code [0x00050082] |
1 | SSL 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 |
2 | ? |
Description
This adds the specified root CA cert(DER format) to the trusted root CA cert chain, for this SSL session. The default trusted SSL root CA certs are the certs embedded in SSL module.