SSLC:OpenDefaultClientCertContext

SSLC:OpenDefaultClientCertContext

Request #

Index WordDescription
0Header code [0x000E0040]
1u8 certID

Response #

Index WordDescription
0Header code
1Result code
2ClientCert context handle.

CertIDs #

IDDescription
Non-0x40Invalid certID, error 0xd8e0b839 is returned for this.
0x40This is the client cert+privk from ClCertA. This data from ClCertA only gets loaded when there’s no ClientCert context handles already open for this certID.

Description #

This opens a ClientCert context for the specified default certID. This is for the TLS client cert+privk. Once the user-process is done using this context handle, that handle must be closed.