Skip to content

CI run for contributor PR #34262#34278

Closed
brave-builds wants to merge 1 commit intomasterfrom
contributor-dev-doshi-fix/signer-hkdf-check-release-builds
Closed

CI run for contributor PR #34262#34278
brave-builds wants to merge 1 commit intomasterfrom
contributor-dev-doshi-fix/signer-hkdf-check-release-builds

Conversation

@brave-builds
Copy link
Collaborator

Description

This PR is created to run CI on the changes proposed in PR #34262 by @dev-doshi.

This PR should not be merged.

@github-actions
Copy link
Contributor

📋 Code Owners Summary

1 file(s) changed, 1 with assigned owners

1 team(s) affected: @brave/sec-team


Owners and Their Files

@brave/sec-team — 1 file(s)

@github-actions
Copy link
Contributor

The following commits were not verified:
be68df1 (unsigned)

HKDF() return value was only checked via DCHECK(), which is compiled
out in release (official) builds. If HKDF failed in production, the
secret key would remain zero-initialized, producing a deterministic
and publicly-known signing keypair.

Replace DCHECK with a runtime check that returns std::nullopt on
failure, consistent with the existing error path for invalid seed
size.
@github-actions github-actions bot force-pushed the contributor-dev-doshi-fix/signer-hkdf-check-release-builds branch from be68df1 to 3867c29 Compare February 27, 2026 22:17
@mihaiplesa mihaiplesa closed this Mar 1, 2026
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.

3 participants