tlscipheropts

Contains the ciphers that are supported by the socket.

Service:Winsock 2

Syntax

  #include <winsock/novsock2.h>
  
  struct tlscipheropts
  {
     int    n;
     char   specs[3];
  };
  

Fields

n

Specifies the number of ciphers (not the number of cipher bytes).

specs

Specifies an array of 3-byte values that contain the cipher specifications.

Remarks

If WSAIoctl is called to get/ set the privacy ciphers that TLS uses for the socket, the lpInBuffer parameter points to this structure.