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

Don't fail the connection in SSLv3 if server selects ECDHE #3734

Closed

Commits on Jun 21, 2017

  1. Don't fail the connection in SSLv3 if server selects ECDHE

    ECDHE is not properly defined for SSLv3. Commit fe55c4a prevented ECDHE
    from being selected in that protocol. However, historically, servers do
    still select ECDHE anyway so that commit causes interoperability problems.
    Clients that previously worked when talking to an SSLv3 server could now
    fail.
    
    This commit introduces an exception which enables a client to continue in
    SSLv3 if the server selected ECDHE.
    
    (cherry picked from commit 8af91fd)
    mattcaswell committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    329176d View commit details
    Browse the repository at this point in the history