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

Replace in-house rand with absl::Random for backoff with HWAES disabled #26479

Closed
wants to merge 3 commits into from

Commits on Aug 30, 2021

  1. Replace in-house rand with absl::Random for backoff (grpc#26463)

    * Replace in-house rand with absl::Random for backoff
    
    * Run sanity
    
    * Added bscrypt dependency
    veblush committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    fb9bea4 View commit details
    Browse the repository at this point in the history
  2. Disable abseil HWAES random

    Use insecure-rand for backoff
    veblush committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    c4b3d6c View commit details
    Browse the repository at this point in the history
  3. Update by review

    veblush committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    0509c07 View commit details
    Browse the repository at this point in the history