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

feat: include crypto diagnostics in /debug/vars output #23948

Merged
merged 5 commits into from
Dec 6, 2022

Commits on Nov 23, 2022

  1. feat: include crypto diagnostics in /debug/vars output

    Pulls `crypto` diagnostics and includes them in `/debug/vars` output.
    If no `crypto` diagnostics are available, then OSS crypto information will
    be shown instead.
    
    closes: #23947
    gwossum committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    3f0e5e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. chore: fix spelling mistake

    gwossum committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6785fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94f215b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. fix: remove defaults from crypto info if provided by enterprise

    Removing the defaults when enterprise provides `crypto` information prevents
    us from lying to the user.
    gwossum committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    28eba8f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. fix: correct missing enterprise FIPS diagnostics in /debug/var

    chore: improve logging
    gwossum committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    af43e11 View commit details
    Browse the repository at this point in the history