GNOME Bugzilla – Bug 750298
souphttpsrc: add tls-database property
Last modified: 2015-06-10 18:22:37 UTC
SoupSession::ssl-ca-file property is deprecated in favor of tls-database property. It's also more consistent with GstRTSPSrc which has a tls-database property. Note that we don't have to bump libsoup version dependency since we already depend on 2.40 and the property was introduced in 2.38.
Created attachment 304457 [details] [review] souphttpsrc: Add tls-database property
Created attachment 304938 [details] [review] souphttpsrc: fix getter of "ssl-use-system-ca-file"
Created attachment 304939 [details] [review] souphttpsrc: Add tls-database property
Tim merged one patch, I merged the second: commit 5ada1a6cf81e16f41866215c615e1459732f1c15 Author: Xavier Claessens <xavier.claessens@collabora.com> Date: Wed Jun 10 06:38:39 2015 -0400 souphttpsrc: fix getter of "ssl-use-system-ca-file" https://bugzilla.gnome.org/show_bug.cgi?id=750298 commit 64e4df3fe28c2e1d01eb0cf30c5a9c13d7cd2135 Author: Xavier Claessens <xavier.claessens@collabora.com> Date: Tue Jun 2 16:15:35 2015 -0400 souphttpsrc: Add tls-database property https://bugzilla.gnome.org/show_bug.cgi?id=750298