[Bug 796702] glib-networking only uses the system trust, which breaks Android and iOS certificate stores
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Aug 31 03:58:44 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=796702
Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ystreet00 at gmail.com
--- Comment #1 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
Created attachment 373510
--> https://bugzilla.gnome.org/attachment.cgi?id=373510&action=edit
recipes/glib: add API to set the default TLS database
With this the default database can be set using something like:
GTlsBackend *backend = g_tls_backend_get_default ();
GTlsDatabase *db = g_tls_file_database_new ("/path/to/cert/list/file", &error);
g_tls_backend_set_default_database (backend, db);
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list