SSLC:AddTrustedRootCA: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
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 | ||
|} | |} |
Revision as of 15:18, 14 June 2014
Request
Index Word | Description |
---|---|
0 | Header code [0x00050082] |
1 | SSL 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 trusted root CA cert chain, for this SSL session. The default trusted SSL root CA certs are the certs embedded in SSL module.