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

crypto: replace ring constant-time comparison API #1903

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Conversation

ghedo
Copy link
Member

@ghedo ghedo commented Jan 14, 2025

Both BoringCrypto and OpenSSL provide CRYPTO_memcmp() for constant-time comparisons, so there's no point in pulling a whole dependency just for that.

@ghedo ghedo requested a review from a team as a code owner January 14, 2025 15:26
Both BoringCrypto and OpenSSL provide `CRYPTO_memcmp()` for
constant-time comparisons, so there's no point in pulling a whole
dependency just for that.
@ghedo ghedo merged commit 5d2031c into master Jan 14, 2025
36 checks passed
@ghedo ghedo deleted the no-ring-memcmp branch January 14, 2025 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants