Add a GNUTLS-based GTlsBackend
authorDan Winship <danw@gnome.org>
Sun, 7 Nov 2010 13:11:56 +0000 (08:11 -0500)
committerDan Winship <danw@gnome.org>
Fri, 26 Nov 2010 20:31:48 +0000 (15:31 -0500)
commitb3c34ce3db83774e33209276dcbaa2b7b6d23b2b
tree978c23c6952c7b2f4058656f33efa44e9df0f3d5
parent96cfd72305356ff4a25677d26ee47c3baf546e48
Add a GNUTLS-based GTlsBackend

https://bugzilla.gnome.org/show_bug.cgi?id=588189
18 files changed:
Makefile.am
configure.ac
tls/gnutls/Makefile.am [new file with mode: 0644]
tls/gnutls/gnutls-module.c [new file with mode: 0644]
tls/gnutls/gtlsbackend-gnutls.c [new file with mode: 0644]
tls/gnutls/gtlsbackend-gnutls.h [new file with mode: 0644]
tls/gnutls/gtlscertificate-gnutls.c [new file with mode: 0644]
tls/gnutls/gtlscertificate-gnutls.h [new file with mode: 0644]
tls/gnutls/gtlsclientconnection-gnutls.c [new file with mode: 0644]
tls/gnutls/gtlsclientconnection-gnutls.h [new file with mode: 0644]
tls/gnutls/gtlsconnection-gnutls.c [new file with mode: 0644]
tls/gnutls/gtlsconnection-gnutls.h [new file with mode: 0644]
tls/gnutls/gtlsinputstream-gnutls.c [new file with mode: 0644]
tls/gnutls/gtlsinputstream-gnutls.h [new file with mode: 0644]
tls/gnutls/gtlsoutputstream-gnutls.c [new file with mode: 0644]
tls/gnutls/gtlsoutputstream-gnutls.h [new file with mode: 0644]
tls/gnutls/gtlsserverconnection-gnutls.c [new file with mode: 0644]
tls/gnutls/gtlsserverconnection-gnutls.h [new file with mode: 0644]