Skip to content

feat(tls): server certificate SAN can have a trailing dot - #1405

Open
levkk wants to merge 1 commit into
mainfrom
levkk-trailing-dot-san
Open

feat(tls): server certificate SAN can have a trailing dot#1405
levkk wants to merge 1 commit into
mainfrom
levkk-trailing-dot-san

Conversation

@levkk

@levkk levkk commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@codecov

codecov Bot commented Aug 20, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 2.40964% with 81 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
pgdog/src/net/tls.rs 0.00% 80 Missing ⚠️
pgdog/src/backend/server.rs 66.66% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

Comment thread pgdog/src/net/tls.rs
webpki_verifier: Arc<dyn ServerCertVerifier>,
}

impl TrailingDotVerifier {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not familiar with the rustls API but this seems like a lot of code for a trailing dot. (And it wouldn't surprise me at all that the TLS library API actually makes it this hard)

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