Skip to content

feat: add CheckHost method for direct host cert checking#2

Merged
dwisiswant0 merged 1 commit into
masterfrom
dwisiswant0/feat/add-CheckHost-method-for-direct-host-cert-checking
Dec 15, 2025
Merged

feat: add CheckHost method for direct host cert checking#2
dwisiswant0 merged 1 commit into
masterfrom
dwisiswant0/feat/add-CheckHost-method-for-direct-host-cert-checking

Conversation

@dwisiswant0

Copy link
Copy Markdown
Contributor

This allows checking a host's TLS certificate
against the SSL Blacklist without requiring an
existing TLS connection state.

The method accepts host, port, and an optional
tls.Config for custom TLS configuration (e.g.,
custom CAs, client certs, TLS version).

This allows checking a host's TLS certificate
against the SSL Blacklist without requiring an
existing TLS connection state.

The method accepts host, port, and an optional
`tls.Config` for custom TLS configuration (e.g.,
custom CAs, client certs, TLS version).

Signed-off-by: Dwi Siswanto <git@dw1.io>
@dwisiswant0 dwisiswant0 merged commit 74af6fe into master Dec 15, 2025
1 check passed
@dwisiswant0 dwisiswant0 deleted the dwisiswant0/feat/add-CheckHost-method-for-direct-host-cert-checking branch December 15, 2025 18:41
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