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 796636 - rtspdefs: Add gst_rtsp_generate_digest_auth_response_from_md5
rtspdefs: Add gst_rtsp_generate_digest_auth_response_from_md5
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal enhancement
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-06-20 02:42 UTC by Mathieu Duponchelle
Modified: 2018-06-21 13:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtspdefs: Add gst_rtsp_generate_digest_auth_response_from_md5 (6.20 KB, patch)
2018-06-20 02:42 UTC, Mathieu Duponchelle
committed Details | Review

Description Mathieu Duponchelle 2018-06-20 02:42:54 UTC
See commit message
Comment 1 Mathieu Duponchelle 2018-06-20 02:42:59 UTC
Created attachment 372731 [details] [review]
rtspdefs: Add gst_rtsp_generate_digest_auth_response_from_md5

Passwords are usually not stored in clear text, usually
the A1 section of the response is stored as is in .htdigest
files.
Comment 2 Edward Hervey 2018-06-20 13:36:16 UTC
Review of attachment 372731 [details] [review]:

Looks good !
Comment 3 Mathieu Duponchelle 2018-06-21 13:36:47 UTC
Attachment 372731 [details] pushed as 0304c63 - rtspdefs: Add gst_rtsp_generate_digest_auth_response_from_md5