summaryrefslogtreecommitdiff
path: root/gio/gtlsconnection.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-06-25 12:58:14 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2016-01-18 14:25:06 +0000
commitc3d6934f1838ae7c0d961c3d205f4b59789478ee (patch)
tree4df6d486c2c44aa81e4a3da527a64483cbe417d1 /gio/gtlsconnection.c
parente3ab6ab38a69fe20f182703052387fa1cad21205 (diff)
downloadglib-c3d6934f1838ae7c0d961c3d205f4b59789478ee.tar.gz
gio: Add DTLS interfaces
Add a new GDtlsConnection interface, plus derived GDtlsClientConnection and GDtlsServerConnection interfaces, for implementing Datagram TLS support in glib-networking. A GDtlsConnection is a GDatagramBased, so may be used as a normal datagram socket, wrapping all datagrams from a base GDatagramBased in DTLS segments. Test cases are included in the implementation in glib-networking. https://bugzilla.gnome.org/show_bug.cgi?id=752240
Diffstat (limited to 'gio/gtlsconnection.c')
-rw-r--r--gio/gtlsconnection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/gtlsconnection.c b/gio/gtlsconnection.c
index f4a8225be..c0c98f7e7 100644
--- a/gio/gtlsconnection.c
+++ b/gio/gtlsconnection.c
@@ -40,6 +40,8 @@
* subclasses, #GTlsClientConnection and #GTlsServerConnection,
* implement client-side and server-side TLS, respectively.
*
+ * For DTLS (Datagram TLS) support, see #GDtlsConnection.
+ *
* Since: 2.28
*/