Method

SoupMessageget_tls_ciphersuite_name

Declaration [src]

const char*
soup_message_get_tls_ciphersuite_name (
  SoupMessage* msg
)

Description [src]

Gets the name of the TLS ciphersuite negotiated for msgs connection.

Return value

Type: const char*

The name of the TLS ciphersuite, or NULL if msgs connection is not SSL.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.