Obtain the random number of the client and server during the handshake.
- Parameters
-
| ctx | [IN] TLS connection handle |
| out | [OUT] Random number obtained |
| outlen | [OUT] Length of the input parameter out. If the length is greater than the maximum random number length, the value will be changed. |
| isClient | [IN] True, obtain the random number of the client. False, obtain the random number of the server. |
- Return values
-
| HITLS_SUCCESS,obtaining | the status succeeded. For details about other error codes, see hitls_error.h. |