[go: nahoru, domu]

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

Fix weak digest in TLS 1.2 with SNI. #4577

Closed

Commits on Oct 23, 2017

  1. Fix weak digest in TLS 1.2 with SNI.

    1ce95f1 was incomplete and did not
    handle the case when SSL_set_SSL_CTX was called from the cert_cb
    callback rather than the SNI callback. The consequence is any server
    using OpenSSL 1.0.2 and the cert_cb callback for SNI only ever signs a
    weak digest, SHA-1, even when connecting to clients which use secure
    ones.
    
    Fix this and add regression tests for both this and the original issue.
    
    Fixes openssl#4554.
    davidben committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    cdc6405 View commit details
    Browse the repository at this point in the history