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

Curl_rand_bytes to control env override #14264

Closed
wants to merge 1 commit into from

Conversation

icing
Copy link
Contributor

@icing icing commented Jul 23, 2024

  • in DEBUGBUILD, all specifying if true random numbers are desired or simulated ones via CURL_ENTROPY
  • allows to use randoms in other DEBUG checks to not interfere with the CURL_ENTROPY
  • without this change, any Curl_rand() use will alter results of some AUTHENTICATION methods like DIGEST

- in DEBUGBUILD, all specifying if true random numbers
  are desired or simulated ones via CURL_ENTROPY
- allows to use randoms in other DEBUG checks to not
  interfere with the CURL_ENTROPY
- without this change, any Curl_rand() use will alter
  results of some AUTHENTICATION methods like DIGEST
@icing icing added feature-window A merge of this requires an open feature window and removed feature-request labels Jul 29, 2024
@bagder bagder closed this in 2372a59 Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-window A merge of this requires an open feature window tests
Development

Successfully merging this pull request may close these issues.

2 participants