Skip to content

tls: add functions to get protocol version and ciphersuite name

Michael Catanzaro requested to merge mcatanzaro/tls-info into master

This adds g_tls_connection_get_protocol_version(), g_tls_connection_get_ciphersuite_name(), and DTLS variants. This will allow populating TLS connection information in the WebKit web inspector.

This is WIP because we found it's not quite possibly to implement correctly with GnuTLS. See glib-networking!151 (merged).

Edited by Michael Catanzaro

Merge request reports