lrs_start_ssl

Example: lrs_start_sslSockets Functions

Performs an SSL handshake on a socket.

int lrs_start_ssl( char* socketDesc [, char* version] [, char* ciphers]));

socketDesc

A descriptor identifying a socket.
version

One of:

  • SSLv2n3 (default)
  • SSLv2
  • SSLv3
  • TLSv1_0
  • TLSv1_1
  • TLSv1_2
  • TLSv1_3

    Note: TLSv1_3 is supported from VuGen version 12.62.
ciphers

A colon-separated list of ciphers supported by the client. The default is All.

See Open SSL Ciphers

The lrs_start_ssl function performs an SSL handshake on a socket.

This function is recorded during a Windows Socket session.

Return Values

Windows Sockets Return Values

Parameterization

You cannot use standard parameterization for any arguments in this function.