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

ssl: remember stat names for configured ciphers. #14534

Merged
merged 12 commits into from
Jan 6, 2021

Commits on Dec 29, 2020

  1. Remember stats for configured ciphers.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    d3455ae View commit details
    Browse the repository at this point in the history
  2. clean up clang-tidy error and skip exclusion.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    a8f7b25 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Merge branch 'master' into more-ssl-cipher-stats

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    5a6e778 View commit details
    Browse the repository at this point in the history
  2. Address review comments.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    fd85180 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Use SSL API to enumerate the ciphers rather than parsing the config, …

    …plus other review comments.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    af644ed View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. work around clang-tidy warning about calling a virtual method from th…

    …e ctor.
    
    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    ec3fb68 View commit details
    Browse the repository at this point in the history
  2. allow stat-names from all tls contexts.

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    9fb5df3 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. review comments

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    9d7d0ed View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Merge branch 'master' into more-ssl-cipher-stats

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    91dbc25 View commit details
    Browse the repository at this point in the history
  2. comment rewording

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    e5e3192 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Merge branch 'master' into more-ssl-cipher-stats

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    26ca039 View commit details
    Browse the repository at this point in the history
  2. review comments

    Signed-off-by: Joshua Marantz <jmarantz@google.com>
    jmarantz committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    2f37980 View commit details
    Browse the repository at this point in the history