Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnutls: fix an upstream regression in RSA certificates #311735

Merged
merged 1 commit into from
May 15, 2024

Commits on May 15, 2024

  1. gnutls: fix an upstream regression in RSA certificates

    The update to 3.8.5 involved adding a feature to conditionally
    disable RSAES-PKCS1-v1.5 [1]. It was intended to be turned on
    by default [2], but failed [3].
    Therefore it is disabled, which in turn throws a new error:
    "Fatal error: The encryption algorithm is not supported". (error 113).
    
    This can have severe implications, as for example Lets Encrypt
    signed RSA certificates aren't trusted anymore.
    
    This commit fetches the upstream patch, which hasn't been included
    in 3.8.5
    
    [1]: https://gitlab.com/gnutls/gnutls/-/merge_requests/1828
    [2]: https://gitlab.com/gnutls/gnutls/-/merge_requests/1828/diffs#cd5a2ba3b145c1bd292e027ef84c618b6b7fb895_267_274
    [3]: https://gitlab.com/gnutls/gnutls/-/issues/1540
    
    Signed-off-by: Florian Brandes <[email protected]>
    gador authored and vcunat committed May 15, 2024
    Configuration menu
    Copy the full SHA
    cb46783 View commit details
    Browse the repository at this point in the history