After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 766494 - souphttpclientsink: Add tls-database and tls-interaction
souphttpclientsink: Add tls-database and tls-interaction
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-05-15 22:54 UTC by minfrin
Modified: 2018-05-06 13:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
souphttpsink: Add GTlsInteraction and GTlsDatabase properties (8.80 KB, patch)
2016-05-15 22:54 UTC, minfrin
none Details | Review
[PATCH] souphttpsink: Add GTlsInteraction and GTlsDatabase properties (8.81 KB, patch)
2016-05-16 10:40 UTC, minfrin
none Details | Review

Description minfrin 2016-05-15 22:54:56 UTC
Created attachment 327954 [details] [review]
souphttpsink: Add GTlsInteraction and GTlsDatabase properties

Required when the server requests a client certificate, aligns souphttpclientsink with souphttpsrc.

Depends on patch in https://bugzilla.gnome.org/show_bug.cgi?id=759145.

Originates from patch in https://bugzilla.gnome.org/show_bug.cgi?id=750709
Comment 1 Tim-Philipp Müller 2016-05-16 07:49:35 UTC
Thanks for the patch, it looks fine to me. Could you make a patch that doesn't depend on #759145 and applies cleanly to master, and update the Since markers to 1.10?
Comment 2 minfrin 2016-05-16 10:40:54 UTC
Created attachment 327964 [details] [review]
[PATCH] souphttpsink: Add GTlsInteraction and GTlsDatabase properties
Comment 3 minfrin 2016-05-16 10:42:49 UTC
I've updated v1.8 to v1.10.

Would it be possible to review #759145 and commit before reviewing this one? Backing out and reapplying patches and then resolving the inevitable conflicts causes a lot of inconvenience on our side.
Comment 4 Tim-Philipp Müller 2016-05-16 10:47:55 UTC
I'm not minded to apply the other one at the moment, but this one seems more straight-forward.
Comment 5 Tim-Philipp Müller 2018-05-06 13:19:22 UTC
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

commit 10044b1d0f4140b1165d3f15807cfa072caef45e
Author: Xavier Claessens <xavier.claessens@collabora.com>
Date:   Wed Jun 10 09:17:08 2015 -0400

    souphttpsrc: Add GTlsInteraction property
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750709