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: support ECDHE when ec_point_formats is missing in ClientHello #49127

Commits on Oct 23, 2021

  1. crypto: support ECDHE when ec_point_formats is missing in ClientHello

    As describe in rfc8422 5.1.2, we will support ECDHE in the case client does not
    include ec_point_formats extension in ClientHello extension. This make sure ECDHE
    will work with (uncompressed point format is listed explicitly) or without extension.
    
    rfc8422 5.1.2: https://datatracker.ietf.org/doc/html/rfc8422#section-5.1.2.
    
    Fixes golang#49126
    yang-wei committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    9bcac6a View commit details
    Browse the repository at this point in the history