SSLC:AddTrustedRootCA: Difference between revisions

No edit summary
 
(6 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
|-
|-
| 4
| 3
| (Size<<4)  <nowiki>|</nowiki> 10
| (Size<<4)  <nowiki>|</nowiki> 10
|-
|-
| 5
| 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=
=Description=
This specifies the root CA cert to use with this SSL session, instead of using the default SSL root CA certs embedded in the SSL module.
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.