Add a request_certificate virtual method to GTlsInteraction

Desktop / GNOME / GLib - Stef Walter [gnome.org] - 28 October 2013 03:36 UTC

This allows GTlsConnection implementations to request a certificate from the user.

Fix ups by Dan Winship

https://bugzilla.gnome.org/show_bug.cgi?id=637257

65af7c4 Add a request_certificate virtual method to GTlsInteraction
docs/reference/gio/gio-sections.txt | 7 +-
gio/gioenums.h | 14 +
gio/gtlsinteraction.c | 390 ++++++++++++++++++++++++---
gio/gtlsinteraction.h | 47 +++-
gio/tests/Makefile.am | 2 +
gio/tests/tls-interaction.c | 508 +++++++++++++++++++++++++++++++----
6 files changed, 867 insertions(+), 101 deletions(-)

Upstream: git.gnome.org


  • Share