Skip to content

MockSigner::generate: atomic create_new to reject duplicates (v0.2.5)#200

Merged
jgowdy-godaddy merged 1 commit into
mainfrom
fix/mock-signer-duplicate
Jun 4, 2026
Merged

MockSigner::generate: atomic create_new to reject duplicates (v0.2.5)#200
jgowdy-godaddy merged 1 commit into
mainfrom
fix/mock-signer-duplicate

Conversation

@jgowdy-godaddy

Copy link
Copy Markdown
Contributor

Concurrent keygen for the same label now races atomically via create_new. First writer wins, second gets DuplicateLabel.

Use OpenOptions::create_new so concurrent keygen for the same label
races atomically — the first writer wins, the second gets DuplicateLabel.
@jgowdy-godaddy jgowdy-godaddy merged commit 2fd3cf2 into main Jun 4, 2026
3 checks passed
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.

1 participant