mongoc_stream_tls_do_handshake (3) Linux Manual Page
mongoc_stream_tls_do_handshake() – This function shall perform an SSL handshake on the underlying stream.
Synopsis
bool
mongoc_stream_tls_do_handshake (mongoc_stream_t *stream,
int32_t timeout_msec);
Parameters
- stream
- A mongoc_stream_tls_t \&.
- timeout_msec
- A timeout, in milliseconds, for the handshake.
This function shall perform an SSL handshake on the underlying stream.
