Change GTlsClientConnection::accepted-cas to contain DER DNs
authorStef Walter <stefw@collabora.co.uk>
Fri, 24 Dec 2010 16:50:14 +0000 (10:50 -0600)
committerStef Walter <stefw@collabora.co.uk>
Wed, 5 Jan 2011 17:35:06 +0000 (09:35 -0800)
commit4e33967a002fd14d7106ef2ff88122344f2e4983
tree5f8bd3450291315997085af5dd79abc20d469fea
parente6546debd61d32b41b37c20b62d4e47cd3e53e25
Change GTlsClientConnection::accepted-cas to contain DER DNs

This property is now a GList of GByteArray values. Each
GByteArray contains the raw DER DN of the certificate authority.
This is far more useful for looking up a certificate (with the
relevant issuer) than a string encoded DN.

https://bugzilla.gnome.org/show_bug.cgi?id=637262
gio/gtlsclientconnection.c
gio/gtlsclientconnection.h