SSLC:OpenClientCertContext

Revision as of 22:30, 24 March 2016 by Yellows8 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

RequestEdit

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

ResponseEdit

Index Word Description
0 Header code
1 Result code
2 ClientCert context handle.

DescriptionEdit

This opens a ClientCert context using the input DER cert and DER private key. This is for the TLS client cert+privk.