Skip to content

[v18] winpki: prevent CRL common names from overflowing#57907

Merged
zmb3 merged 1 commit intobranch/v18from
bot/backport-57867-branch/v18
Aug 14, 2025
Merged

[v18] winpki: prevent CRL common names from overflowing#57907
zmb3 merged 1 commit intobranch/v18from
bot/backport-57867-branch/v18

Conversation

@zmb3
Copy link
Copy Markdown
Collaborator

@zmb3 zmb3 commented Aug 14, 2025

Backport #57867 to branch/v18

The addition of the issuer SKID to the CN for our CRLS  has
caused long clusters to exceed the limit of how long a CN
can be.

For database access, we rely on the user to run certutil
commands to publish the CRL. While we expect the limit to
be 64 characters, we observe that certutil starts truncating
the CN as soon as it exceeds 51 characters (which causes it
to get imported in a different location from what the certificate
references).
@zmb3 zmb3 added the no-changelog Indicates that a PR does not require a changelog entry label Aug 14, 2025
@github-actions github-actions bot added backport size/sm tctl tctl - Teleport admin tool labels Aug 14, 2025
@github-actions github-actions bot requested review from Joerger and r0mant August 14, 2025 16:30
@zmb3 zmb3 requested a review from rosstimothy August 14, 2025 20:47
@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from r0mant August 14, 2025 20:50
@zmb3 zmb3 enabled auto-merge August 14, 2025 21:19
@zmb3 zmb3 added this pull request to the merge queue Aug 14, 2025
Merged via the queue into branch/v18 with commit f9d0de9 Aug 14, 2025
44 of 45 checks passed
@zmb3 zmb3 deleted the bot/backport-57867-branch/v18 branch August 14, 2025 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport no-changelog Indicates that a PR does not require a changelog entry size/sm tctl tctl - Teleport admin tool

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants