nn::ssl::Connection::DoHandshake Member Functionnn::Result DoHandshake( void ); nn::Result DoHandshake( size_t * pServerCertSize, u32 * pServerCertNum = NULL );
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. |
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.
CONFIDENTIAL