nn::ssl::Connection::SetServerCertBuffer Member Functionnn::Result SetServerCertBuffer( uptr bufferAddress, size_t bufferSize );
| Name | Description | |
|---|---|---|
| in | bufferAddress | Pointer to the start of the buffer. The memory for the buffer must be 4096-byte aligned. |
| in | bufferSize | Buffer size. |
Configures the buffer used to get the server certificate. Use this after invoking the Initialize function. This function handles everything up to and including the buffer configuration. The server certificate will actually be written to the buffer when the DoHandshake function is called.
CONFIDENTIAL