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: add constant time comparison for grpc authentication #5902

Merged

Commits on Nov 9, 2023

  1. Add constant time compare

    Added constant time username comparison for gRPC authentication. This will largely
    mitigate side-channel attacks to uncover the gRPC username.
    hansieodendaal committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    eed1016 View commit details
    Browse the repository at this point in the history
  2. review comments

    hansieodendaal committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e551619 View commit details
    Browse the repository at this point in the history
  3. review comments (2)

    hansieodendaal committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b5a0db7 View commit details
    Browse the repository at this point in the history
  4. review comments (3)

    hansieodendaal committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0765a6a View commit details
    Browse the repository at this point in the history