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

libvncclient: improve compatibility with GnuTLS 3.8 #630

Merged
merged 1 commit into from
Sep 23, 2024

Commits on Sep 23, 2024

  1. libvncclient: improve compatibility with GnuTLS 3.8

    Since GnuTLS 3.8, TTLS-SRP is disabled by default at compile time [1].
    As a result, connecting to a server via TLS fails with:
    
    > Warning: Failed to set TLS priority: The request is invalid. (+SRP).
    
    > TLS handshake failed: No or insufficient priorities were set.
    
    On the other hand, TLS-SRP is apparently unused in libvncclient. It
    seems TLS-SRP requires providing serveral parameters, including a
    username and a password, via specific GnuTLS API [2], which I didn't
    find in the codebase.
    
    [1] https://gitlab.com/gnutls/gnutls/-/merge_requests/1681
    [2] https://www.gnutls.org/manual/html_node/Authentication-using-SRP.html
    yan12125 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    86b99bf View commit details
    Browse the repository at this point in the history