Revert "gnutls: Implement certificate-bytes and private-key-bytes properties"
authorStef Walter <stefw@gnome.org>
Tue, 21 Aug 2012 11:37:10 +0000 (13:37 +0200)
committerStef Walter <stefw@gnome.org>
Tue, 21 Aug 2012 11:49:07 +0000 (13:49 +0200)
commit6e00a33eab52ae99164f5c9c6190dbd1d5f6a2d1
treeebf371733365fc35cfb04cbc2e4793c46c50497c
parent96b8482d192fc40d1823c680625c3dd1f2bbaad2
Revert "gnutls: Implement certificate-bytes and private-key-bytes properties"

 * The corresponding commit was reverted in glib due to ABI issues
 * Add g_tls_certificate_gnutls_get_bytes() for glib-networking use.
 * Fix up the tests and other code so it works in the presence of this
   reverted commit.

This reverts commit c30a4bbaf5e6f937f9e15d4c5fba7ab40a52b6d3.

https://bugzilla.gnome.org/show_bug.cgi?id=682081
tls/gnutls/gtlscertificate-gnutls.c
tls/gnutls/gtlscertificate-gnutls.h
tls/gnutls/gtlsfiledatabase-gnutls.c
tls/tests/certificate.c
tls/tests/file-database.c