SSLC:AddTrustedRootCA: Difference between revisions

mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
|-
|-
| 1
| 1
| SSL context handle
| SSL RootCertChain context handle
|-
|-
| 2
| 2
Line 34: Line 34:
|-
|-
| 2
| 2
| ?
| Cert context handle.
|}
|}


=Description=
=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.
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.