nn::ssl::Connection::DoHandshake Member Function

Syntax

nn::Result DoHandshake(
     void
);

nn::Result DoHandshake(
     size_t * pServerCertSize,
     u32 * pServerCertNum = NULL
);

List of Overloaded Member Functions

DoHandshake(void) Performs an SSL handshake.
DoHandshake(size_t *, u32 *) This syntax allows you to receive information about the certificate data that is saved in the save buffer for server certificates that were set using the SetServerCertBuffer function while carrying out SSL handshaking. If the SetServerCertBuffer function has not been called (in other words, if the save buffer for server certificates has not been set), this will behave just like the DoHandshake function.

Description of DoHandshake(void)

Performs an SSL handshake.

Description of DoHandshake(size_t *, u32 *)

This syntax allows you to receive information about the certificate data that is saved in the save buffer for server certificates that were set using the SetServerCertBuffer function while carrying out SSL handshaking. If the SetServerCertBuffer function has not been called (in other words, if the save buffer for server certificates has not been set), this will behave just like the DoHandshake function.


CONFIDENTIAL