SSLC:OpenClientCertContext: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000D0084] |- | 1 | Cert size |- | 2 | Key size |- | 3 | (CertSize<<4) <nowik..." |
(No difference)
|
Latest revision as of 22:30, 24 March 2016
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x000D0084] |
| 1 | Cert size |
| 2 | Key size |
| 3 | (CertSize<<4) | 10 |
| 4 | Pointer to input cert |
| 5 | (KeySize<<4) | 10 |
| 6 | Pointer to input key |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
| 2 | ClientCert context handle. |
Description
This opens a ClientCert context using the input DER cert and DER private key. This is for the TLS client cert+privk.