nnsslConnectionDoHandshakeEx Function

Syntax

NN_EXTERN_C nnResult nnsslConnectionDoHandshakeEx(
     nnsslConnection * this_,
     size_t * pServerCertSize,
     u32 * pServerCertNum
);

Arguments

Name Description
this_
pServerCertSize
pServerCertNum

Return Values

Description

See the corresponding C++ function, nn::ssl::Connection::DoHandshake(u8* pServerCertBuf, size_t* pServerCertSize, u32* pServerCertNum).

Revision History

2010/06/14
Initial version.

CONFIDENTIAL