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

crypto: use SSL_get_servername. #9347

Closed
wants to merge 1 commit into from
Closed

crypto: use SSL_get_servername. #9347

wants to merge 1 commit into from

Commits on Oct 28, 2016

  1. crypto: use SSL_get_servername.

    (Patch by David Benjamin.)
    
    Rather than reach into the SSL_SESSION, use the intended API,
    SSL_get_servername. This will also help the transition to OpenSSL 1.1.0.
    
    Also don't fill in the tlsTicket field here. This is never read by
    oncertcb and was always false anyway; that field is maintained by
    clients and tracks whether the server issued a ticket or a session ID.
    
    (Note this is distinct from the copy passed to onclienthello which is
    used and is not a no-op.)
    agl committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    8f4abfc View commit details
    Browse the repository at this point in the history