Skip to content

[3.0] gnutls: remove manual DH prime bits setting

Tristan Matthews requested to merge tmatth/vlc:backport-gnutls-dh into 3.0.x

This sets the DH group to an unnecessarily and insecure small size. By removing this function call GnuTLS will select an appropriate DH group from the priority string which, when configured appropriately, will always be a 2048-bit or larger group.

Signed-off-by: William Woodruff william@trailofbits.com

(cherry picked from commit 3c9e4df1)

Signed-off-by: Tristan Matthews tmatth@videolan.org

Merge request reports

Loading