https://bugzilla.redhat.com/show_bug.cgi?id=2051008



--- Comment #45 from Michael Catanzaro <[email protected]> ---
In this particular case, see:
https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/tls_gnutls.c#L195

The code calls:

gnutls_priority_set_direct(p->session, "NORMAL", NULL);

Which means: "disable Fedora crypto policy, and use upstream default crypto
policy instead." That's not OK and needs to be fixed to use
gnutls_set_default_priority() instead. That change should be accepted upstream
too, since if there is no system policy, it's going to set the NORMAL priority


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2051008
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to