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

Reorganize ciphers_by_strength() #2194

Merged
merged 1 commit into from
Jul 1, 2022

Commits on Jun 6, 2022

  1. Reorganize ciphers_by_strength()

    This commit modifies ciphers_by_strength() and run_server_preference() so that the message indicating that ciphers are listed by strength is not printed until the list of supported ciphers has been determined. This is in support of drwetter#1311, as it will allow the message to be modified based on the set of supported ciphers.
    
    This commit also modifies both ciphers_by_strength() and cipher_pref_check() so that the order in which ciphers are listed (by strength or server preference) is not printed if the server does not support the protocol.
    dcooper16 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    564dd63 View commit details
    Browse the repository at this point in the history