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

kern: Adjust the timing of key acquisition to distinguish between TLS #576

Merged
merged 1 commit into from
Jul 5, 2024

Commits on Jun 30, 2024

  1. kern: Adjust the timing of key acquisition to distinguish between TLS…

    … versions
    
    * The best way is to first determine the current SSL mode, whether it is server or client. Currently,
     * the ssl->server field is of bool type, and using the offsetof method is not very readable.
     * Therefore, the minimum value of the state is temporarily used instead.
     * The judgment mechanism for TLS 1.3 follows the same approach.
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    9165a97 View commit details
    Browse the repository at this point in the history